Home
last modified time | relevance | path

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

/external/perf_data_converter/src/
Dperf_data_converter.cc253 bool IncludeCommLabels() const { return (sample_labels_ & kCommLabel); } in IncludeCommLabels() function in perftools::__anonfe9becae0111::PerfDataConverter
301 if (IncludeCommLabels() && sample.sample.has_pid() && in MakeSampleKey()
458 if (IncludeCommLabels() && sample_key.comm != 0) { in AddOrUpdateSample()