Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_functions_graph.c1737 .update_thresh = graph_trace_update_thresh,
H A Dtrace.h624 int (*update_thresh)(struct trace_array *tr); member
H A Dtrace.c5737 if (tr->current_trace->update_thresh) { in tracing_thresh_write()
5738 ret = tr->current_trace->update_thresh(tr); in tracing_thresh_write()