Home
last modified time | relevance | path

Searched refs:PERF_RECORD_SWITCH (Results 1 – 7 of 7) 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 Dmachine.c1941 case PERF_RECORD_SWITCH: in machine__process_event()
/linux/tools/include/uapi/linux/
H A Dperf_event.h1124 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.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.txt544 Record context switch events i.e. events of type PERF_RECORD_SWITCH or
/linux/kernel/events/
H A Dcore.c9303 se->event_id.header.type = PERF_RECORD_SWITCH; in perf_event_switch_output()