update_thresh    5825 kernel/trace/trace.c 	if (tr->current_trace->update_thresh) {
update_thresh    5826 kernel/trace/trace.c 		ret = tr->current_trace->update_thresh(tr);
update_thresh     472 kernel/trace/trace.h 	int			(*update_thresh)(struct trace_array *tr);
update_thresh    1283 kernel/trace/trace_functions_graph.c 	.update_thresh	= graph_trace_update_thresh,