Home
last modified time | relevance | path

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

/external/perf_data_converter/src/
Dperf_data_converter.cc110 struct SampleKey { struct
121 bool operator()(const SampleKey a, const SampleKey b) const { in operator ()()
129 size_t operator()(const SampleKey k) const { in operator ()()
149 typedef std::unordered_map<SampleKey, perftools::profiles::Sample*,
219 const Pid& pid, const SampleKey& sample_key,
255 SampleKey MakeSampleKey(const PerfDataHandler::SampleContext& sample,
288 SampleKey PerfDataConverter::MakeSampleKey( in MakeSampleKey()
290 SampleKey sample_key; in MakeSampleKey()
435 const SampleKey& sample_key, in AddOrUpdateSample()
559 SampleKey sample_key = MakeSampleKey(sample, builder); in Sample()