Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtracing_map.c847 const struct tracing_map_sort_entry *a, *b; in cmp_entries_dup()
849 a = *(const struct tracing_map_sort_entry **)A; in cmp_entries_dup()
850 b = *(const struct tracing_map_sort_entry **)B; in cmp_entries_dup()
858 const struct tracing_map_sort_entry *a, *b; in cmp_entries_sum()
865 a = *(const struct tracing_map_sort_entry **)A; in cmp_entries_sum()
866 b = *(const struct tracing_map_sort_entry **)B; in cmp_entries_sum()
889 const struct tracing_map_sort_entry *a, *b; in cmp_entries_key()
896 a = *(const struct tracing_map_sort_entry **)A; in cmp_entries_key()
897 b = *(const struct tracing_map_sort_entry **)B; in cmp_entries_key()
918 static void destroy_sort_entry(struct tracing_map_sort_entry *entry) in destroy_sort_entry()
[all …]
H A Dtracing_map.h157 struct tracing_map_sort_entry { struct
279 struct tracing_map_sort_entry ***sort_entries);
282 tracing_map_destroy_sort_entries(struct tracing_map_sort_entry **entries,
H A Dtrace_events_hist.c5525 struct tracing_map_sort_entry **sort_entries = NULL; in print_entries()