Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_events_hist.c203 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()
3134 var_val = hist_fn_call(val, elt, buffer, rbe, rec); in __update_field_vars()
[all …]