Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Devent.c53 [PERF_RECORD_SWITCH] = "SWITCH",
458 if (event->header.type == PERF_RECORD_SWITCH) in perf_event__fprintf_switch()
564 case PERF_RECORD_SWITCH: in perf_event__fprintf()
H A Dpython.c659 [PERF_RECORD_SWITCH] = &pyrf_context_switch_event__type,
670 !(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.c1016 [PERF_RECORD_SWITCH] = perf_event__switch_swap,
1607 case PERF_RECORD_SWITCH: in machines__deliver_event()
H A Dmachine.c2199 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()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h1105 PERF_RECORD_SWITCH = 14, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h1105 PERF_RECORD_SWITCH = 14, enumerator
/openbmc/linux/tools/perf/Documentation/
H A Dperf-script.txt342 Display context switch events i.e. events of type PERF_RECORD_SWITCH or
H A Dperf-intel-pt.txt781 PERF_RECORD_SWITCH, which allows unprivileged users to see when their processes
786 Please see the 45ac1403f564 ("perf: Add PERF_RECORD_SWITCH to indicate context
806 decoding in kernels where the PERF_RECORD_SWITCH metadata event isn't
H A Dperf-record.txt532 Record context switch events i.e. events of type PERF_RECORD_SWITCH or
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c844 case PERF_RECORD_SWITCH: in perf_sample__fprintf_start()
/openbmc/linux/kernel/events/
H A Dcore.c9071 se->event_id.header.type = PERF_RECORD_SWITCH; in perf_event_switch_output()