Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_events_hist.c302 HIST_FIELD_FL_LOG2 = 1 << 9, enumerator
1098 else if (field->flags & HIST_FIELD_FL_LOG2 || in hist_field_name()
1458 else if (hist_field->flags & HIST_FIELD_FL_LOG2) in get_hist_field_flags()
1648 if (flags & HIST_FIELD_FL_LOG2) { in create_hist_field()
1649 unsigned long fl = flags & ~HIST_FIELD_FL_LOG2; in create_hist_field()
1975 *flags |= HIST_FIELD_FL_LOG2; in parse_field()
4697 } else if (key_field->flags & HIST_FIELD_FL_LOG2) { in hist_trigger_print_key()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events_hist.c497 HIST_FIELD_FL_LOG2 = 1 << 9, enumerator
1342 else if (field->flags & HIST_FIELD_FL_LOG2 || in hist_field_name()
1716 else if (hist_field->flags & HIST_FIELD_FL_LOG2) in get_hist_field_flags()
2000 if (flags & (HIST_FIELD_FL_LOG2 | HIST_FIELD_FL_BUCKET)) { in create_hist_field()
2001 unsigned long fl = flags & ~(HIST_FIELD_FL_LOG2 | HIST_FIELD_FL_BUCKET); in create_hist_field()
2002 hist_field->fn_num = flags & HIST_FIELD_FL_LOG2 ? HIST_FIELD_FN_LOG2 : in create_hist_field()
2332 *flags |= HIST_FIELD_FL_LOG2; in parse_field()
4249 HIST_FIELD_FL_BUCKET | HIST_FIELD_FL_LOG2)) in __create_val_field()
4254 HIST_FIELD_FL_BUCKET | HIST_FIELD_FL_LOG2 | in __create_val_field()
5406 } else if (key_field->flags & HIST_FIELD_FL_LOG2) { in hist_trigger_print_key()
[all...]

Completed in 15 milliseconds