Lines Matching refs:event_file
559 struct trace_event_file *event_file; member
867 struct trace_array *tr = hist_data->event_file->tr; in hist_field_timestamp()
958 struct trace_array *tr = hist_data->event_file->tr; in find_any_var_ref()
1007 struct trace_array *tr = hist_data->event_file->tr; in find_hist_vars()
1062 struct trace_array *tr = hist_data->event_file->tr; in save_hist_vars()
1086 struct trace_array *tr = hist_data->event_file->tr; in remove_hist_vars()
1161 file = var_hist_data->event_file; in find_var_file()
1202 struct trace_array *tr = hist_data->event_file->tr; in find_match_var()
1237 struct trace_array *tr = hist_data->event_file->tr; in find_event_var()
2250 call = hist_data->event_file->event_call; in local_field_var_ref()
2275 struct trace_array *tr = hist_data->event_file->tr; in parse_var_ref()
2425 struct trace_array *tr = hist_data->event_file->tr; in parse_const()
2912 static struct trace_event_file *event_file(struct trace_array *tr, in event_file() function
2974 struct trace_array *tr = target_hist_data->event_file->tr; in create_field_var_hist()
2990 file = event_file(tr, subsys_name, event_name); in create_field_var_hist()
3094 struct trace_event_file *file = hist_data->event_file; in find_target_event_var()
3300 struct trace_event_file *file = target_hist_data->event_file; in create_target_field_var()
3422 struct trace_event_file *file = hist_data->event_file; in save_track_data_snapshot()
3456 struct trace_event_file *file = hist_data->event_file; in track_data_snapshot_print()
3565 struct trace_event_file *file = hist_data->event_file; in track_data_destroy()
3591 struct trace_event_file *file = hist_data->event_file; in track_data_create()
3812 ret = action_parse(hist_data->event_file->tr, str, data, handler); in track_data_parse()
3901 struct trace_array *tr = hist_data->event_file->tr; in trace_action_find_var()
3977 struct trace_array *tr = hist_data->event_file->tr; in trace_action_create()
4091 struct trace_event_file *file = hist_data->event_file; in action_create()
4179 if (IS_ERR(event_file(tr, match_event_system, match_event))) { in onmatch_parse()
4401 struct trace_array *tr = hist_data->event_file->tr; in create_var_field()
4466 hist_err(hist_data->event_file->tr, HIST_ERR_NEED_NOHC_VAL, 0); in create_val_fields()
4479 struct trace_array *tr = hist_data->event_file->tr; in create_key_field()
4600 struct trace_array *tr = hist_data->event_file->tr; in parse_var_defs()
4696 struct trace_array *tr = hist_data->event_file->tr; in create_sort_keys()
4800 struct trace_array *tr = hist_data->event_file->tr; in parse_actions()
5105 hist_data->event_file = file; in create_hist_data()
5599 struct trace_event_file *event_file; in hist_show() local
5604 event_file = event_file_file(m->private); in hist_show()
5605 if (unlikely(!event_file)) { in hist_show()
5610 list_for_each_entry(data, &event_file->triggers, list) { in hist_show()
5878 struct trace_event_file *event_file; in hist_debug_show() local
5883 event_file = event_file_file(m->private); in hist_debug_show()
5884 if (unlikely(!event_file)) { in hist_debug_show()
5889 list_for_each_entry(data, &event_file->triggers, list) { in hist_debug_show()
6092 file = hist_data->field_var_hists[i]->hist_data->event_file; in unregister_field_var_hists()