Home
last modified time | relevance | path

Searched refs:PERF_FLAG_FD_OUTPUT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/trace/beauty/
H A Dperf_event_open.c6 #ifndef PERF_FLAG_FD_OUTPUT
7 # define PERF_FLAG_FD_OUTPUT (1UL << 1) macro
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h1262 #define PERF_FLAG_FD_OUTPUT (1UL << 1) macro
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h1262 #define PERF_FLAG_FD_OUTPUT (1UL << 1) macro
/openbmc/linux/kernel/events/
H A Dcore.c361 PERF_FLAG_FD_OUTPUT |\
12499 if (flags & PERF_FLAG_FD_OUTPUT) in SYSCALL_DEFINE5()