Lines Matching refs:hist_fn_call
210 static u64 hist_fn_call(struct hist_field *hist_field,
291 u64 val = hist_fn_call(operand, elt, buffer, rbe, event); in hist_field_log2()
305 u64 val = hist_fn_call(operand, elt, buffer, rbe, event); in hist_field_bucket()
326 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_plus()
327 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_plus()
341 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_minus()
342 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_minus()
356 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_div()
357 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_div()
379 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in div_by_power_of_two()
393 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in div_by_not_power_of_two()
407 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in div_by_mult_and_shift()
441 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_mult()
442 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_mult()
455 s64 sval = (s64)hist_fn_call(operand, elt, buffer, rbe, event); in hist_field_unary_minus()
2831 expr->constant = hist_fn_call(expr, NULL, NULL, NULL, NULL); in parse_expr()
3173 var_val = hist_fn_call(val, elt, buffer, rbe, rec); in __update_field_vars()
4350 static u64 hist_fn_call(struct hist_field *hist_field, in hist_fn_call() function
5200 hist_val = hist_fn_call(hist_field, elt, buffer, rbe, rec); in hist_trigger_elt_update()
5243 hist_val = hist_fn_call(hist_field, elt, buffer, rbe, rec); in hist_trigger_elt_update()
5406 field_contents = hist_fn_call(key_field, elt, buffer, rbe, rec); in event_hist_trigger()
5416 field_contents = hist_fn_call(key_field, elt, buffer, rbe, rec); in event_hist_trigger()