Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbpf_counter_cgroup.c39 static struct evsel *cgrp_switch; variable
90 cgrp_switch = evsel__new(&cgrp_switch_attr); in bperf_load_program()
91 if (evsel__open_per_cpu(cgrp_switch, evlist->core.all_cpus, -1) < 0) { in bperf_load_program()
98 FD(cgrp_switch, i)); in bperf_load_program()
282 evsel__delete(cgrp_switch); // it'll destroy on_switch progs too in bperf_cgrp__destroy()