Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
A Dperf_event.h807 #define PERF_RECORD_MISC_SWITCH_OUT (1 << 13) macro
/tools/perf/util/
A Ddb-export.c562 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in db_export__switch()
A Devent.c479 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in perf_event__fprintf_switch()
A Dpython.c405 !!(pevent->event.header.misc & PERF_RECORD_MISC_SWITCH_OUT)) < 0) { in pyrf_context_switch_event__repr()
A Darm-spe.c1269 if (!(event->header.misc & PERF_RECORD_MISC_SWITCH_OUT)) in arm_spe_context_switch()
A Dintel-pt.c3486 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in intel_pt_guest_context_switch()
3512 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in intel_pt_context_switch()
A Dcs-etm.c2777 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in cs_etm__process_switch_cpu_wide()
A Dmachine.c718 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in machine__process_switch_event()
/tools/perf/Documentation/
A Dperf-script.txt292 PERF_RECORD_MISC_SWITCH_OUT S
/tools/perf/util/scripting-engines/
A Dtrace-event-python.c1554 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in python_do_process_switch()
/tools/perf/
A Dbuiltin-inject.c1865 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in host__context_switch()

Completed in 48 milliseconds