Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/perf/
Devent_config.h139 bool sample_callstacks() const { return user_frames_ || kernel_frames_; } in sample_callstacks() function
Devent_config_unittest.cc277 EXPECT_TRUE(event_config->sample_callstacks()); in TEST()
297 EXPECT_TRUE(event_config->sample_callstacks()); in TEST()
Dperf_producer.cc682 if (!event_config.sample_callstacks()) { in ReadAndParsePerCpuBuffer()