Lines Matching defs:tr

52 int ftrace_allocate_ftrace_ops(struct trace_array *tr)  in ftrace_allocate_ftrace_ops()
74 void ftrace_free_ftrace_ops(struct trace_array *tr) in ftrace_free_ftrace_ops()
80 int ftrace_create_function_files(struct trace_array *tr, in ftrace_create_function_files()
98 void ftrace_destroy_function_files(struct trace_array *tr) in ftrace_destroy_function_files()
120 static bool handle_func_repeats(struct trace_array *tr, u32 flags_val) in handle_func_repeats()
132 static int function_trace_init(struct trace_array *tr) in function_trace_init()
159 static void function_trace_reset(struct trace_array *tr) in function_trace_reset()
166 static void function_trace_start(struct trace_array *tr) in function_trace_start()
175 struct trace_array *tr = op->private; in function_trace_call() local
220 struct trace_array *tr = op->private; in function_stack_trace_call() local
249 static inline bool is_repeat_check(struct trace_array *tr, in is_repeat_check()
265 static inline void process_repeats(struct trace_array *tr, in process_repeats()
285 struct trace_array *tr = op->private; in function_no_repeats_trace_call() local
331 struct trace_array *tr = op->private; in function_stack_no_repeats_trace_call() local
380 static void tracing_start_function_trace(struct trace_array *tr) in tracing_start_function_trace()
387 static void tracing_stop_function_trace(struct trace_array *tr) in tracing_stop_function_trace()
396 func_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in func_set_flag()
445 struct trace_array *tr, bool on, in update_traceon_count()
506 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon_count()
514 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff_count()
522 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon()
533 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff()
564 static __always_inline void trace_stack(struct trace_array *tr) in trace_stack()
575 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace()
583 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace_count()
643 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_dump_probe()
653 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_cpudump_probe()
719 ftrace_count_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_count_init()
735 ftrace_count_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in ftrace_count_free()
797 ftrace_trace_probe_callback(struct trace_array *tr, in ftrace_trace_probe_callback()
836 ftrace_trace_onoff_callback(struct trace_array *tr, struct ftrace_hash *hash, in ftrace_trace_onoff_callback()
855 ftrace_stacktrace_callback(struct trace_array *tr, struct ftrace_hash *hash, in ftrace_stacktrace_callback()
870 ftrace_dump_callback(struct trace_array *tr, struct ftrace_hash *hash, in ftrace_dump_callback()
886 ftrace_cpudump_callback(struct trace_array *tr, struct ftrace_hash *hash, in ftrace_cpudump_callback()