Searched refs:n_vals (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events_hist.c | 280 for ((i) = 0; (i) < (hist_data)->n_vals; (i)++) 283 for ((i) = (hist_data)->n_vals; (i) < (hist_data)->n_fields; (i)++) 351 unsigned int n_vals; member 2368 if (hist_data->n_fields - hist_data->n_vals != n_keys) in compatible_keys() 2371 i = hist_data->n_vals; in compatible_keys() 2372 j = target_hist_data->n_vals; in compatible_keys() 2399 n_keys = target_hist_data->n_fields - target_hist_data->n_vals; in find_compatible_hist() 3685 hist_data->n_vals++; in create_hitcount_val() 3688 if (WARN_ON(hist_data->n_vals > TRACING_MAP_VALS_MAX)) in create_hitcount_val() 3711 ++hist_data->n_vals; in __create_val_field() 3862 unsigned int i, key_offset = 0, n_vals = hist_data->n_vals; create_key_fields() local [all...] |
H A D | trace_events_synth.c | 1502 * @n_vals: The number of values in vals 1508 * The argument list should be a list 'n_vals' u64 values. The number 1518 int synth_event_trace(struct trace_event_file *file, unsigned int n_vals, ...) in synth_event_trace() argument 1533 va_start(args, n_vals); in synth_event_trace() 1553 if (n_vals != state.event->n_fields) { in synth_event_trace() 1560 va_start(args, n_vals); in synth_event_trace() 1608 * @n_vals: The number of values in vals 1612 * The 'vals' array is just an array of 'n_vals' u64. The number of 1623 unsigned int n_vals) in synth_event_trace_array() 1650 if (n_vals ! in synth_event_trace_array() 1622 synth_event_trace_array(struct trace_event_file *file, u64 *vals, unsigned int n_vals) synth_event_trace_array() argument [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_hist.c | 479 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 D | trace_events_synth.c | 1698 * @n_vals: The number of values in vals 1704 * The argument list should be a list 'n_vals' u64 values. The number 1714 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() 1804 * @n_vals: The number of values in vals 1808 * The 'vals' array is just an array of 'n_vals' u64. The number of 1819 unsigned int n_vals) in synth_event_trace_array() 1846 if (n_vals ! in synth_event_trace_array() 1818 synth_event_trace_array(struct trace_event_file *file, u64 *vals, unsigned int n_vals) synth_event_trace_array() argument [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | trace_events.h | 456 unsigned int n_vals, ...); 458 unsigned int n_vals);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | trace_events.h | 579 unsigned int n_vals, ...); 581 unsigned int n_vals);
|
Completed in 21 milliseconds