Searched refs:operand1 (Results 1 – 1 of 1) sorted by relevance
/kernel/trace/ |
D | trace_events_hist.c | 314 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_plus() local 317 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_plus() 329 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_minus() local 332 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_minus() 344 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_div() local 347 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_div() 367 struct hist_field *operand1 = hist_field->operands[0]; in div_by_power_of_two() local 370 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in div_by_power_of_two() 381 struct hist_field *operand1 = hist_field->operands[0]; in div_by_not_power_of_two() local 384 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in div_by_not_power_of_two() [all …]
|