Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/trace/
Dtrace_events_hist.c507 HIST_FIELD_FL_BUCKET = 1 << 17, enumerator
1340 field->flags & HIST_FIELD_FL_BUCKET) in hist_field_name()
1704 else if (hist_field->flags & HIST_FIELD_FL_BUCKET) in get_hist_field_flags()
1973 if (flags & (HIST_FIELD_FL_LOG2 | HIST_FIELD_FL_BUCKET)) { in create_hist_field()
1974 unsigned long fl = flags & ~(HIST_FIELD_FL_LOG2 | HIST_FIELD_FL_BUCKET); in create_hist_field()
2315 *flags |= HIST_FIELD_FL_BUCKET; in parse_field()
5268 } else if (key_field->flags & HIST_FIELD_FL_BUCKET) { in hist_trigger_print_key()