Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/perf/
Devent_config.cc278 protos::gen::PerfEventConfig::UnwindMode unwind_mode) { in IsSupportedUnwindMode()
471 auto unwind_mode = protos::gen::PerfEventConfig::UNWIND_SKIP; in CreateSampling() local
618 const protos::gen::PerfEventConfig::UnwindMode& unwind_mode) { in IsUserFramesEnabled()
639 protos::gen::PerfEventConfig::UnwindMode unwind_mode, in EventConfig()
Dunwinding.cc48 UnwindMode unwind_mode) { in PostStartDataSource()
58 UnwindMode unwind_mode) { in StartDataSource()
347 UnwindMode unwind_mode) { in UnwindSample()
Dunwinding.h155 const UnwindMode unwind_mode; member
Devent_config.h130 protos::gen::PerfEventConfig::UnwindMode unwind_mode() const { return unwind_mode_; } in unwind_mode() function
Dperf_producer.cc534 auto unwind_mode = (ds.event_config.unwind_mode() == in StartDataSource() local