Home
last modified time | relevance | path

Searched refs:PERF_RECORD_MISC_SWITCH_OUT_PREEMPT (Results 1 – 5 of 5) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dperf_event.h817 #define PERF_RECORD_MISC_SWITCH_OUT_PREEMPT (1 << 14) macro
/linux/tools/perf/util/
H A Ddb-export.c559 (event->header.misc & PERF_RECORD_MISC_SWITCH_OUT_PREEMPT); in db_export__switch()
H A Devent.c475 !(event->header.misc & PERF_RECORD_MISC_SWITCH_OUT_PREEMPT) ? in perf_event__fprintf_switch()
/linux/tools/perf/Documentation/
H A Dperf-script.txt284 PERF_RECORD_MISC_SWITCH_OUT_PREEMPT Sp
/linux/kernel/events/
H A Dcore.c9353 PERF_RECORD_MISC_SWITCH_OUT_PREEMPT; in perf_event_switch()