Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_events_hist.c513 HIST_FIELD_FL_CONST = 1 << 18, enumerator
1742 } else if (field->flags & HIST_FIELD_FL_CONST) in expr_field_str()
1991 if (flags & HIST_FIELD_FL_CONST) { in create_hist_field()
2471 *flags |= HIST_FIELD_FL_CONST; in parse_const()
2791 combine_consts = operand_flags & operand2_flags & HIST_FIELD_FL_CONST; in parse_expr()
2793 flags |= combine_consts ? HIST_FIELD_FL_CONST : HIST_FIELD_FL_EXPR; in parse_expr()
2812 operand2_flags & HIST_FIELD_FL_CONST) { in parse_expr()
5916 else if (flags & HIST_FIELD_FL_CONST) in hist_field_debug_show_flags()
5939 if (field->flags & HIST_FIELD_FL_CONST) in hist_field_debug_show()
6184 else if (hist_field->flags & HIST_FIELD_FL_CONST) in hist_field_print()