Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dbpf_counter_cgroup.c33 .config = PERF_COUNT_SW_CGROUP_SWITCHES,
H A Dparse-events.l326 cgroup-switches { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_CGROUP_SWITCHES); }
H A Dperf_event_attr_fprintf.c164 ENUM_ID_TO_STR_CASE(PERF_COUNT_SW_CGROUP_SWITCHES) in stringify_perf_sw_id()
H A Dparse-events.c128 [PERF_COUNT_SW_CGROUP_SWITCHES] = {
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h130 PERF_COUNT_SW_CGROUP_SWITCHES = 11, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h130 PERF_COUNT_SW_CGROUP_SWITCHES = 11, enumerator
/openbmc/linux/include/linux/
H A Dperf_event.h1481 if (__perf_sw_enabled(PERF_COUNT_SW_CGROUP_SWITCHES) && in perf_event_task_sched_out()
1484 __perf_sw_event_sched(PERF_COUNT_SW_CGROUP_SWITCHES, 1, 0); in perf_event_task_sched_out()
/openbmc/linux/tools/bpf/bpftool/
H A Dlink.c59 [PERF_COUNT_SW_CGROUP_SWITCHES] = "cgroup-switches",