Searched refs:hist_fn_call (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_events_hist.c | 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() [all …]
|