Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
H A Dutils.h270 struct ExtractArg : public SqlFunction { struct
279 base::Status ExtractArg::Run(TraceStorage* storage, in Run() argument
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h936 base::Status ExtractArg(uint32_t arg_set_id, in ExtractArg() function