Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/
H A Ddata_proc.tcl111 upvar 1 $var_var var_ref
123 expr { [info exists var_ref] ? [return $var_ref] : [return $default] }
129 upvar 1 $var_name var_ref
141 if { ! ([info exists var_ref] && $var_ref != "") } {
142 set var_ref $default
H A Dcall_stack.tcl43 upvar $stack_ix $var_name var_ref
44 if { [info exists var_ref] } { return $var_ref }
66 upvar $stack_ix $var_name var_ref
68 if { [info exists var_ref] } { return $stack_level }
/openbmc/linux/kernel/trace/
H A Dtrace_events_hist.c647 struct hist_field *var_ref; member
2405 struct hist_field *var_ref, in create_alias() argument
2415 alias->fn_num = var_ref->fn_num; in create_alias()
2416 alias->operands[0] = var_ref; in create_alias()
2418 if (init_var_ref(alias, var_ref, var_ref->system, var_ref->event_name)) { in create_alias()
2423 alias->var_ref_idx = var_ref->var_ref_idx; in create_alias()
3620 data->track_data.var_ref = ref_field; in track_data_create()
3986 struct hist_field *hist_field, *var_ref; in trace_action_create() local
4052 var_ref = create_var_ref(hist_data, hist_field, in trace_action_create()
4054 if (!var_ref) { in trace_action_create()
[all …]
/openbmc/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