Lines Matching defs:hist_trigger_attrs
315 struct hist_trigger_attrs { struct
316 char *keys_str;
317 char *vals_str;
318 char *sort_key_str;
319 char *name;
320 char *clock;
321 bool pause;
322 bool cont;
323 bool clear;
324 bool ts_in_usecs;
325 unsigned int map_bits;
327 char *assignment_str[TRACING_MAP_VARS_MAX];
328 unsigned int n_assignments;
330 char *action_str[HIST_ACTIONS_MAX];
331 unsigned int n_actions;
356 struct hist_trigger_attrs *attrs; argument