Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/tools/perf/util/
Devsel.h111 bool reset_group; member
Devlist.c1737 c2->reset_group = true; in perf_evlist__reset_weak_group()