Lines Matching refs:operands
123 struct hist_field *operands[HIST_FIELD_OPERANDS_MAX]; member
205 struct hist_field *operand = hist_field->operands[0]; in hist_field_log2()
217 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_plus()
218 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_plus()
231 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_minus()
232 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_minus()
245 struct hist_field *operand = hist_field->operands[0]; in hist_field_unary_minus()
1659 operand = hist_field->operands[i]; in field_has_hist_vars()
1950 field_name = hist_field_name(field->operands[0], ++level); in hist_field_name()
2340 if (!field->operands[0]) { in expr_str()
2349 subexpr = expr_str(field->operands[0], ++level); in expr_str()
2362 expr_field_str(field->operands[0], expr); in expr_str()
2376 expr_field_str(field->operands[1], expr); in expr_str()
2431 destroy_hist_field(hist_field->operands[i], level + 1); in destroy_hist_field()
2477 hist_field->operands[0] = create_hist_field(hist_data, field, fl, NULL); in create_hist_field()
2478 hist_field->size = hist_field->operands[0]->size; in create_hist_field()
2479 hist_field->type = kstrdup(hist_field->operands[0]->type, GFP_KERNEL); in create_hist_field()
2807 alias->operands[0] = var_ref; in create_alias()
2938 expr->operands[0] = operand1; in parse_unary()
3063 expr->operands[0] = operand1; in parse_expr()
3064 expr->operands[1] = operand2; in parse_expr()