Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Devent.c54 [PERF_RECORD_SWITCH_CPU_WIDE] = "SWITCH_CPU_WIDE",
585 case PERF_RECORD_SWITCH_CPU_WIDE: in perf_event__fprintf()
H A Ddb-export.c579 if (event->header.type == PERF_RECORD_SWITCH_CPU_WIDE) { in db_export__switch()
H A Dcs-etm.c2837 case PERF_RECORD_SWITCH_CPU_WIDE: in cs_etm__process_event()
H A Dmachine.c1942 case PERF_RECORD_SWITCH_CPU_WIDE: in machine__process_event()
/linux/tools/include/uapi/linux/
H A Dperf_event.h1138 PERF_RECORD_SWITCH_CPU_WIDE = 15, enumerator
/linux/tools/perf/Documentation/
H A Dperf-script.txt347 PERF_RECORD_SWITCH_CPU_WIDE.
H A Dperf-record.txt545 PERF_RECORD_SWITCH_CPU_WIDE. In some cases (e.g. Intel PT, CoreSight or Arm SPE)
H A Dperf-intel-pt.txt841 PERF_RECORD_SWITCH_CPU_WIDE, that is only accessible in system wide context,
/linux/kernel/events/
H A Dcore.c9306 se->event_id.header.type = PERF_RECORD_SWITCH_CPU_WIDE; in perf_event_switch_output()