Searched refs:update_thresh (Results 1 – 3 of 3) sorted by relevance
387 int (*update_thresh)(struct trace_array *tr); member
1397 .update_thresh = graph_trace_update_thresh,
4538 if (tr->current_trace->update_thresh) { in tracing_thresh_write()4539 ret = tr->current_trace->update_thresh(tr); in tracing_thresh_write()