Home
last modified time | relevance | path

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

/external/perf_data_converter/src/
Dperf_data_converter.cc240 bool IncludeTidLabels() const { return (sample_labels_ & kTidLabel); } in IncludeTidLabels() function in perftools::__anonfe9becae0111::PerfDataConverter
293 (IncludeTidLabels() && sample.sample.has_tid()) ? sample.sample.tid() : 0; in MakeSampleKey()
453 if (IncludeTidLabels() && context.sample.has_tid()) { in AddOrUpdateSample()