Lines Matching refs:trace_array

617 	struct trace_array *tr = trace_file->tr;  in trace_event_ignore_this_pid()
707 struct trace_array *tr; in trace_event_enable_cmd_record()
729 struct trace_array *tr; in trace_event_enable_tgid_record()
752 struct trace_array *tr = file->tr; in __ftrace_event_enable_disable()
891 static void clear_mod_events(struct trace_array *tr) in clear_mod_events()
900 static int remove_cache_mod(struct trace_array *tr, const char *mod, in remove_cache_mod()
928 static int cache_mod(struct trace_array *tr, const char *mod, int set, in cache_mod()
978 static inline void clear_mod_events(struct trace_array *tr) { } in clear_mod_events()
979 static int cache_mod(struct trace_array *tr, const char *mod, int set, in cache_mod()
986 static void ftrace_clear_events(struct trace_array *tr) in ftrace_clear_events()
1002 struct trace_array *tr = data; in event_filter_pid_sched_process_exit()
1017 struct trace_array *tr = data; in event_filter_pid_sched_process_fork()
1026 void trace_event_follow_fork(struct trace_array *tr, bool enable) in trace_event_follow_fork()
1047 struct trace_array *tr = data; in event_filter_pid_sched_switch_probe_pre()
1073 struct trace_array *tr = data; in event_filter_pid_sched_switch_probe_post()
1087 struct trace_array *tr = data; in event_filter_pid_sched_wakeup_probe_pre()
1105 struct trace_array *tr = data; in event_filter_pid_sched_wakeup_probe_post()
1121 static void unregister_pid_events(struct trace_array *tr) in unregister_pid_events()
1136 static void __ftrace_clear_event_pids(struct trace_array *tr, int type) in __ftrace_clear_event_pids()
1179 static void ftrace_clear_event_pids(struct trace_array *tr, int type) in ftrace_clear_event_pids()
1282 __ftrace_set_clr_event_nolock(struct trace_array *tr, const char *match, in __ftrace_set_clr_event_nolock()
1355 static int __ftrace_set_clr_event(struct trace_array *tr, const char *match, in __ftrace_set_clr_event()
1368 int ftrace_set_clr_event(struct trace_array *tr, char *buf, int set) in ftrace_set_clr_event()
1435 struct trace_array *tr = top_trace_array(); in trace_set_clr_event()
1457 int trace_array_set_clr_event(struct trace_array *tr, const char *system, in trace_array_set_clr_event()
1479 struct trace_array *tr = m->private; in ftrace_event_write()
1518 struct trace_array *tr = m->private; in t_next()
1539 struct trace_array *tr = m->private; in t_start()
1571 struct trace_array *tr = m->private; in s_next()
1606 struct trace_array *tr = m->private; in s_start()
1686 struct trace_array *tr = m->private; in __next()
1713 struct trace_array *tr = m->private; in __start()
1830 struct trace_array *tr = dir->tr; in system_enable_read()
2139 struct trace_array *tr = NULL, *iter_tr; in subsystem_open()
2188 struct trace_array *tr = inode->i_private; in system_tr_open()
2281 struct trace_array *tr = filp->private_data; in show_header_page_file()
2329 struct trace_array *tr = data; in ignore_task_cpu()
2346 static void register_pid_events(struct trace_array *tr) in register_pid_events()
2380 struct trace_array *tr = m->private; in event_pid_write()
2610 struct trace_array *tr = inode->i_private; in ftrace_event_release()
2630 struct trace_array *tr = inode->i_private; in ftrace_event_set_open()
2651 struct trace_array *tr = inode->i_private; in ftrace_event_set_pid_open()
2672 struct trace_array *tr = inode->i_private; in ftrace_event_set_npid_open()
2737 event_subsystem_dir(struct trace_array *tr, const char *name, in event_subsystem_dir()
2943 struct trace_array *tr = file->tr; in event_create_dir()
3031 struct trace_array *tr; in remove_event_from_tracers()
3050 struct trace_array *tr; in event_remove()
3360 struct trace_array *tr) in trace_create_new_event()
3432 __trace_add_new_event(struct trace_event_call *call, struct trace_array *tr) in __trace_add_new_event()
3480 struct trace_array *tr) in __trace_early_add_new_event()
3539 struct trace_array *tr; in probe_remove_event_call()
3602 static void update_mod_cache(struct trace_array *tr, struct module *mod) in update_mod_cache()
3619 struct trace_array *tr; in update_cache_events()
3712 __trace_add_event_dirs(struct trace_array *tr) in __trace_add_event_dirs()
3727 __find_event_file(struct trace_array *tr, const char *system, const char *event) in __find_event_file()
3750 find_event_file(struct trace_array *tr, const char *system, const char *event) in find_event_file()
3786 struct trace_array *tr = top_trace_array(); in trace_get_event_file()
3861 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_probe()
3878 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_count_probe()
3935 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_init()
3973 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_free()
4026 event_enable_func(struct trace_array *tr, struct ftrace_hash *hash, in event_enable_func()
4156 static void __trace_early_add_event_dirs(struct trace_array *tr) in __trace_early_add_event_dirs()
4176 void __trace_early_add_events(struct trace_array *tr) in __trace_early_add_events()
4196 __trace_remove_event_dirs(struct trace_array *tr) in __trace_remove_event_dirs()
4206 struct trace_array *tr; in __add_event_to_tracers()
4251 create_event_toplevel_files(struct dentry *parent, struct trace_array *tr) in create_event_toplevel_files()
4312 int event_trace_add_tracer(struct dentry *parent, struct trace_array *tr) in event_trace_add_tracer()
4339 early_event_add_tracer(struct dentry *parent, struct trace_array *tr) in early_event_add_tracer()
4357 int event_trace_del_tracer(struct trace_array *tr) in event_trace_del_tracer()
4391 early_enable_events(struct trace_array *tr, char *buf, bool disable_first) in early_enable_events()
4420 struct trace_array *tr = top_trace_array(); in event_trace_enable()
4467 struct trace_array *tr; in event_trace_enable_again()
4494 struct trace_array *tr; in event_trace_init()
4590 struct trace_array *tr; in event_trace_self_tests()