Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace_events_hist.c215 HIST_FIELD_FL_LOG2 = 1 << 9, enumerator
1695 else if (field->flags & HIST_FIELD_FL_LOG2 || in hist_field_name()
2049 else if (hist_field->flags & HIST_FIELD_FL_LOG2) in get_hist_field_flags()
2211 if (flags & HIST_FIELD_FL_LOG2) { in create_hist_field()
2212 unsigned long fl = flags & ~HIST_FIELD_FL_LOG2; in create_hist_field()
2474 *flags |= HIST_FIELD_FL_LOG2; in parse_field()
4782 } else if (key_field->flags & HIST_FIELD_FL_LOG2) { in hist_trigger_entry_print()