Home
last modified time | relevance | path

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

/linux-6.15/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.c464 [PERF_RECORD_SWITCH] = &pyrf_context_switch_event__type,
475 !(event->header.type == PERF_RECORD_SWITCH || in pyrf_event__new()
H A Dsession.c712 [PERF_RECORD_SWITCH] = perf_event__switch_swap,
1340 case PERF_RECORD_SWITCH: in machines__deliver_event()
H A Darm-spe.c1228 event->header.type == PERF_RECORD_SWITCH)) in arm_spe_process_event()
H A Dmachine.c1941 case PERF_RECORD_SWITCH: in machine__process_event()
H A Dintel-pt.c3572 else if (event->header.type == PERF_RECORD_SWITCH || in intel_pt_process_event()
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h1126 PERF_RECORD_SWITCH = 14, enumerator
/linux-6.15/include/uapi/linux/
H A Dperf_event.h1126 PERF_RECORD_SWITCH = 14, enumerator
/linux-6.15/tools/perf/Documentation/
H A Dperf-script.txt355 Display context switch events i.e. events of type PERF_RECORD_SWITCH or
H A Dperf-intel-pt.txt839 PERF_RECORD_SWITCH, which allows unprivileged users to see when their processes
844 Please see the 45ac1403f564 ("perf: Add PERF_RECORD_SWITCH to indicate context
864 decoding in kernels where the PERF_RECORD_SWITCH metadata event isn't
H A Dperf-record.txt548 Record context switch events i.e. events of type PERF_RECORD_SWITCH or
/linux-6.15/tools/perf/
H A Dbuiltin-script.c896 case PERF_RECORD_SWITCH: in perf_sample__fprintf_start()
/linux-6.15/kernel/events/
H A Dcore.c9572 se->event_id.header.type = PERF_RECORD_SWITCH; in perf_event_switch_output()