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