Lines Matching defs:hist_trigger_data
348 struct hist_trigger_data { struct
349 struct hist_field *fields[HIST_FIELDS_MAX];
350 unsigned int n_vals;
351 unsigned int n_keys;
352 unsigned int n_fields;
353 unsigned int n_vars;
354 unsigned int n_var_str;
355 unsigned int key_size;
356 struct tracing_map_sort_key sort_keys[TRACING_MAP_SORT_KEYS_MAX];
357 unsigned int n_sort_keys;
358 struct trace_event_file *event_file;
382 typedef void (*action_fn_t) (struct hist_trigger_data *hist_data, argument