Searched refs:hist_fn_call (Results 1 – 1 of 1) sorted by relevance
/linux/kernel/trace/ |
H A D | trace_events_hist.c | 203 static u64 hist_fn_call(struct hist_field *hist_field, 284 u64 val = hist_fn_call(operand, elt, buffer, rbe, event); in hist_field_log2() 298 u64 val = hist_fn_call(operand, elt, buffer, rbe, event); in hist_field_bucket() 319 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_plus() 320 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_plus() 334 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_minus() 335 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_minus() 349 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_div() 350 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_div() 372 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in div_by_power_of_two() [all …]
|