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.c655 struct hist_field *var_ref; member
2434 struct hist_field *var_ref, in create_alias() argument
2444 alias->fn_num = var_ref->fn_num; in create_alias()
2445 alias->operands[0] = var_ref; in create_alias()
2447 if (init_var_ref(alias, var_ref, var_ref->system, var_ref->event_name)) { in create_alias()
2452 alias->var_ref_idx = var_ref->var_ref_idx; in create_alias()
3572 u64 var_val = var_ref_vals[data->track_data.var_ref->var_ref_idx]; in ontrack_action()
3651 data->track_data.var_ref = ref_field; in track_data_create()
4017 struct hist_field *hist_field, *var_ref; in trace_action_create() local
4083 var_ref = create_var_ref(hist_data, hist_field, in trace_action_create()
[all …]
/linux/Documentation/trace/
H A Dhistogram-design.rst673 +---------------------->| var_ref = $ts0 | | |
705 explicit system.event.$var_ref notation, the hist_field's system and
1018 +|------------------|-|>| var_ref = $ts0 |
1030 | | | var_ref = $next_pid |
1042 | | var_ref = $wakeup_lat |
1446 maximum value. The actions[].track_data.var_ref member contains the
1528 hist_data->actions[0].track_data.var_ref:
1958 to a reference. The implementation copies the var_ref->fn() from the
1975 there's a woken_pid var_ref in the variable refs section. That is the