Lines Matching refs:operands
162 struct hist_field *operands[HIST_FIELD_OPERANDS_MAX]; member
282 struct hist_field *operand = hist_field->operands[0]; in hist_field_log2()
295 struct hist_field *operand = hist_field->operands[0]; in hist_field_bucket()
316 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_plus()
317 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_plus()
331 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_minus()
332 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_minus()
346 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_div()
347 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_div()
369 struct hist_field *operand1 = hist_field->operands[0]; in div_by_power_of_two()
370 struct hist_field *operand2 = hist_field->operands[1]; in div_by_power_of_two()
383 struct hist_field *operand1 = hist_field->operands[0]; in div_by_not_power_of_two()
384 struct hist_field *operand2 = hist_field->operands[1]; in div_by_not_power_of_two()
397 struct hist_field *operand1 = hist_field->operands[0]; in div_by_mult_and_shift()
398 struct hist_field *operand2 = hist_field->operands[1]; in div_by_mult_and_shift()
431 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_mult()
432 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_mult()
446 struct hist_field *operand = hist_field->operands[0]; in hist_field_unary_minus()
1038 operand = hist_field->operands[i]; in field_has_hist_vars()
1338 field_name = hist_field_name(field->operands[0], ++level); in hist_field_name()
1756 if (!field->operands[0]) { in expr_str()
1765 subexpr = expr_str(field->operands[0], ++level); in expr_str()
1778 expr_field_str(field->operands[0], expr); in expr_str()
1798 expr_field_str(field->operands[1], expr); in expr_str()
1931 destroy_hist_field(hist_field->operands[i], level + 1); in destroy_hist_field()
1994 hist_field->operands[0] = create_hist_field(hist_data, field, fl, NULL); in create_hist_field()
1995 if (!hist_field->operands[0]) in create_hist_field()
1997 hist_field->size = hist_field->operands[0]->size; in create_hist_field()
1998 hist_field->type = kstrdup_const(hist_field->operands[0]->type, GFP_KERNEL); in create_hist_field()
2406 alias->operands[0] = var_ref; in create_alias()
2589 expr->operands[0] = operand1; in parse_unary()
2763 expr->operands[0] = operand1; in parse_expr()
2764 expr->operands[1] = operand2; in parse_expr()
2788 expr->operands[0] = var1; in parse_expr()
2790 expr->operands[1] = var2; in parse_expr()
2795 expr->operands[0] = NULL; in parse_expr()
2796 expr->operands[1] = NULL; in parse_expr()