tracing_map_sort_entry
struct tracing_map_sort_entry **sort_entries = NULL;
const struct tracing_map_sort_entry **a = &entries[i];
const struct tracing_map_sort_entry **b = &entries[i + 1];
sizeof(struct tracing_map_sort_entry *),
struct tracing_map_sort_entry ***sort_entries)
struct tracing_map_sort_entry *sort_entry, **entries;
sort(entries, n_entries, sizeof(struct tracing_map_sort_entry *),
(const struct tracing_map_sort_entry **)entries,
const struct tracing_map_sort_entry *a, *b;
a = *(const struct tracing_map_sort_entry **)A;
b = *(const struct tracing_map_sort_entry **)B;
const struct tracing_map_sort_entry *a, *b;
a = *(const struct tracing_map_sort_entry **)A;
b = *(const struct tracing_map_sort_entry **)B;
const struct tracing_map_sort_entry *a, *b;
a = *(const struct tracing_map_sort_entry **)A;
b = *(const struct tracing_map_sort_entry **)B;
static void destroy_sort_entry(struct tracing_map_sort_entry *entry)
void tracing_map_destroy_sort_entries(struct tracing_map_sort_entry **entries,
static struct tracing_map_sort_entry *
struct tracing_map_sort_entry *sort_entry;
static void detect_dups(struct tracing_map_sort_entry **sort_entries,
sort(sort_entries, n_entries, sizeof(struct tracing_map_sort_entry *),
const struct tracing_map_sort_entry **entries,
struct tracing_map_sort_entry ***sort_entries);
tracing_map_destroy_sort_entries(struct tracing_map_sort_entry **entries,