Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Devent.c56 [PERF_RECORD_SWITCH] = "SWITCH",
487 if (event->header.type == PERF_RECORD_SWITCH) in perf_event__fprintf_switch()
657 case PERF_RECORD_SWITCH: in perf_event__fprintf()
H A Dpython.c478 [PERF_RECORD_SWITCH] = &pyrf_context_switch_event__type,
489 !(event->header.type == PERF_RECORD_SWITCH || in pyrf_event__new()
H A Dsession.c732 [PERF_RECORD_SWITCH] = perf_event__switch_swap,
1527 case PERF_RECORD_SWITCH: in machines__deliver_event()
H A Darm-spe.c1428 event->header.type == PERF_RECORD_SWITCH)) in arm_spe_process_event()
H A Dmachine.c1976 case PERF_RECORD_SWITCH: in machine__process_event()
H A Dintel-pt.c3770 else if (event->header.type == PERF_RECORD_SWITCH || in intel_pt_process_event()
/linux/include/uapi/linux/
H A Dperf_event.h1141 PERF_RECORD_SWITCH = 14, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h1141 PERF_RECORD_SWITCH = 14, enumerator
/linux/tools/perf/Documentation/
H A Dperf-script.txt357 Display context switch events i.e. events of type PERF_RECORD_SWITCH or
H A Dperf-record.txt558 Record context switch events i.e. events of type PERF_RECORD_SWITCH or
/linux/tools/perf/
H A Dbuiltin-script.c899 case PERF_RECORD_SWITCH: in perf_sample__fprintf_start()
/linux/kernel/events/
H A Dcore.c10023 se->event_id.header.type = PERF_RECORD_SWITCH; in perf_event_switch_output()