Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/profiling/perf/
H A Devent_config.cc277 protos::gen::PerfEventConfig::UnwindMode unwind_mode) { in IsSupportedUnwindMode()
390 auto unwind_mode = protos::gen::PerfEventConfig::UNWIND_SKIP; in Create() local
540 const protos::gen::PerfEventConfig::UnwindMode unwind_mode) { in IsUserFramesEnabled()
560 protos::gen::PerfEventConfig::UnwindMode unwind_mode, in EventConfig()
H A Dunwinding.cc48 UnwindMode unwind_mode) { in PostStartDataSource()
58 UnwindMode unwind_mode) { in StartDataSource()
345 UnwindMode unwind_mode) { in UnwindSample()
H A Dunwinding.h155 const UnwindMode unwind_mode; member
H A Devent_config.h143 protos::gen::PerfEventConfig::UnwindMode unwind_mode() const { in unwind_mode() function
H A Dperf_producer.cc503 auto unwind_mode = (ds.event_config.unwind_mode() == in StartDataSource() local