Searched refs:hist_fn_call (Results 1 – 1 of 1) sorted by relevance
/kernel/trace/ |
D | trace_events_hist.c | 201 static u64 hist_fn_call(struct hist_field *hist_field, 282 u64 val = hist_fn_call(operand, elt, buffer, rbe, event); in hist_field_log2() 296 u64 val = hist_fn_call(operand, elt, buffer, rbe, event); in hist_field_bucket() 317 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_plus() 318 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_plus() 332 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_minus() 333 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_minus() 347 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_div() 348 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_div() 370 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in div_by_power_of_two() [all …]
|