Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/
Dbuiltin-stat.c782 counter->reset_group = false; in __run_perf_stat()
799 if (counter->reset_group || counter->errored) in __run_perf_stat()
818 assert(counter->reset_group); in __run_perf_stat()
848 if (!counter->reset_group && !counter->errored) in __run_perf_stat()
857 if (!counter->reset_group) in __run_perf_stat()
/Linux-v6.1/tools/perf/util/
Devsel.h131 bool reset_group; member
Devlist.c1813 c2->reset_group = true; in evlist__reset_weak_group()