Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_report.cpp135 const std::unordered_map<uint64_t, size_t>& event_id_to_attr_index) in ReportCmdSampleTreeBuilder() argument
138 event_id_to_attr_index_(event_id_to_attr_index), in ReportCmdSampleTreeBuilder()
315 const std::unordered_map<uint64_t, size_t>& event_id_to_attr_index) in EventCountSampleTreeBuilder() argument
316 : ReportCmdSampleTreeBuilder(sample_comparator, thread_tree, event_id_to_attr_index) {} in EventCountSampleTreeBuilder()
327 const std::unordered_map<uint64_t, size_t>& event_id_to_attr_index) in TimestampSampleTreeBuilder() argument
328 : ReportCmdSampleTreeBuilder(sample_comparator, thread_tree, event_id_to_attr_index) {} in TimestampSampleTreeBuilder()