Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/trace/
H A Dhistogram-design.rst126 +----------------+ <--- n_vals |
143 n_keys = n_fields - n_vals | |
145 The hist_data n_vals and n_fields delineate the extent of the fields[] | |
303 n_vals: 3
415 +-------------------+ <--- n_vals | | |
440 n_keys = n_fields - n_vals | | |
641 | | +-----------------------+ <--- n_vals | |
666 | | n_keys = n_fields - n_vals | |
748 n_vals: 2
805 n_vals: 2
[all …]
/openbmc/linux/kernel/trace/
H A Dtrace_events_hist.c479 for ((i) = 0; (i) < (hist_data)->n_vals; (i)++)
482 for ((i) = (hist_data)->n_vals; (i) < (hist_data)->n_fields; (i)++)
551 unsigned int n_vals; member
2874 if (hist_data->n_fields - hist_data->n_vals != n_keys) in compatible_keys()
2877 i = hist_data->n_vals; in compatible_keys()
2878 j = target_hist_data->n_vals; in compatible_keys()
2905 n_keys = target_hist_data->n_fields - target_hist_data->n_vals; in find_compatible_hist()
4221 hist_data->n_vals++; in create_hitcount_val()
4224 if (WARN_ON(hist_data->n_vals > TRACING_MAP_VALS_MAX)) in create_hitcount_val()
4262 ++hist_data->n_vals; in __create_val_field()
4546 unsigned int i, key_offset = 0, n_vals = hist_data->n_vals; create_key_fields() local
[all...]
H A Dtrace_events_synth.c1714 int synth_event_trace(struct trace_event_file *file, unsigned int n_vals, ...) in synth_event_trace() argument
1729 va_start(args, n_vals); in synth_event_trace()
1749 if (n_vals != state.event->n_fields) { in synth_event_trace()
1756 va_start(args, n_vals); in synth_event_trace()
1819 unsigned int n_vals) in synth_event_trace_array() argument
1846 if (n_vals != state.event->n_fields) { in synth_event_trace_array()
/openbmc/linux/include/linux/
H A Dtrace_events.h583 unsigned int n_vals, ...);
585 unsigned int n_vals);