Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_events_hist.c477 for ((i) = 0; (i) < (hist_data)->n_vals; (i)++)
480 for ((i) = (hist_data)->n_vals; (i) < (hist_data)->n_fields; (i)++)
548 unsigned int n_vals; member
2842 if (hist_data->n_fields - hist_data->n_vals != n_keys) in compatible_keys()
2845 i = hist_data->n_vals; in compatible_keys()
2846 j = target_hist_data->n_vals; in compatible_keys()
2873 n_keys = target_hist_data->n_fields - target_hist_data->n_vals; in find_compatible_hist()
4171 hist_data->n_vals++; in create_hitcount_val()
4174 if (WARN_ON(hist_data->n_vals > TRACING_MAP_VALS_MAX)) in create_hitcount_val()
4212 ++hist_data->n_vals; in __create_val_field()
[all …]
Dtrace_events_synth.c1729 int synth_event_trace(struct trace_event_file *file, unsigned int n_vals, ...) in synth_event_trace() argument
1744 va_start(args, n_vals); in synth_event_trace()
1764 if (n_vals != state.event->n_fields) { in synth_event_trace()
1771 va_start(args, n_vals); in synth_event_trace()
1834 unsigned int n_vals) in synth_event_trace_array() argument
1861 if (n_vals != state.event->n_fields) { in synth_event_trace_array()