Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_events_hist.c480 for ((i) = 0; (i) < (hist_data)->n_vals; (i)++)
483 for ((i) = (hist_data)->n_vals; (i) < (hist_data)->n_fields; (i)++)
553 unsigned int n_vals; member
2888 if (hist_data->n_fields - hist_data->n_vals != n_keys) in compatible_keys()
2891 i = hist_data->n_vals; in compatible_keys()
2892 j = target_hist_data->n_vals; in compatible_keys()
2919 n_keys = target_hist_data->n_fields - target_hist_data->n_vals; in find_compatible_hist()
4237 hist_data->n_vals++; in create_hitcount_val()
4240 if (WARN_ON(hist_data->n_vals > TRACING_MAP_VALS_MAX)) in create_hitcount_val()
4278 ++hist_data->n_vals; in __create_val_field()
[all …]
H A Dtrace_events_synth.c1735 int synth_event_trace(struct trace_event_file *file, unsigned int n_vals, ...) in synth_event_trace() argument
1750 va_start(args, n_vals); in synth_event_trace()
1770 if (n_vals != state.event->n_fields) { in synth_event_trace()
1777 va_start(args, n_vals); in synth_event_trace()
1840 unsigned int n_vals) in synth_event_trace_array() argument
1867 if (n_vals != state.event->n_fields) { in synth_event_trace_array()
/linux/include/linux/
H A Dtrace_events.h573 unsigned int n_vals, ...);
575 unsigned int n_vals);