Home
last modified time | relevance | path

Searched defs:ExportJson (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
H A Dutils.h40 struct ExportJson : public SqlFunction { struct
49 base::Status ExportJson::Run(TraceStorage* storage, in Run() argument
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dexport_json.cc1851 base::Status ExportJson(const TraceStorage* storage, in ExportJson() function
1870 base::Status ExportJson(TraceProcessorStorage* tp, in ExportJson() function
1882 base::Status ExportJson(const TraceStorage* storage, FILE* output) { in ExportJson() function