Home
last modified time | relevance | path

Searched refs:operand2 (Results 1 – 1 of 1) sorted by relevance

/kernel/trace/
Dtrace_events_hist.c315 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_plus() local
318 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_plus()
330 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_minus() local
333 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_minus()
345 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_div() local
348 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_div()
368 struct hist_field *operand2 = hist_field->operands[1]; in div_by_power_of_two() local
372 return val1 >> __ffs64(operand2->constant); in div_by_power_of_two()
382 struct hist_field *operand2 = hist_field->operands[1]; in div_by_not_power_of_two() local
386 return div64_u64(val1, operand2->constant); in div_by_not_power_of_two()
[all …]