Home
last modified time | relevance | path

Searched refs:tracing_thresh (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/tools/tracing/rtla/src/
H A Dosnoise.c668 long long tracing_thresh; in osnoise_get_tracing_thresh() local
670 if (context->tracing_thresh != OSNOISE_OPTION_INIT_VAL) in osnoise_get_tracing_thresh()
671 return context->tracing_thresh; in osnoise_get_tracing_thresh()
676 tracing_thresh = osnoise_read_ll_config("tracing_thresh"); in osnoise_get_tracing_thresh()
677 if (tracing_thresh < 0) in osnoise_get_tracing_thresh()
680 context->orig_tracing_thresh = tracing_thresh; in osnoise_get_tracing_thresh()
681 return tracing_thresh; in osnoise_get_tracing_thresh()
702 context->tracing_thresh = tracing_thresh; in osnoise_set_tracing_thresh()
717 if (context->orig_tracing_thresh == context->tracing_thresh) in osnoise_restore_tracing_thresh()
725 context->tracing_thresh = OSNOISE_OPTION_INIT_VAL; in osnoise_restore_tracing_thresh()
[all …]
H A Dosnoise.h77 long long tracing_thresh; member
132 long long tracing_thresh);
/linux-6.15/Documentation/trace/
H A Dhwlat_detector.rst46 # echo 100 > /sys/kernel/tracing/tracing_thresh
56 (0.5s). If tracing_thresh contains zero when hwlat tracer is enabled, it will
64 If tracing_thresh was zero when hwlat detector was started, it will be set
66 tracing_thresh that hwlat detector had will be saved and this value will
67 be restored in tracing_thresh if it is still zero when hwlat detector is
H A Dftrace.rst176 tracing_thresh:
/linux-6.15/kernel/trace/
H A Dtrace_hwlat.c207 u64 thresh = tracing_thresh; in get_sample()
840 save_tracing_thresh = tracing_thresh; in hwlat_tracer_init()
843 if (!tracing_thresh) in hwlat_tracer_init()
844 tracing_thresh = last_tracing_thresh; in hwlat_tracer_init()
859 last_tracing_thresh = tracing_thresh; in hwlat_tracer_reset()
861 tracing_thresh = save_tracing_thresh; in hwlat_tracer_reset()
H A Dtrace_irqsoff.c334 if (tracing_thresh) { in report_latency()
335 if (delta < tracing_thresh) in report_latency()
H A Dtrace_sched_wakeup.c372 if (tracing_thresh) { in report_latency()
373 if (delta < tracing_thresh) in report_latency()
H A Dtrace_functions_graph.c257 if (tracing_thresh) in graph_entry()
410 if (tracing_thresh && in trace_graph_thresh_return()
411 (trace_clock_local() - ftimes->calltime < tracing_thresh)) in trace_graph_thresh_return()
462 if (tracing_thresh) in graph_trace_init()
H A Dtrace.h746 extern unsigned long tracing_thresh;
H A Dtrace_osnoise.c1437 threshold = tracing_thresh ? : 1000; in run_osnoise()
H A Dtrace.c1657 tracing_thresh = threshold * 1000; in set_tracing_thresh()
1836 unsigned long __read_mostly tracing_thresh; variable
6388 return tracing_nsecs_read(&tracing_thresh, ubuf, cnt, ppos); in tracing_thresh_read()
6399 ret = tracing_nsecs_write(&tracing_thresh, ubuf, cnt, ppos); in tracing_thresh_write()
H A Dftrace.c553 if (tracing_thresh && (avg < tracing_thresh)) in function_stat_show()
H A DKconfig468 file. Every time a latency is greater than tracing_thresh, it will
/linux-6.15/tools/tracing/rtla/tests/
H A Dengine.sh17 echo 0 > tracing_thresh