Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-stat.c798 counter->reset_group = false; in __run_perf_stat()
817 if (counter->reset_group || !counter->supported) in __run_perf_stat()
840 assert(counter->reset_group); in __run_perf_stat()
861 if (!counter->reset_group && counter->supported) in __run_perf_stat()
870 if (!counter->reset_group) in __run_perf_stat()
/linux/tools/perf/util/
H A Devsel.h122 bool reset_group; member
H A Devlist.c1927 c2->reset_group = true; in evlist__reset_weak_group()