HomeSort by relevance Sort by last modified time
    Searched refs:PR_TASK_PERF_EVENTS_DISABLE (Results 1 - 21 of 21) sorted by null

  /external/libcap/libcap/include/uapi/linux/
prctl.h 88 #define PR_TASK_PERF_EVENTS_DISABLE 31
  /external/strace/xlat/
prctl_options.h 202 #if defined(PR_TASK_PERF_EVENTS_DISABLE) || (defined(HAVE_DECL_PR_TASK_PERF_EVENTS_DISABLE) && HAVE_DECL_PR_TASK_PERF_EVENTS_DISABLE)
204 static_assert((PR_TASK_PERF_EVENTS_DISABLE) == (31), "PR_TASK_PERF_EVENTS_DISABLE != 31");
207 # define PR_TASK_PERF_EVENTS_DISABLE 31
402 XLAT(PR_TASK_PERF_EVENTS_DISABLE),
  /bionic/libc/kernel/uapi/linux/
prctl.h 71 #define PR_TASK_PERF_EVENTS_DISABLE 31
  /external/kernel-headers/original/uapi/linux/
prctl.h 91 #define PR_TASK_PERF_EVENTS_DISABLE 31
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
per_event_excludes.c 83 prctl(PR_TASK_PERF_EVENTS_DISABLE);
count_instructions.c 40 prctl(PR_TASK_PERF_EVENTS_DISABLE);
  /external/ltp/testcases/kernel/syscalls/perf_event_open/
perf_event_open02.c 179 if (prctl(PR_TASK_PERF_EVENTS_DISABLE) == -1) {
181 "prctl(PR_TASK_PERF_EVENTS_DISABLE) failed");
304 if (prctl(PR_TASK_PERF_EVENTS_DISABLE) == -1) {
306 "prctl(PR_TASK_PERF_EVENTS_DISABLE) failed");
  /external/minijail/linux-x86/
libconstants.gen.c 974 #ifdef PR_TASK_PERF_EVENTS_DISABLE
975 { "PR_TASK_PERF_EVENTS_DISABLE", (unsigned long) PR_TASK_PERF_EVENTS_DISABLE },
976 #endif // PR_TASK_PERF_EVENTS_DISABLE
    [all...]
  /external/strace/
prctl.c 253 case PR_TASK_PERF_EVENTS_DISABLE:
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 334 milliseconds