Home
last modified time | relevance | path

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

/external/strace/xlat/
Dprctl_options.h38 #if !(defined(PR_GET_TIMING) || (defined(HAVE_DECL_PR_GET_TIMING) && HAVE_DECL_PR_GET_TIMING))
39 # define PR_GET_TIMING 13 macro
161 XLAT(PR_GET_TIMING),
Dprctl_options.in13 PR_GET_TIMING 13
/external/libcap/libcap/include/uapi/linux/
Dprctl.h46 #define PR_GET_TIMING 13 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h48 #define PR_GET_TIMING 13 macro
/external/strace/
Dprctl.c86 case PR_GET_TIMING: in SYS_FUNC()