Searched refs:sort_keys (Results 1 – 5 of 5) sorted by relevance
/linux/kernel/trace/ |
A D | tracing_map.c | 1070 struct tracing_map_sort_key *sort_keys, in tracing_map_sort_entries() argument 1110 if (is_key(map, sort_keys[0].field_idx)) in tracing_map_sort_entries() 1115 set_sort_key(map, &sort_keys[0]); in tracing_map_sort_entries() 1124 &sort_keys[0], in tracing_map_sort_entries() 1125 &sort_keys[1]); in tracing_map_sort_entries()
|
A D | tracing_map.h | 281 struct tracing_map_sort_key *sort_keys,
|
A D | trace_events_hist.c | 513 struct tracing_map_sort_key sort_keys[TRACING_MAP_SORT_KEYS_MAX]; member 4466 sort_key = &hist_data->sort_keys[i]; in create_sort_keys() 5189 n_entries = tracing_map_sort_entries(map, hist_data->sort_keys, in print_entries() 5653 sort_key = &hist_data->sort_keys[i]; in event_hist_trigger_print() 5878 sort_key = &hist_data->sort_keys[i]; in hist_trigger_match() 5879 sort_key_test = &hist_data_test->sort_keys[i]; in hist_trigger_match()
|
/linux/scripts/clang-tools/ |
A D | gen_compile_commands.py | 241 json.dump(compile_commands, f, indent=2, sort_keys=True)
|
/linux/tools/perf/util/ |
A D | sort.c | 3015 const char *sort_keys; in __setup_sorting() local 3022 sort_keys = sort_order; in __setup_sorting() 3023 if (sort_keys == NULL) { in __setup_sorting() 3032 sort_keys = get_default_sort_order(evlist); in __setup_sorting() 3035 str = strdup(sort_keys); in __setup_sorting()
|
Completed in 40 milliseconds