Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
Dperf_event.h786 #define PERF_RECORD_MISC_SWITCH_OUT (1 << 13) macro
/tools/perf/util/
Ddb-export.c557 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in db_export__switch()
Devent.c473 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in perf_event__fprintf_switch()
Darm-spe.c892 if (!(event->header.misc & PERF_RECORD_MISC_SWITCH_OUT)) in arm_spe_context_switch()
Dpython.c432 !!(pevent->event.header.misc & PERF_RECORD_MISC_SWITCH_OUT)) < 0) { in pyrf_context_switch_event__repr()
Dintel-pt.c3434 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in intel_pt_guest_context_switch()
3460 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in intel_pt_context_switch()
Dcs-etm.c2768 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in cs_etm__process_switch_cpu_wide()
/tools/perf/Documentation/
Dperf-script.txt283 PERF_RECORD_MISC_SWITCH_OUT S
/tools/perf/util/scripting-engines/
Dtrace-event-python.c1567 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in python_do_process_switch()
/tools/perf/
Dbuiltin-inject.c1859 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in host__context_switch()