Lines Matching defs:hist_trigger_data
549 struct hist_trigger_data { struct
550 struct hist_field *fields[HIST_FIELDS_MAX];
551 unsigned int n_vals;
552 unsigned int n_keys;
553 unsigned int n_fields;
554 unsigned int n_vars;
555 unsigned int n_var_str;
556 unsigned int key_size;
557 struct tracing_map_sort_key sort_keys[TRACING_MAP_SORT_KEYS_MAX];
558 unsigned int n_sort_keys;
559 struct trace_event_file *event_file;
583 typedef void (*action_fn_t) (struct hist_trigger_data *hist_data, argument