Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dprctl.h91 #define PR_TASK_PERF_EVENTS_ENABLE 32 macro
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
Dper_event_excludes.c77 prctl(PR_TASK_PERF_EVENTS_ENABLE); in per_event_excludes()
Dcount_instructions.c35 prctl(PR_TASK_PERF_EVENTS_ENABLE); in do_count_loop()
/linux-4.4.14/tools/perf/
Ddesign.txt437 prctl(PR_TASK_PERF_EVENTS_ENABLE);
/linux-4.4.14/kernel/
Dsys.c2168 case PR_TASK_PERF_EVENTS_ENABLE: in SYSCALL_DEFINE5()