Home
last modified time | relevance | path

Searched refs:PprofFunctions (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/trace_processor/prelude/functions/
Dpprof_functions.h29 struct PprofFunctions { struct
Dpprof_functions.cc206 base::Status PprofFunctions::Register(sqlite3* db, in Register()
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc559 base::Status status = PprofFunctions::Register(engine_.db(), &context_); in TraceProcessorImpl()