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

/linux-master/kernel/trace/
H A Dtracing_map.h32 * this indirectly via an array of tracing_map_sort_entry - see the
112 * For the convenience of the sorting code, a tracing_map_sort_entry
115 * large array of struct tracing_map_sort_entry.
116 * tracing_map_sort_entry instances are the objects expected by the
124 * tracing_map_sort_entry, which is the object of interest to the
125 * user, tracing_map_sort_entry objects contain a number of additional
157 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 Dtracing_map.c847 const struct tracing_map_sort_entry *a, *b;
850 a = *(const struct tracing_map_sort_entry **)A;
851 b = *(const struct tracing_map_sort_entry **)B;
862 const struct tracing_map_sort_entry *a, *b;
869 a = *(const struct tracing_map_sort_entry **)A;
870 b = *(const struct tracing_map_sort_entry **)B;
893 const struct tracing_map_sort_entry *a, *b;
900 a = *(const struct tracing_map_sort_entry **)A;
901 b = *(const struct tracing_map_sort_entry **)B;
922 static void destroy_sort_entry(struct tracing_map_sort_entry *entr
[all...]
H A Dtrace_events_hist.c5526 struct tracing_map_sort_entry **sort_entries = NULL;

Completed in 149 milliseconds