Lines Matching defs:hist_trigger_data
557 struct hist_trigger_data { struct
558 struct hist_field *fields[HIST_FIELDS_MAX];
559 unsigned int n_vals;
560 unsigned int n_keys;
561 unsigned int n_fields;
562 unsigned int n_vars;
563 unsigned int n_var_str;
564 unsigned int key_size;
565 struct tracing_map_sort_key sort_keys[TRACING_MAP_SORT_KEYS_MAX];
566 unsigned int n_sort_keys;
567 struct trace_event_file *event_file;
591 typedef void (*action_fn_t) (struct hist_trigger_data *hist_data, argument