Searched refs:sort_keys (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/trace/ |
| A D | tracing_map.c | 1075 struct tracing_map_sort_key *sort_keys, in tracing_map_sort_entries() argument 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()
|
| A D | tracing_map.h | 277 struct tracing_map_sort_key *sort_keys,
|
| A D | trace_events_hist.c | 557 struct tracing_map_sort_key sort_keys[TRACING_MAP_SORT_KEYS_MAX]; member 4712 sort_key = &hist_data->sort_keys[i]; in create_sort_keys() 5532 n_entries = tracing_map_sort_entries(map, hist_data->sort_keys, in print_entries() 6031 sort_key = &hist_data->sort_keys[i]; in event_hist_trigger_print() 6254 sort_key = &hist_data->sort_keys[i]; in hist_trigger_match() 6255 sort_key_test = &hist_data_test->sort_keys[i]; in hist_trigger_match()
|
| /linux/scripts/ |
| A D | generate_rust_analyzer.py | 166 json.dump(rust_project, sys.stdout, sort_keys=True, indent=4)
|
| /linux/scripts/clang-tools/ |
| A D | gen_compile_commands.py | 224 json.dump(sorted(compile_commands, key=lambda x: x["file"]), f, indent=2, sort_keys=True)
|
| /linux/tools/perf/util/ |
| A D | sort.c | 3667 const char *sort_keys; in __setup_sorting() local 3674 sort_keys = sort_order; in __setup_sorting() 3675 if (sort_keys == NULL) { in __setup_sorting() 3684 sort_keys = get_default_sort_order(evlist); in __setup_sorting() 3687 str = strdup(sort_keys); in __setup_sorting()
|
Completed in 28 milliseconds