Home
last modified time | relevance | path

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

/linux/tools/perf/trace/beauty/
A Dperf_event_open.c10 #ifndef PERF_FLAG_PID_CGROUP
11 # define PERF_FLAG_PID_CGROUP (1UL << 2) /* pid=cgroup id, per-cpu mode only */ macro
/linux/tools/include/uapi/linux/
A Dperf_event.h1212 #define PERF_FLAG_PID_CGROUP (1UL << 2) /* pid=cgroup id, per-cpu mode only */ macro
/linux/include/uapi/linux/
A Dperf_event.h1212 #define PERF_FLAG_PID_CGROUP (1UL << 2) /* pid=cgroup id, per-cpu mode only */ macro
/linux/kernel/events/
A Dcore.c359 PERF_FLAG_PID_CGROUP |\
12090 if ((flags & PERF_FLAG_PID_CGROUP) && (pid == -1 || cpu == -1)) in SYSCALL_DEFINE5()
12111 if (pid != -1 && !(flags & PERF_FLAG_PID_CGROUP)) { in SYSCALL_DEFINE5()
12125 if (flags & PERF_FLAG_PID_CGROUP) in SYSCALL_DEFINE5()
/linux/tools/perf/util/
A Devsel.c1808 evsel->open_flags |= PERF_FLAG_PID_CGROUP; in __evsel__prepare_open()

Completed in 41 milliseconds