Home
last modified time | relevance | path

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

/tools/testing/selftests/prctl/
A Ddisable-tsc-test.c22 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
29 [PR_TSC_ENABLE] = "PR_TSC_ENABLE",
55 if ( prctl(PR_SET_TSC, PR_TSC_ENABLE) == -1) in sigsegv_cb()
79 if ( prctl(PR_SET_TSC, PR_TSC_ENABLE) == -1) in main()
A Ddisable-tsc-on-off-stress-test.c27 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
50 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in sigsegv_cb()
A Ddisable-tsc-ctxt-sw-stress-test.c27 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
67 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in rdtsctask()
/tools/perf/trace/beauty/include/uapi/linux/
A Dprctl.h77 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
/tools/include/uapi/linux/
A Dprctl.h77 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro

Completed in 10 milliseconds