Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_events_hist.c647 struct hist_field *var_ref; member
2395 struct hist_field *var_ref, in create_alias() argument
2405 alias->fn_num = var_ref->fn_num; in create_alias()
2406 alias->operands[0] = var_ref; in create_alias()
2408 if (init_var_ref(alias, var_ref, var_ref->system, var_ref->event_name)) { in create_alias()
2413 alias->var_ref_idx = var_ref->var_ref_idx; in create_alias()
3531 u64 var_val = var_ref_vals[data->track_data.var_ref->var_ref_idx]; in ontrack_action()
3610 data->track_data.var_ref = ref_field; in track_data_create()
3976 struct hist_field *hist_field, *var_ref; in trace_action_create() local
4042 var_ref = create_var_ref(hist_data, hist_field, in trace_action_create()
[all …]
/linux/Documentation/trace/
H A Dhistogram-design.rst670 +---------------------->| var_ref = $ts0 | | |
702 explicit system.event.$var_ref notation, the hist_field's system and
1015 +|------------------|-|>| var_ref = $ts0 |
1027 | | | var_ref = $next_pid |
1039 | | var_ref = $wakeup_lat |
1443 maximum value. The actions[].track_data.var_ref member contains the
1525 hist_data->actions[0].track_data.var_ref:
1955 to a reference. The implementation copies the var_ref->fn() from the
1972 there's a woken_pid var_ref in the variable refs section. That is the