Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtracing_map.c1080 struct tracing_map_sort_key *sort_keys, in tracing_map_sort_entries() argument
1120 if (is_key(map, sort_keys[0].field_idx)) in tracing_map_sort_entries()
1125 set_sort_key(map, &sort_keys[0]); in tracing_map_sort_entries()
1134 &sort_keys[0], in tracing_map_sort_entries()
1135 &sort_keys[1]); in tracing_map_sort_entries()
H A Dtracing_map.h277 struct tracing_map_sort_key *sort_keys,
H A Dtrace_events_hist.c565 struct tracing_map_sort_key sort_keys[TRACING_MAP_SORT_KEYS_MAX]; member
4756 sort_key = &hist_data->sort_keys[i]; in create_sort_keys()
5669 n_entries = tracing_map_sort_entries(map, hist_data->sort_keys, in print_entries()
6258 sort_key = &hist_data->sort_keys[i]; in event_hist_trigger_print()
6474 sort_key = &hist_data->sort_keys[i]; in hist_trigger_match()
6475 sort_key_test = &hist_data_test->sort_keys[i]; in hist_trigger_match()
/linux/scripts/clang-tools/
H A Dgen_compile_commands.py224 json.dump(sorted(compile_commands, key=lambda x: x["file"]), f, indent=2, sort_keys=True)
/linux/scripts/
H A Dgenerate_rust_analyzer.py379 json.dump(rust_project, sys.stdout, sort_keys=True, indent=4)
/linux/tools/perf/util/
H A Dsort.c4101 const char *sort_keys; in sort__setup_elide()
4108 sort_keys = sort_order; in output_field_add()
4109 if (sort_keys == NULL) { in output_field_add()
4118 sort_keys = get_default_sort_order(evlist); in output_field_add()
4121 str = strdup(sort_keys); in output_field_add()
3964 const char *sort_keys; __setup_sorting() local