On Fri, 2025-10-17 at 16:46 +0200, Tomas Glozar wrote: > Add an example BPF action program that prints the measured latency to > the tracefs buffer via bpf_printk(). > > Signed-off-by: Tomas Glozar <[email protected]> > --- > tools/tracing/rtla/sample/timerlat_bpf_action.c | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > create mode 100644 tools/tracing/rtla/sample/timerlat_bpf_action.c
We should have the makefile build this, and add a test that uses it. -Crystal
