Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dtimerlat_bpf.h17 int timerlat_bpf_attach(void);
39 static inline int timerlat_bpf_attach(void) { return -1; } in timerlat_bpf_attach() function
H A Dtimerlat_bpf.c80 * timerlat_bpf_attach - attach BPF program to collect timerlat data
82 int timerlat_bpf_attach(void)
65 int timerlat_bpf_attach(void) timerlat_bpf_attach() function
H A Dtimerlat.c171 retval = timerlat_bpf_attach(); in timerlat_enable()