Searched refs:n_sort_keys (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | tracing_map.h | 282 unsigned int n_sort_keys,
|
H A D | tracing_map.c | 1076 unsigned int n_sort_keys, in tracing_map_sort_entries() 1125 if (n_sort_keys > 1) in tracing_map_sort_entries() 1074 tracing_map_sort_entries(struct tracing_map *map, struct tracing_map_sort_key *sort_keys, unsigned int n_sort_keys, struct tracing_map_sort_entry ***sort_entries) tracing_map_sort_entries() argument
|
H A D | trace_events_hist.c | 358 unsigned int n_sort_keys; member 4026 hist_data->n_sort_keys = 1; /* we always have at least one, hitcount */ in create_sort_keys() 4100 hist_data->n_sort_keys = i; in create_sort_keys() 4757 hist_data->n_sort_keys, in print_entries() 5204 for (i = 0; i < hist_data->n_sort_keys; i++) { in event_hist_trigger_print() 5404 hist_data->n_sort_keys != hist_data_test->n_sort_keys) in hist_trigger_match() 5434 for (i = 0; i < hist_data->n_sort_keys; i++) { in hist_trigger_match()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | tracing_map.h | 278 unsigned int n_sort_keys,
|
H A D | tracing_map.c | 1053 * @n_sort_keys: hitcount, always have at least one 1076 unsigned int n_sort_keys, in tracing_map_sort_entries() 1125 if (n_sort_keys > 1) in tracing_map_sort_entries() 1074 tracing_map_sort_entries(struct tracing_map *map, struct tracing_map_sort_key *sort_keys, unsigned int n_sort_keys, struct tracing_map_sort_entry ***sort_entries) tracing_map_sort_entries() argument
|
H A D | trace_events_hist.c | 558 unsigned int n_sort_keys; member 4709 hist_data->n_sort_keys = 1; /* we always have at least one, hitcount */ in create_sort_keys() 4783 hist_data->n_sort_keys = i; in create_sort_keys() 5541 hist_data->n_sort_keys, in print_entries() 6032 for (i = 0; i < hist_data->n_sort_keys; i++) { in event_hist_trigger_print() 6231 hist_data->n_sort_keys != hist_data_test->n_sort_keys) in hist_trigger_match() 6261 for (i = 0; i < hist_data->n_sort_keys; i++) { in hist_trigger_match()
|
Completed in 21 milliseconds