Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events_hist.c506 HIST_FIELD_FL_CONST = 1 << 18, enumerator
1736 else if (field->flags & HIST_FIELD_FL_CONST) { in expr_field_str()
1979 if (flags & HIST_FIELD_FL_CONST) { in create_hist_field()
2441 *flags |= HIST_FIELD_FL_CONST; in parse_const()
2756 combine_consts = operand_flags & operand2_flags & HIST_FIELD_FL_CONST; in parse_expr()
2758 flags |= combine_consts ? HIST_FIELD_FL_CONST : HIST_FIELD_FL_EXPR; in parse_expr()
2777 operand2_flags & HIST_FIELD_FL_CONST) { in parse_expr()
5668 else if (flags & HIST_FIELD_FL_CONST) in hist_field_debug_show_flags()
5669 seq_puts(m, " HIST_FIELD_FL_CONST\n"); in hist_field_debug_show_flags()
5691 if (field->flags & HIST_FIELD_FL_CONST) in hist_field_debug_show()
[all...]

Completed in 8 milliseconds