Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/trace/
Dtrace_events_hist.c343 HIST_FIELD_FL_BUCKET = 1 << 17, enumerator
1137 field->flags & HIST_FIELD_FL_BUCKET) in hist_field_name()
1507 else if (hist_field->flags & HIST_FIELD_FL_BUCKET) in get_hist_field_flags()
1697 if (flags & (HIST_FIELD_FL_LOG2 | HIST_FIELD_FL_BUCKET)) { in create_hist_field()
1698 unsigned long fl = flags & ~(HIST_FIELD_FL_LOG2 | HIST_FIELD_FL_BUCKET); in create_hist_field()
2029 *flags |= HIST_FIELD_FL_BUCKET; in parse_field()
4789 } else if (key_field->flags & HIST_FIELD_FL_BUCKET) { in hist_trigger_print_key()