Home
last modified time | relevance | path

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

/kernel/trace/
Dtracing_map.h196 unsigned int n_keys; member
Dtracing_map.c282 map->key_idx[map->n_keys++] = idx; in tracing_map_add_key_field()
996 for (i = 0; i < map->n_keys; i++) in is_key()
Dtrace_events_hist.c549 unsigned int n_keys; member
2837 unsigned int n_keys) in compatible_keys() argument
2842 if (hist_data->n_fields - hist_data->n_vals != n_keys) in compatible_keys()
2848 for (n = 0; n < n_keys; n++) { in compatible_keys()
2869 unsigned int n_keys; in find_compatible_hist() local
2873 n_keys = target_hist_data->n_fields - target_hist_data->n_vals; in find_compatible_hist()
2879 if (compatible_keys(target_hist_data, hist_data, n_keys)) in find_compatible_hist()
4458 hist_data->n_keys++; in create_key_field()
4461 if (WARN_ON(hist_data->n_keys > TRACING_MAP_KEYS_MAX)) in create_key_field()
5179 bool use_compound_key = (hist_data->n_keys > 1); in event_hist_trigger()
[all …]