Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/trace/beauty/
H A Dperf_event_open.c6 #ifndef PERF_FLAG_FD_OUTPUT
7 # define PERF_FLAG_FD_OUTPUT (1UL << 1) macro
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h1283 #define PERF_FLAG_FD_OUTPUT (1UL << 1) macro
/linux-6.15/include/uapi/linux/
H A Dperf_event.h1283 #define PERF_FLAG_FD_OUTPUT (1UL << 1) macro
/linux-6.15/kernel/events/
H A Dcore.c401 PERF_FLAG_FD_OUTPUT |\
13148 if (flags & PERF_FLAG_FD_OUTPUT) in SYSCALL_DEFINE5()