Searched refs:HIST_FIELD_FL_LOG2 (Results 1 – 1 of 1) sorted by relevance
497 HIST_FIELD_FL_LOG2 = 1 << 9, enumerator1335 else if (field->flags & HIST_FIELD_FL_LOG2 || in hist_field_name()1706 else if (hist_field->flags & HIST_FIELD_FL_LOG2) in get_hist_field_flags()1990 if (flags & (HIST_FIELD_FL_LOG2 | HIST_FIELD_FL_BUCKET)) { in create_hist_field()1991 unsigned long fl = flags & ~(HIST_FIELD_FL_LOG2 | HIST_FIELD_FL_BUCKET); in create_hist_field()1992 hist_field->fn_num = flags & HIST_FIELD_FL_LOG2 ? HIST_FIELD_FN_LOG2 : in create_hist_field()2322 *flags |= HIST_FIELD_FL_LOG2; in parse_field()4239 HIST_FIELD_FL_BUCKET | HIST_FIELD_FL_LOG2)) in __create_val_field()4244 HIST_FIELD_FL_BUCKET | HIST_FIELD_FL_LOG2 | in __create_val_field()5397 } else if (key_field->flags & HIST_FIELD_FL_LOG2) { in hist_trigger_print_key()