tracing_map_sort_entry 5542 kernel/trace/trace_events_hist.c struct tracing_map_sort_entry **sort_entries = NULL; tracing_map_sort_entry 837 kernel/trace/tracing_map.c static int cmp_entries_dup(const struct tracing_map_sort_entry **a, tracing_map_sort_entry 838 kernel/trace/tracing_map.c const struct tracing_map_sort_entry **b) tracing_map_sort_entry 848 kernel/trace/tracing_map.c static int cmp_entries_sum(const struct tracing_map_sort_entry **a, tracing_map_sort_entry 849 kernel/trace/tracing_map.c const struct tracing_map_sort_entry **b) tracing_map_sort_entry 876 kernel/trace/tracing_map.c static int cmp_entries_key(const struct tracing_map_sort_entry **a, tracing_map_sort_entry 877 kernel/trace/tracing_map.c const struct tracing_map_sort_entry **b) tracing_map_sort_entry 905 kernel/trace/tracing_map.c static void destroy_sort_entry(struct tracing_map_sort_entry *entry) tracing_map_sort_entry 923 kernel/trace/tracing_map.c void tracing_map_destroy_sort_entries(struct tracing_map_sort_entry **entries, tracing_map_sort_entry 934 kernel/trace/tracing_map.c static struct tracing_map_sort_entry * tracing_map_sort_entry 937 kernel/trace/tracing_map.c struct tracing_map_sort_entry *sort_entry; tracing_map_sort_entry 949 kernel/trace/tracing_map.c static void detect_dups(struct tracing_map_sort_entry **sort_entries, tracing_map_sort_entry 959 kernel/trace/tracing_map.c sort(sort_entries, n_entries, sizeof(struct tracing_map_sort_entry *), tracing_map_sort_entry 987 kernel/trace/tracing_map.c const struct tracing_map_sort_entry **entries, tracing_map_sort_entry 992 kernel/trace/tracing_map.c int (*primary_fn)(const struct tracing_map_sort_entry **, tracing_map_sort_entry 993 kernel/trace/tracing_map.c const struct tracing_map_sort_entry **); tracing_map_sort_entry 994 kernel/trace/tracing_map.c int (*secondary_fn)(const struct tracing_map_sort_entry **, tracing_map_sort_entry 995 kernel/trace/tracing_map.c const struct tracing_map_sort_entry **); tracing_map_sort_entry 1009 kernel/trace/tracing_map.c const struct tracing_map_sort_entry **a = &entries[i]; tracing_map_sort_entry 1010 kernel/trace/tracing_map.c const struct tracing_map_sort_entry **b = &entries[i + 1]; tracing_map_sort_entry 1026 kernel/trace/tracing_map.c sizeof(struct tracing_map_sort_entry *), tracing_map_sort_entry 1062 kernel/trace/tracing_map.c struct tracing_map_sort_entry ***sort_entries) tracing_map_sort_entry 1064 kernel/trace/tracing_map.c int (*cmp_entries_fn)(const struct tracing_map_sort_entry **, tracing_map_sort_entry 1065 kernel/trace/tracing_map.c const struct tracing_map_sort_entry **); tracing_map_sort_entry 1066 kernel/trace/tracing_map.c struct tracing_map_sort_entry *sort_entry, **entries; tracing_map_sort_entry 1108 kernel/trace/tracing_map.c sort(entries, n_entries, sizeof(struct tracing_map_sort_entry *), tracing_map_sort_entry 1113 kernel/trace/tracing_map.c (const struct tracing_map_sort_entry **)entries, tracing_map_sort_entry 283 kernel/trace/tracing_map.h struct tracing_map_sort_entry ***sort_entries); tracing_map_sort_entry 286 kernel/trace/tracing_map.h tracing_map_destroy_sort_entries(struct tracing_map_sort_entry **entries,