Home
last modified time | relevance | path

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

/linux-6.15/tools/tracing/rtla/src/
H A Dtimerlat.bpf.c41 const volatile int thread_threshold; variable
141 if (thread_threshold != 0 && latency_us >= thread_threshold) in handle_timerlat_sample()
H A Dtimerlat_bpf.c26 bpf->rodata->thread_threshold = params->stop_total_us; in timerlat_bpf_init()