Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dtracing_map.c842 const struct tracing_map_sort_entry *a, *b; in cmp_entries_dup()
845 a = *(const struct tracing_map_sort_entry **)A; in cmp_entries_dup()
846 b = *(const struct tracing_map_sort_entry **)B; in cmp_entries_dup()
857 const struct tracing_map_sort_entry *a, *b; in cmp_entries_sum()
864 a = *(const struct tracing_map_sort_entry **)A; in cmp_entries_sum()
865 b = *(const struct tracing_map_sort_entry **)B; in cmp_entries_sum()
888 const struct tracing_map_sort_entry *a, *b; in cmp_entries_key()
895 a = *(const struct tracing_map_sort_entry **)A; in cmp_entries_key()
946 static struct tracing_map_sort_entry *
949 struct tracing_map_sort_entry *sort_entry; in create_sort_entry()
[all …]
A 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,
A Dtrace_events_hist.c5185 struct tracing_map_sort_entry **sort_entries = NULL; in print_entries()

Completed in 23 milliseconds