Home
last modified time | relevance | path

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

/external/strace/xlat/
Dprctl_options.h89 #if !(defined(PR_TASK_PERF_EVENTS_ENABLE) || (defined(HAVE_DECL_PR_TASK_PERF_EVENTS_ENABLE) && HAVE…
90 # define PR_TASK_PERF_EVENTS_ENABLE 32 macro
181 XLAT(PR_TASK_PERF_EVENTS_ENABLE),
Dprctl_options.in30 PR_TASK_PERF_EVENTS_ENABLE 32
/external/ltp/testcases/kernel/syscalls/perf_event_open/
Dperf_event_open02.c171 if (prctl(PR_TASK_PERF_EVENTS_ENABLE) == -1) { in count_hardware_counters()
290 if (prctl(PR_TASK_PERF_EVENTS_ENABLE) == -1) { in verify()
/external/libcap/libcap/include/uapi/linux/
Dprctl.h89 #define PR_TASK_PERF_EVENTS_ENABLE 32 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h92 #define PR_TASK_PERF_EVENTS_ENABLE 32 macro
/external/linux-kselftest/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()
/external/minijail/linux-x86/
Dlibconstants.gen.c977 #ifdef PR_TASK_PERF_EVENTS_ENABLE
978 { "PR_TASK_PERF_EVENTS_ENABLE", (unsigned long) PR_TASK_PERF_EVENTS_ENABLE },
/external/strace/
Dprctl.c189 case PR_TASK_PERF_EVENTS_ENABLE: in SYS_FUNC()