Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events_hist.c2627 unsigned long operand2_flags = operand2->flags; in check_expr_operands() local
2640 if ((operand2_flags & HIST_FIELD_FL_VAR_REF) || in check_expr_operands()
2641 (operand2_flags & HIST_FIELD_FL_ALIAS)) { in check_expr_operands()
2647 operand2_flags = var->flags; in check_expr_operands()
2652 (operand2_flags & HIST_FIELD_FL_TIMESTAMP_USECS)) { in check_expr_operands()
2667 unsigned long operand_flags, operand2_flags; in parse_expr() local
2750 operand2_flags = var2 ? var2->flags : operand2->flags; in parse_expr()
2756 combine_consts = operand_flags & operand2_flags & HIST_FIELD_FL_CONST; in parse_expr()
2777 operand2_flags & HIST_FIELD_FL_CONST) { in parse_expr()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_events_hist.c2188 unsigned long operand2_flags = operand2->flags; in check_expr_operands() local
2200 if ((operand2_flags & HIST_FIELD_FL_VAR_REF) || in check_expr_operands()
2201 (operand2_flags & HIST_FIELD_FL_ALIAS)) { in check_expr_operands()
2207 operand2_flags = var->flags; in check_expr_operands()
2211 (operand2_flags & HIST_FIELD_FL_TIMESTAMP_USECS)) { in check_expr_operands()

Completed in 16 milliseconds