Searched refs:counters_info (Results 1 – 2 of 2) sorted by relevance
/system/extras/simpleperf/ |
D | cmd_stat.cpp | 576 for (auto& counters_info : counters) { in ShowCounters() local 577 for (auto& counter_info : counters_info.counters) { in ShowCounters() 581 counters_info.event_name.c_str(), counter_info.tid, in ShowCounters() 589 counters_info.event_name.c_str(), counter_info.tid, in ShowCounters() 599 for (auto& counters_info : counters) { in ShowCounters() local 603 for (auto& counter_info : counters_info.counters) { in ShowCounters() 613 CounterSummary(counters_info.event_name, counters_info.event_modifier, in ShowCounters() 614 counters_info.group_id, value_sum, scale, false, csv_)); in ShowCounters()
|
D | event_selection_set.cpp | 466 CountersInfo counters_info; in ReadCounters() local 467 counters_info.group_id = i; in ReadCounters() 468 counters_info.event_name = selection.event_type_modifier.event_type.name; in ReadCounters() 469 counters_info.event_modifier = selection.event_type_modifier.modifier; in ReadCounters() 470 counters_info.counters = selection.hotplugged_counters; in ReadCounters() 476 counters_info.counters.push_back(counter); in ReadCounters() 478 counters->push_back(counters_info); in ReadCounters()
|