Home
last modified time | relevance | path

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

/third_party/ltp/testcases/realtime/lib/
Dlibrttest.c715 #ifndef PR_SET_TRACING
716 #define PR_SET_TRACING 0 macro
721 if (prctl(PR_SET_TRACING, 1) < 0) in latency_trace_start()
727 if (prctl(PR_SET_TRACING, 0) < 0) in latency_trace_stop()