Home
last modified time | relevance | path

Searched refs:tracing_map_sort_entry (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/kernel/trace/
Dtracing_map.c837 static int cmp_entries_dup(const struct tracing_map_sort_entry **a, in cmp_entries_dup()
838 const struct tracing_map_sort_entry **b) in cmp_entries_dup()
848 static int cmp_entries_sum(const struct tracing_map_sort_entry **a, in cmp_entries_sum()
849 const struct tracing_map_sort_entry **b) in cmp_entries_sum()
876 static int cmp_entries_key(const struct tracing_map_sort_entry **a, in cmp_entries_key()
877 const struct tracing_map_sort_entry **b) in cmp_entries_key()
905 static void destroy_sort_entry(struct tracing_map_sort_entry *entry) in destroy_sort_entry()
923 void tracing_map_destroy_sort_entries(struct tracing_map_sort_entry **entries, in tracing_map_destroy_sort_entries()
934 static struct tracing_map_sort_entry *
937 struct tracing_map_sort_entry *sort_entry; in create_sort_entry()
[all …]
Dtracing_map.h157 struct tracing_map_sort_entry { struct
283 struct tracing_map_sort_entry ***sort_entries);
286 tracing_map_destroy_sort_entries(struct tracing_map_sort_entry **entries,
Dtrace_events_hist.c4684 struct tracing_map_sort_entry **sort_entries = NULL; in print_entries()