Searched refs:operand2 (Results 1 – 1 of 1) sorted by relevance
/kernel/trace/ |
D | trace_events_hist.c | 219 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_plus() local 222 u64 val2 = operand2->fn(operand2, elt, rbe, event); in hist_field_plus() 233 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_minus() local 236 u64 val2 = operand2->fn(operand2, elt, rbe, event); in hist_field_minus() 3000 struct hist_field *operand2) in check_expr_operands() argument 3003 unsigned long operand2_flags = operand2->flags; in check_expr_operands() 3019 var = find_var_field(operand2->var.hist_data, operand2->name); in check_expr_operands() 3039 struct hist_field *operand1 = NULL, *operand2 = NULL, *expr = NULL; in parse_expr() local 3083 operand2 = parse_expr(hist_data, file, str, operand_flags, NULL, ++level); in parse_expr() 3084 if (IS_ERR(operand2)) { in parse_expr() [all …]
|