Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Devent.c53 [PERF_RECORD_SWITCH] = "SWITCH",
478 if (event->header.type == PERF_RECORD_SWITCH) in perf_event__fprintf_switch()
584 case PERF_RECORD_SWITCH: in perf_event__fprintf()
H A Dpython.c500 [PERF_RECORD_SWITCH] = &pyrf_context_switch_event__type,
511 !(event->header.type == PERF_RECORD_SWITCH || in pyrf_event__new()
H A Darm-spe.c941 event->header.type == PERF_RECORD_SWITCH)) in arm_spe_process_event()
H A Dsession.c711 [PERF_RECORD_SWITCH] = perf_event__switch_swap,
1319 case PERF_RECORD_SWITCH: in machines__deliver_event()
H A Dmachine.c1937 case PERF_RECORD_SWITCH: in machine__process_event()
H A Dintel-pt.c3520 else if (event->header.type == PERF_RECORD_SWITCH || in intel_pt_process_event()
/linux/include/uapi/linux/
H A Dperf_event.h1115 PERF_RECORD_SWITCH = 14, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h1115 PERF_RECORD_SWITCH = 14, enumerator
/linux/tools/perf/Documentation/
H A Dperf-script.txt346 Display context switch events i.e. events of type PERF_RECORD_SWITCH or
H A Dperf-intel-pt.txt785 PERF_RECORD_SWITCH, which allows unprivileged users to see when their processes
790 Please see the 45ac1403f564 ("perf: Add PERF_RECORD_SWITCH to indicate context
810 decoding in kernels where the PERF_RECORD_SWITCH metadata event isn't
H A Dperf-record.txt540 Record context switch events i.e. events of type PERF_RECORD_SWITCH or
/linux/tools/perf/
H A Dbuiltin-script.c873 case PERF_RECORD_SWITCH: in perf_sample__fprintf_start()
/linux/kernel/events/
H A Dcore.c9206 se->event_id.header.type = PERF_RECORD_SWITCH; in perf_event_switch_output()