Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/perf/
Devent_config.cc261 bool sample_callstacks = false; in Create() local
382 bool sample_callstacks, in EventConfig()
Devent_config.h107 bool sample_callstacks() const { return sample_callstacks_; } in sample_callstacks() function