Searched refs:n_vals (Results 1 – 4 of 4) sorted by relevance
126 +----------------+ <--- 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: 3415 +-------------------+ <--- n_vals | | |440 n_keys = n_fields - n_vals | | |641 | | +-----------------------+ <--- n_vals | |666 | | n_keys = n_fields - n_vals | |748 n_vals: 2805 n_vals: 2[all …]
477 for ((i) = 0; (i) < (hist_data)->n_vals; (i)++)480 for ((i) = (hist_data)->n_vals; (i) < (hist_data)->n_fields; (i)++)550 unsigned int n_vals; member2829 if (hist_data->n_fields - hist_data->n_vals != n_keys) in compatible_keys()2832 i = hist_data->n_vals; in compatible_keys()2833 j = target_hist_data->n_vals; in compatible_keys()2860 n_keys = target_hist_data->n_fields - target_hist_data->n_vals; in find_compatible_hist()4155 hist_data->n_vals++; in create_hitcount_val()4158 if (WARN_ON(hist_data->n_vals > TRACING_MAP_VALS_MAX)) in create_hitcount_val()4181 ++hist_data->n_vals; in __create_val_field()[all …]
1640 int synth_event_trace(struct trace_event_file *file, unsigned int n_vals, ...) in synth_event_trace() argument1655 va_start(args, n_vals); in synth_event_trace()1675 if (n_vals != state.event->n_fields) { in synth_event_trace()1682 va_start(args, n_vals); in synth_event_trace()1745 unsigned int n_vals) in synth_event_trace_array() argument1772 if (n_vals != state.event->n_fields) { in synth_event_trace_array()
563 unsigned int n_vals, ...);565 unsigned int n_vals);