Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_stat.cpp353 for (auto& counters_info : counters) { in ShowCounters() local
354 const EventTypeAndModifier* event_type = counters_info.event_type; in ShowCounters()
355 for (auto& counter_info : counters_info.counters) { in ShowCounters()
367 for (auto& counters_info : counters) { in ShowCounters() local
371 for (auto& counter_info : counters_info.counters) { in ShowCounters()
387 summary.event_type = counters_info.event_type; in ShowCounters()
Devent_selection_set.cpp237 CountersInfo counters_info; in ReadCounters() local
238 counters_info.event_type = &selection.event_type_modifier; in ReadCounters()
246 counters_info.counters.push_back(counter_info); in ReadCounters()
248 counters->push_back(counters_info); in ReadCounters()