Home
last modified time | relevance | path

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

/external/ltp/testcases/realtime/lib/
Dlibrttest.c710 #ifndef PR_SET_TRACING
711 #define PR_SET_TRACING 0 macro
716 if (prctl(PR_SET_TRACING, 1) < 0) in latency_trace_start()
722 if (prctl(PR_SET_TRACING, 0) < 0) in latency_trace_stop()