Lines Matching refs:operands
169 struct hist_field *operands[HIST_FIELD_OPERANDS_MAX]; member
289 struct hist_field *operand = hist_field->operands[0]; in hist_field_log2()
302 struct hist_field *operand = hist_field->operands[0]; in hist_field_bucket()
323 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_plus()
324 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_plus()
338 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_minus()
339 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_minus()
353 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_div()
354 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_div()
376 struct hist_field *operand1 = hist_field->operands[0]; in div_by_power_of_two()
377 struct hist_field *operand2 = hist_field->operands[1]; in div_by_power_of_two()
390 struct hist_field *operand1 = hist_field->operands[0]; in div_by_not_power_of_two()
391 struct hist_field *operand2 = hist_field->operands[1]; in div_by_not_power_of_two()
404 struct hist_field *operand1 = hist_field->operands[0]; in div_by_mult_and_shift()
405 struct hist_field *operand2 = hist_field->operands[1]; in div_by_mult_and_shift()
438 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_mult()
439 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_mult()
453 struct hist_field *operand = hist_field->operands[0]; in hist_field_unary_minus()
1055 operand = hist_field->operands[i]; in field_has_hist_vars()
1355 field_name = hist_field_name(field->operands[0], ++level); in hist_field_name()
1775 if (!field->operands[0]) { in expr_str()
1784 subexpr = expr_str(field->operands[0], ++level); in expr_str()
1797 expr_field_str(field->operands[0], expr); in expr_str()
1817 expr_field_str(field->operands[1], expr); in expr_str()
1950 destroy_hist_field(hist_field->operands[i], level + 1); in destroy_hist_field()
2013 hist_field->operands[0] = create_hist_field(hist_data, field, fl, NULL); in create_hist_field()
2014 if (!hist_field->operands[0]) in create_hist_field()
2016 hist_field->size = hist_field->operands[0]->size; in create_hist_field()
2017 hist_field->type = kstrdup_const(hist_field->operands[0]->type, GFP_KERNEL); in create_hist_field()
2445 alias->operands[0] = var_ref; in create_alias()
2628 expr->operands[0] = operand1; in parse_unary()
2802 expr->operands[0] = operand1; in parse_expr()
2803 expr->operands[1] = operand2; in parse_expr()
2827 expr->operands[0] = var1; in parse_expr()
2829 expr->operands[1] = var2; in parse_expr()
2834 expr->operands[0] = NULL; in parse_expr()
2835 expr->operands[1] = NULL; in parse_expr()