Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
H A Dstack_functions.cc124 struct StackFromStackProfileCallsiteFunction : public SqlFunction { struct
125 static constexpr char kFunctionName[] = "STACK_FROM_STACK_PROFILE_CALLSITE";
126 using Context = TraceStorage;
128 static base::Status Run(TraceStorage* storage, in Run()
140 static base::Status RunImpl(TraceStorage* storage, in RunImpl()