Home
last modified time | relevance | path

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

/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h797 #define PERF_RECORD_MISC_SWITCH_OUT (1 << 13) macro
/linux-6.15/include/uapi/linux/
H A Dperf_event.h797 #define PERF_RECORD_MISC_SWITCH_OUT (1 << 13) macro
/linux-6.15/tools/perf/util/
H A Ddb-export.c557 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in db_export__switch()
H A Devent.c473 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in perf_event__fprintf_switch()
H A Dpython.c393 !!(pevent->event.header.misc & PERF_RECORD_MISC_SWITCH_OUT)) < 0) { in pyrf_context_switch_event__repr()
H A Darm-spe.c1173 if (!(event->header.misc & PERF_RECORD_MISC_SWITCH_OUT)) in arm_spe_context_switch()
H A Dintel-pt.c3332 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in intel_pt_guest_context_switch()
3358 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in intel_pt_context_switch()
H A Dcs-etm.c2777 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in cs_etm__process_switch_cpu_wide()
H A Dmachine.c683 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in machine__process_switch_event()
/linux-6.15/tools/perf/Documentation/
H A Dperf-script.txt292 PERF_RECORD_MISC_SWITCH_OUT S
/linux-6.15/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1555 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in python_do_process_switch()
/linux-6.15/tools/perf/
H A Dbuiltin-inject.c1859 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in host__context_switch()
/linux-6.15/kernel/events/
H A Dcore.c9612 .misc = sched_in ? 0 : PERF_RECORD_MISC_SWITCH_OUT, in perf_event_switch()