Home
last modified time | relevance | path

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

/tools/perf/trace/beauty/
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
/tools/include/uapi/linux/
Dperf_event.h1049 #define PERF_FLAG_PID_CGROUP (1UL << 2) /* pid=cgroup id, per-cpu mode only */ macro
/tools/perf/util/
Devsel.c1621 flags |= PERF_FLAG_PID_CGROUP; in evsel__open()