Lines Matching refs:hist_fn_call
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()
386 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in div_by_not_power_of_two()
400 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in div_by_mult_and_shift()
434 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_mult()
435 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_mult()
448 s64 sval = (s64)hist_fn_call(operand, elt, buffer, rbe, event); in hist_field_unary_minus()
2802 expr->constant = hist_fn_call(expr, NULL, NULL, NULL, NULL); in parse_expr()
3144 var_val = hist_fn_call(val, elt, buffer, rbe, rec); in __update_field_vars()
4319 static u64 hist_fn_call(struct hist_field *hist_field, in hist_fn_call() function
5168 hist_val = hist_fn_call(hist_field, elt, buffer, rbe, rec); in hist_trigger_elt_update()
5211 hist_val = hist_fn_call(hist_field, elt, buffer, rbe, rec); in hist_trigger_elt_update()
5288 field_contents = hist_fn_call(key_field, elt, buffer, rbe, rec); in event_hist_trigger()
5298 field_contents = hist_fn_call(key_field, elt, buffer, rbe, rec); in event_hist_trigger()