Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
Dperf_event.h736 #define PERF_RECORD_MISC_SWITCH_OUT (1 << 13) macro
/tools/perf/util/
Ddb-export.c551 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in db_export__switch()
Devent.c412 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in perf_event__fprintf_switch()
Dpython.c505 !!(pevent->event.header.misc & PERF_RECORD_MISC_SWITCH_OUT)) < 0) { in pyrf_context_switch_event__repr()
Dcs-etm.c2345 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in cs_etm__process_switch_cpu_wide()
Dintel-pt.c2874 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in intel_pt_context_switch()
/tools/perf/Documentation/
Dperf-script.txt261 PERF_RECORD_MISC_SWITCH_OUT S
/tools/perf/util/scripting-engines/
Dtrace-event-python.c1461 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in python_do_process_switch()