Home
last modified time | relevance | path

Searched refs:sort_keys (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/clang-tools/
H A Dgen_compile_commands.py226 json.dump(sorted(compile_commands, key=lambda x: x["file"]), f, indent=2, sort_keys=True)
/linux/scripts/
H A Dgenerate_rust_analyzer.py405 json.dump(rust_project, sys.stdout, sort_keys=True, indent=4)
/linux/tools/perf/util/
H A Dsort.c4124 const char *sort_keys; in output_field_add()
4131 sort_keys = sort_order; in output_field_add()
4132 if (sort_keys == NULL) { in output_field_add()
4141 sort_keys = get_default_sort_order(evlist); in output_field_add()
4144 str = strdup(sort_keys); in output_field_add()
3964 const char *sort_keys; __setup_sorting() local
/linux/kernel/trace/
H A Dtrace_events_hist.c565 struct tracing_map_sort_key sort_keys[TRACING_MAP_SORT_KEYS_MAX]; member
4784 sort_key = &hist_data->sort_keys[i]; in create_sort_keys()
5697 n_entries = tracing_map_sort_entries(map, hist_data->sort_keys, in print_entries()
6286 sort_key = &hist_data->sort_keys[i]; in event_hist_trigger_print()
6504 sort_key = &hist_data->sort_keys[i]; in hist_trigger_match()
6505 sort_key_test = &hist_data_test->sort_keys[i]; in hist_trigger_match()