Home
last modified time | relevance | path

Searched refs:update_thresh (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/kernel/trace/
Dtrace_functions_graph.c1283 .update_thresh = graph_trace_update_thresh,
Dtrace.h523 int (*update_thresh)(struct trace_array *tr); member
Dtrace.c6135 if (tr->current_trace->update_thresh) { in tracing_thresh_write()
6136 ret = tr->current_trace->update_thresh(tr); in tracing_thresh_write()