Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbpf_counter_cgroup.c33 .config = PERF_COUNT_SW_CGROUP_SWITCHES,
/linux/tools/include/uapi/linux/
H A Dperf_event.h133 PERF_COUNT_SW_CGROUP_SWITCHES = 11, enumerator
/linux/include/linux/
H A Dperf_event.h1647 if (__perf_sw_enabled(PERF_COUNT_SW_CGROUP_SWITCHES) && in perf_event_task_sched_out()
1650 __perf_sw_event_sched(PERF_COUNT_SW_CGROUP_SWITCHES, 1, 0); in perf_event_task_sched_out()
/linux/tools/bpf/bpftool/
H A Dlink.c59 [PERF_COUNT_SW_CGROUP_SWITCHES] = "cgroup-switches",