Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dperf_event.h795 #define PERF_RECORD_MISC_SWITCH_OUT (1 << 13) macro
/linux/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 Dcs-etm.c2768 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in cs_etm__process_switch_cpu_wide()
/linux/tools/perf/Documentation/
H A Dperf-script.txt283 PERF_RECORD_MISC_SWITCH_OUT S
/linux/tools/perf/
H A Dbuiltin-inject.c1859 bool out = event->header.misc & PERF_RECORD_MISC_SWITCH_OUT; in host__context_switch()
/linux/kernel/events/
H A Dcore.c9343 .misc = sched_in ? 0 : PERF_RECORD_MISC_SWITCH_OUT, in perf_event_switch()