Searched refs:tracing_thresh (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/tracing/rtla/src/ |
| H A D | osnoise.c | 745 * osnoise_get_tracing_thresh - read and save the original "tracing_thresh" in osnoise_options_get_option() 750 long long tracing_thresh; in osnoise_options_get_option() 752 if (context->tracing_thresh != OSNOISE_OPTION_INIT_VAL) in osnoise_options_get_option() 753 return context->tracing_thresh; in osnoise_options_get_option() 758 tracing_thresh = osnoise_read_ll_config("tracing_thresh"); in osnoise_options_get_option() 759 if (tracing_thresh < 0) in osnoise_options_get_option() 762 context->orig_tracing_thresh = tracing_thresh; in osnoise_options_get_option() 763 return tracing_thresh; in osnoise_options_get_option() 770 * osnoise_set_tracing_thresh - set "tracing_thresh" in osnoise_options_get_option() 668 long long tracing_thresh; osnoise_get_tracing_thresh() local 690 osnoise_set_tracing_thresh(struct osnoise_context * context,long long tracing_thresh) osnoise_set_tracing_thresh() argument [all...] |
| H A D | osnoise.h | 45 long long tracing_thresh);
|
| H A D | common.h | 33 long long tracing_thresh; member
|
| /linux/Documentation/trace/ |
| H A D | hwlat_detector.rst | 46 # 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
|
| /linux/tools/tracing/rtla/tests/ |
| H A D | engine.sh | 20 echo 0 > tracing_thresh
|
| /linux/kernel/trace/ |
| H A D | trace_irqsoff.c | 331 if (tracing_thresh) { in report_latency() 332 if (delta < tracing_thresh) in report_latency()
|
| H A D | trace_sched_wakeup.c | 368 if (tracing_thresh) { in report_latency() 369 if (delta < tracing_thresh) in report_latency()
|
| H A D | trace_functions_graph.c | 278 if (tracing_thresh) in graph_entry() 428 if (tracing_thresh && (rettime - calltime < tracing_thresh)) in trace_graph_thresh_return() 480 if (tracing_thresh) in graph_trace_init()
|
| H A D | trace_osnoise.c | 1465 threshold = tracing_thresh ? : 1000; in run_osnoise()
|
| H A D | trace.c | 1041 tracing_thresh = threshold * 1000; in set_tracing_thresh() 1220 unsigned long __read_mostly tracing_thresh; variable 5174 return tracing_nsecs_read(&tracing_thresh, ubuf, cnt, ppos); in tracing_thresh_read() 5185 ret = tracing_nsecs_write(&tracing_thresh, ubuf, cnt, ppos); in tracing_thresh_write()
|
| H A D | trace.h | 841 extern unsigned long tracing_thresh;
|
| H A D | ftrace.c | 554 if (tracing_thresh && (avg < tracing_thresh)) in function_stat_show()
|
| H A D | Kconfig | 509 file. Every time a latency is greater than tracing_thresh, it will
|