Lines Matching defs:hist_trigger_data
383 struct hist_trigger_data { struct
384 struct hist_field *fields[HIST_FIELDS_MAX];
385 unsigned int n_vals;
386 unsigned int n_keys;
387 unsigned int n_fields;
388 unsigned int n_vars;
389 unsigned int n_var_str;
390 unsigned int key_size;
391 struct tracing_map_sort_key sort_keys[TRACING_MAP_SORT_KEYS_MAX];
392 unsigned int n_sort_keys;
393 struct trace_event_file *event_file;
417 typedef void (*action_fn_t) (struct hist_trigger_data *hist_data, argument