Home
last modified time | relevance | path

Searched refs:PERF_RECORD_SWITCH_CPU_WIDE (Results 1 – 16 of 16) 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 Dpython.c501 [PERF_RECORD_SWITCH_CPU_WIDE] = &pyrf_context_switch_event__type,
512 event->header.type == PERF_RECORD_SWITCH_CPU_WIDE)) in pyrf_event__new()
H A Dsession.c378 if (event->header.type == PERF_RECORD_SWITCH_CPU_WIDE) { in perf_event__switch_swap()
712 [PERF_RECORD_SWITCH_CPU_WIDE] = perf_event__switch_swap,
1320 case PERF_RECORD_SWITCH_CPU_WIDE: in machines__deliver_event()
H A Darm-spe.c940 (event->header.type == PERF_RECORD_SWITCH_CPU_WIDE || in arm_spe_process_event()
H A Dintel-pt.c3318 if (event->header.type != PERF_RECORD_SWITCH_CPU_WIDE) { in intel_pt_context_switch()
3521 event->header.type == PERF_RECORD_SWITCH_CPU_WIDE) in intel_pt_process_event()
H A Dcs-etm.c2826 case PERF_RECORD_SWITCH_CPU_WIDE: in cs_etm__process_event()
H A Dmachine.c1938 case PERF_RECORD_SWITCH_CPU_WIDE: in machine__process_event()
/linux/include/uapi/linux/
H A Dperf_event.h1129 PERF_RECORD_SWITCH_CPU_WIDE = 15, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h1129 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.txt541 PERF_RECORD_SWITCH_CPU_WIDE. In some cases (e.g. Intel PT, CoreSight or Arm SPE)
H A Dperf-intel-pt.txt787 PERF_RECORD_SWITCH_CPU_WIDE, that is only accessible in system wide context,
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1576 if (event->header.type == PERF_RECORD_SWITCH_CPU_WIDE) { in python_do_process_switch()
/linux/tools/perf/
H A Dbuiltin-script.c874 case PERF_RECORD_SWITCH_CPU_WIDE: in perf_sample__fprintf_start()
/linux/kernel/events/
H A Dcore.c9209 se->event_id.header.type = PERF_RECORD_SWITCH_CPU_WIDE; in perf_event_switch_output()