Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/
Dbuiltin-stat.c747 if (counter->reset_group || counter->errored) in __run_perf_stat()
764 assert(counter->reset_group); in __run_perf_stat()
795 if (!counter->reset_group && !counter->errored) in __run_perf_stat()
803 if (!counter->reset_group && !counter->errored) in __run_perf_stat()
807 if (!counter->reset_group) in __run_perf_stat()
/Linux-v5.10/tools/perf/util/
Devsel.h111 bool reset_group; member
Devlist.c1729 c2->reset_group = true; in perf_evlist__reset_weak_group()