Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dtimerlat_bpf.h20 int timerlat_bpf_wait(int timeout);
40 static inline int timerlat_bpf_wait(int timeout) { return -1; } in timerlat_bpf_wait() function
H A Dtimerlat_bpf.c116 * timerlat_bpf_wait - wait until tracing is stopped or signal in timerlat_bpf_restart_tracing()
118 int timerlat_bpf_wait(int timeout) in timerlat_bpf_restart_tracing()
96 int timerlat_bpf_wait(int timeout) timerlat_bpf_wait() function
H A Dtimerlat_top.c804 timerlat_bpf_wait(-1);
810 wait_retval = timerlat_bpf_wait(params->quiet ? -1 : in timerlat_top_apply_config()
H A Dtimerlat_hist.c1054 timerlat_bpf_wait(-1);