Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/
Dbuiltin-stat.c828 if (counter->reset_group || counter->errored) in __run_perf_stat()
847 assert(counter->reset_group); in __run_perf_stat()
878 if (!counter->reset_group && !counter->errored) in __run_perf_stat()
886 if (!counter->reset_group && !counter->errored) in __run_perf_stat()
890 if (!counter->reset_group) in __run_perf_stat()
/Linux-v5.15/tools/perf/util/
Devsel.h118 bool reset_group; member
Devlist.c1769 c2->reset_group = true; in evlist__reset_weak_group()