Searched refs:sort_keys (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | tracing_map.c | 1075 struct tracing_map_sort_key *sort_keys, in tracing_map_sort_entries() 1115 if (is_key(map, sort_keys[0].field_idx)) in tracing_map_sort_entries() 1120 set_sort_key(map, &sort_keys[0]); in tracing_map_sort_entries() 1129 &sort_keys[0], in tracing_map_sort_entries() 1130 &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 | tracing_map.h | 281 struct tracing_map_sort_key *sort_keys,
|
H A D | trace_events_hist.c | 357 struct tracing_map_sort_key sort_keys[TRACING_MAP_SORT_KEYS_MAX]; member 4036 sort_key = &hist_data->sort_keys[i]; in create_sort_keys() 4756 n_entries = tracing_map_sort_entries(map, hist_data->sort_keys, in print_entries() 5211 sort_key = &hist_data->sort_keys[i]; in event_hist_trigger_print() 5435 sort_key = &hist_data->sort_keys[i]; in hist_trigger_match() 5436 sort_key_test = &hist_data_test->sort_keys[i]; in hist_trigger_match()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | tracing_map.c | 1052 * @sort_keys: The sort key to use for sorting 1075 struct tracing_map_sort_key *sort_keys, in tracing_map_sort_entries() 1115 if (is_key(map, sort_keys[0].field_idx)) in tracing_map_sort_entries() 1120 set_sort_key(map, &sort_keys[0]); in tracing_map_sort_entries() 1129 &sort_keys[0], in tracing_map_sort_entries() 1130 &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 | tracing_map.h | 277 struct tracing_map_sort_key *sort_keys,
|
H A D | trace_events_hist.c | 557 struct tracing_map_sort_key sort_keys[TRACING_MAP_SORT_KEYS_MAX]; member 4719 sort_key = &hist_data->sort_keys[i]; in create_sort_keys() 5540 n_entries = tracing_map_sort_entries(map, hist_data->sort_keys, in print_entries() 6039 sort_key = &hist_data->sort_keys[i]; in event_hist_trigger_print() 6262 sort_key = &hist_data->sort_keys[i]; in hist_trigger_match() 6263 sort_key_test = &hist_data_test->sort_keys[i]; in hist_trigger_match()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | generate_rust_analyzer.py | 162 json.dump(rust_project, sys.stdout, sort_keys=True, indent=4)
|
/kernel/linux/linux-5.10/scripts/clang-tools/ |
H A D | gen_compile_commands.py | 233 json.dump(compile_commands, f, indent=2, sort_keys=True)
|
/kernel/linux/linux-6.6/scripts/clang-tools/ |
H A D | gen_compile_commands.py | 224 json.dump(compile_commands, f, indent=2, sort_keys=True)
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | sort.c | 2841 const char *sort_keys; in __setup_sorting() local 2848 sort_keys = sort_order; in __setup_sorting() 2849 if (sort_keys == NULL) { in __setup_sorting() 2858 sort_keys = get_default_sort_order(evlist); in __setup_sorting() 2861 str = strdup(sort_keys); in __setup_sorting()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | sort.c | 3408 const char *sort_keys; in __setup_sorting() local 3415 sort_keys = sort_order; in __setup_sorting() 3416 if (sort_keys == NULL) { in __setup_sorting() 3425 sort_keys = get_default_sort_order(evlist); in __setup_sorting() 3428 str = strdup(sort_keys); in __setup_sorting()
|
Completed in 35 milliseconds