Home
last modified time | relevance | path

Searched refs:HIST_FIELD_FL_BUCKET (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/trace/
H A Dtrace_events_hist.c512 HIST_FIELD_FL_BUCKET = 1 << 17, enumerator
1354 field->flags & HIST_FIELD_FL_BUCKET) in hist_field_name()
1730 else if (hist_field->flags & HIST_FIELD_FL_BUCKET) in get_hist_field_flags()
2013 if (flags & (HIST_FIELD_FL_LOG2 | HIST_FIELD_FL_BUCKET)) { in create_hist_field()
2014 unsigned long fl = flags & ~(HIST_FIELD_FL_LOG2 | HIST_FIELD_FL_BUCKET); in create_hist_field()
2377 *flags |= HIST_FIELD_FL_BUCKET; in parse_field()
4284 HIST_FIELD_FL_BUCKET | HIST_FIELD_FL_LOG2)) in __create_val_field()
4289 HIST_FIELD_FL_BUCKET | HIST_FIELD_FL_LOG2 | in __create_val_field()
5538 } else if (key_field->flags & HIST_FIELD_FL_BUCKET) { in hist_trigger_print_key()