Lines Matching refs:event_file

393 	struct trace_event_file		*event_file;  member
670 struct trace_array *tr = hist_data->event_file->tr; in hist_field_timestamp()
761 struct trace_array *tr = hist_data->event_file->tr; in find_any_var_ref()
810 struct trace_array *tr = hist_data->event_file->tr; in find_hist_vars()
865 struct trace_array *tr = hist_data->event_file->tr; in save_hist_vars()
889 struct trace_array *tr = hist_data->event_file->tr; in remove_hist_vars()
964 file = var_hist_data->event_file; in find_var_file()
1005 struct trace_array *tr = hist_data->event_file->tr; in find_match_var()
1040 struct trace_array *tr = hist_data->event_file->tr; in find_event_var()
1944 call = hist_data->event_file->event_call; in local_field_var_ref()
1969 struct trace_array *tr = hist_data->event_file->tr; in parse_var_ref()
2465 static struct trace_event_file *event_file(struct trace_array *tr, in event_file() function
2527 struct trace_array *tr = target_hist_data->event_file->tr; in create_field_var_hist()
2543 file = event_file(tr, subsys_name, event_name); in create_field_var_hist()
2647 struct trace_event_file *file = hist_data->event_file; in find_target_event_var()
2835 struct trace_event_file *file = target_hist_data->event_file; in create_target_field_var()
2957 struct trace_event_file *file = hist_data->event_file; in save_track_data_snapshot()
2991 struct trace_event_file *file = hist_data->event_file; in track_data_snapshot_print()
3100 struct trace_event_file *file = hist_data->event_file; in track_data_destroy()
3126 struct trace_event_file *file = hist_data->event_file; in track_data_create()
3346 ret = action_parse(hist_data->event_file->tr, str, data, handler); in track_data_parse()
3431 struct trace_array *tr = hist_data->event_file->tr; in trace_action_find_var()
3507 struct trace_array *tr = hist_data->event_file->tr; in trace_action_create()
3616 struct trace_event_file *file = hist_data->event_file; in action_create()
3703 if (IS_ERR(event_file(tr, match_event_system, match_event))) { in onmatch_parse()
3824 struct trace_array *tr = hist_data->event_file->tr; in create_var_field()
3893 struct trace_array *tr = hist_data->event_file->tr; in create_key_field()
4014 struct trace_array *tr = hist_data->event_file->tr; in parse_var_defs()
4109 struct trace_array *tr = hist_data->event_file->tr; in create_sort_keys()
4213 struct trace_array *tr = hist_data->event_file->tr; in parse_actions()
4519 hist_data->event_file = file; in create_hist_data()
4894 struct trace_event_file *event_file; in hist_show() local
4899 event_file = event_file_data(m->private); in hist_show()
4900 if (unlikely(!event_file)) { in hist_show()
4905 list_for_each_entry(data, &event_file->triggers, list) { in hist_show()
5166 struct trace_event_file *event_file; in hist_debug_show() local
5171 event_file = event_file_data(m->private); in hist_debug_show()
5172 if (unlikely(!event_file)) { in hist_debug_show()
5177 list_for_each_entry(data, &event_file->triggers, list) { in hist_debug_show()
5367 file = hist_data->field_var_hists[i]->hist_data->event_file; in unregister_field_var_hists()