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

/linux-master/kernel/trace/
H A Dtrace_events_hist.c506 HIST_FIELD_FL_CONST = 1 << 18, enumerator in enum:hist_field_flags
1729 else if (field->flags & HIST_FIELD_FL_CONST) {
1972 if (flags & HIST_FIELD_FL_CONST) {
2434 *flags |= HIST_FIELD_FL_CONST;
2749 combine_consts = operand_flags & operand2_flags & HIST_FIELD_FL_CONST;
2751 flags |= combine_consts ? HIST_FIELD_FL_CONST : HIST_FIELD_FL_EXPR;
2770 operand2_flags & HIST_FIELD_FL_CONST) {
5660 else if (flags & HIST_FIELD_FL_CONST)
5661 seq_puts(m, " HIST_FIELD_FL_CONST\n");
5683 if (field->flags & HIST_FIELD_FL_CONST)
[all...]

Completed in 183 milliseconds