Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/
Dbuiltin-stat.c725 counter->reset_group = false; in __run_perf_stat()
744 if (counter->reset_group || counter->errored) in __run_perf_stat()
763 assert(counter->reset_group); in __run_perf_stat()
793 if (!counter->reset_group && !counter->errored) in __run_perf_stat()
802 if (!counter->reset_group) in __run_perf_stat()
/linux-6.12.1/tools/perf/util/
Devsel.h132 bool reset_group; member
Devlist.c1924 c2->reset_group = true; in evlist__reset_weak_group()