Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dprctl.h90 #define PR_TASK_PERF_EVENTS_DISABLE 31 macro
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/
Dper_event_excludes.c83 prctl(PR_TASK_PERF_EVENTS_DISABLE); in per_event_excludes()
Dcount_instructions.c40 prctl(PR_TASK_PERF_EVENTS_DISABLE); in do_count_loop()
/linux-4.1.27/tools/perf/
Ddesign.txt439 prctl(PR_TASK_PERF_EVENTS_DISABLE);
/linux-4.1.27/kernel/
Dsys.c2142 case PR_TASK_PERF_EVENTS_DISABLE: in SYSCALL_DEFINE5()