Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_events_hist.c280 struct hist_field *operand = hist_field->operands[0]; in hist_field_log2() local
282 u64 val = hist_fn_call(operand, elt, buffer, rbe, event); in hist_field_log2()
293 struct hist_field *operand = hist_field->operands[0]; in hist_field_bucket() local
296 u64 val = hist_fn_call(operand, elt, buffer, rbe, event); in hist_field_bucket()
444 struct hist_field *operand = hist_field->operands[0]; in hist_field_unary_minus() local
446 s64 sval = (s64)hist_fn_call(operand, elt, buffer, rbe, event); in hist_field_unary_minus()
1040 struct hist_field *operand; in field_has_hist_vars() local
1042 operand = hist_field->operands[i]; in field_has_hist_vars()
1043 if (field_has_hist_vars(operand, level + 1)) in field_has_hist_vars()