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);
42 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.c817 timerlat_bpf_wait(-1); in timerlat_top_apply_config()
823 wait_retval = timerlat_bpf_wait(params->common.quiet ? -1 :
H A Dtimerlat_hist.c1063 timerlat_bpf_wait(-1); in timerlat_hist_apply_config()