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()
2247 call = hist_data->event_file->event_call; in local_field_var_ref()
2272 struct trace_array *tr = hist_data->event_file->tr; in parse_var_ref()
2422 struct trace_array *tr = hist_data->event_file->tr; in parse_const()
2909 static struct trace_event_file *event_file(struct trace_array *tr, in event_file() function
2971 struct trace_array *tr = target_hist_data->event_file->tr; in create_field_var_hist()
2987 file = event_file(tr, subsys_name, event_name); in create_field_var_hist()
3091 struct trace_event_file *file = hist_data->event_file; in find_target_event_var()
3297 struct trace_event_file *file = target_hist_data->event_file; in create_target_field_var()
3419 struct trace_event_file *file = hist_data->event_file; in save_track_data_snapshot()
3453 struct trace_event_file *file = hist_data->event_file; in track_data_snapshot_print()
3562 struct trace_event_file *file = hist_data->event_file; in track_data_destroy()
3588 struct trace_event_file *file = hist_data->event_file; in track_data_create()
3809 ret = action_parse(hist_data->event_file->tr, str, data, handler); in track_data_parse()
3898 struct trace_array *tr = hist_data->event_file->tr; in trace_action_find_var()
3974 struct trace_array *tr = hist_data->event_file->tr; in trace_action_create()
4088 struct trace_event_file *file = hist_data->event_file; in action_create()
4176 if (IS_ERR(event_file(tr, match_event_system, match_event))) { in onmatch_parse()
4398 struct trace_array *tr = hist_data->event_file->tr; in create_var_field()
4463 hist_err(hist_data->event_file->tr, HIST_ERR_NEED_NOHC_VAL, 0); in create_val_fields()
4476 struct trace_array *tr = hist_data->event_file->tr; in create_key_field()
4597 struct trace_array *tr = hist_data->event_file->tr; in parse_var_defs()
4693 struct trace_array *tr = hist_data->event_file->tr; in create_sort_keys()
4797 struct trace_array *tr = hist_data->event_file->tr; in parse_actions()
5102 hist_data->event_file = file; in create_hist_data()
5601 static u64 get_hist_hit_count(struct trace_event_file *event_file) in get_hist_hit_count() argument
5607 list_for_each_entry(data, &event_file->triggers, list) { in get_hist_hit_count()
5620 struct trace_event_file *event_file; in hist_show() local
5625 event_file = event_file_file(hist_file->file); in hist_show()
5626 if (unlikely(!event_file)) in hist_show()
5629 list_for_each_entry(data, &event_file->triggers, list) { in hist_show()
5633 hist_file->last_read = get_hist_hit_count(event_file); in hist_show()
5645 struct trace_event_file *event_file; in event_hist_poll() local
5653 event_file = event_file_data(file); in event_hist_poll()
5654 if (!event_file) in event_hist_poll()
5659 cnt = get_hist_hit_count(event_file); in event_hist_poll()
5681 struct trace_event_file *event_file; in event_hist_open() local
5691 event_file = event_file_data(file); in event_hist_open()
5692 if (!event_file) { in event_hist_open()
5704 hist_file->last_act = get_hist_hit_count(event_file); in event_hist_open()
5965 struct trace_event_file *event_file; in hist_debug_show() local
5970 event_file = event_file_file(m->private); in hist_debug_show()
5971 if (unlikely(!event_file)) in hist_debug_show()
5974 list_for_each_entry(data, &event_file->triggers, list) { in hist_debug_show()
6176 file = hist_data->field_var_hists[i]->hist_data->event_file; in unregister_field_var_hists()