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.rst303 n_vals: 3
748 n_vals: 2
805 n_vals: 2
1129 n_vals: 2
1193 n_vals: 2
1405 n_vals: 2
1467 n_vals: 2
1676 n_vals: 2
1716 n_vals: 2
1765 n_vals: 2
[all …]
/openbmc/linux/kernel/trace/
H A Dtrace_events_hist.c551 unsigned int n_vals; member
2877 i = hist_data->n_vals; in compatible_keys()
2878 j = target_hist_data->n_vals; in compatible_keys()
4221 hist_data->n_vals++; 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; in create_key_fields() local
4554 for (i = n_vals; i < n_vals + TRACING_MAP_KEYS_MAX; i++) { in create_key_fields()
4576 unsigned int i, j = hist_data->n_vals; in create_var_fields()
5359 if (i > hist_data->n_vals) in hist_trigger_print_key()
5981 if (i > hist_data->n_vals) in event_hist_trigger_print()
[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.h579 unsigned int n_vals, ...);
581 unsigned int n_vals);