Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dtimerlat.bpf.c48 const volatile int thread_threshold; variable
146 if (thread_threshold != 0 && latency_us >= thread_threshold) in handle_timerlat_sample()
152 if (thread_threshold != 0 && latency_us >= thread_threshold) in handle_timerlat_sample()
H A Dtimerlat_bpf.c27 bpf->rodata->thread_threshold = params->common.stop_total_us; in timerlat_bpf_init()