Home
last modified time | relevance | path

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

/external/strace/xlat/
Dprctl_options.h116 #if !(defined(PR_TASK_PERF_EVENTS_DISABLE) || (defined(HAVE_DECL_PR_TASK_PERF_EVENTS_DISABLE) && HA…
117 # define PR_TASK_PERF_EVENTS_DISABLE 31 macro
119 XLAT(PR_TASK_PERF_EVENTS_DISABLE),
Dprctl_options.in29 PR_TASK_PERF_EVENTS_DISABLE 31
/external/kernel-headers/original/uapi/linux/
Dprctl.h90 #define PR_TASK_PERF_EVENTS_DISABLE 31 macro
/external/linux-tools-perf/src/tools/perf/
Dperf.h122 #define PR_TASK_PERF_EVENTS_DISABLE 31 macro
Ddesign.txt439 prctl(PR_TASK_PERF_EVENTS_DISABLE);
/external/strace/
Dprctl.c59 case PR_TASK_PERF_EVENTS_DISABLE: in prctl_enter()