Lines Matching refs:set
102 static int wakeup_display_graph(struct trace_array *tr, int set) in wakeup_display_graph() argument
104 if (!(is_graph(tr) ^ set)) in wakeup_display_graph()
107 stop_func_tracer(tr, !set); in wakeup_display_graph()
112 return start_func_tracer(tr, set); in wakeup_display_graph()
232 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function() argument
237 if (function_enabled || (!set && !(tr->trace_flags & TRACE_ITER_FUNCTION))) in register_wakeup_function()
264 static int wakeup_function_set(struct trace_array *tr, u32 mask, int set) in wakeup_function_set() argument
269 if (set) in wakeup_function_set()
276 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function() argument
281 static int wakeup_function_set(struct trace_array *tr, u32 mask, int set) in wakeup_function_set() argument
313 static int wakeup_flag_changed(struct trace_array *tr, u32 mask, int set) in wakeup_flag_changed() argument
317 if (wakeup_function_set(tr, mask, set)) in wakeup_flag_changed()
322 return wakeup_display_graph(tr, set); in wakeup_flag_changed()
325 return trace_keep_overwrite(tracer, mask, set); in wakeup_flag_changed()