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.cc261 bool sample_callstacks = false; in Create() local
266 sample_callstacks = true; in Create()
352 if (sample_callstacks) { in Create()
372 raw_ds_config, pe, timebase_event, sample_callstacks, in Create()
382 bool sample_callstacks, in EventConfig() argument
394 sample_callstacks_(sample_callstacks), in EventConfig()
Devent_config.h107 bool sample_callstacks() const { return sample_callstacks_; } in sample_callstacks() function
123 bool sample_callstacks,
Dperf_producer.cc538 if (!ds->event_config.sample_callstacks()) { in ReadAndParsePerCpuBuffer()