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.c1071 struct tracing_map_sort_key *sort_keys, in tracing_map_sort_entries() argument
1111 if (is_key(map, sort_keys[0].field_idx)) in tracing_map_sort_entries()
1116 set_sort_key(map, &sort_keys[0]); in tracing_map_sort_entries()
1125 &sort_keys[0], in tracing_map_sort_entries()
1126 &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.c559 struct tracing_map_sort_key sort_keys[TRACING_MAP_SORT_KEYS_MAX]; member
4737 sort_key = &hist_data->sort_keys[i]; in create_sort_keys()
5650 n_entries = tracing_map_sort_entries(map, hist_data->sort_keys, in print_entries()
6236 sort_key = &hist_data->sort_keys[i]; in event_hist_trigger_print()
6452 sort_key = &hist_data->sort_keys[i]; in hist_trigger_match()
6453 sort_key_test = &hist_data_test->sort_keys[i]; in hist_trigger_match()
/linux/scripts/
H A Dgenerate_rust_analyzer.py224 json.dump(rust_project, sys.stdout, sort_keys=True, indent=4)
/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/tools/perf/util/
H A Dsort.c3946 const char *sort_keys; in __setup_sorting() local
3953 sort_keys = sort_order; in __setup_sorting()
3954 if (sort_keys == NULL) { in __setup_sorting()
3963 sort_keys = get_default_sort_order(evlist); in __setup_sorting()
3966 str = strdup(sort_keys); in __setup_sorting()