Home
last modified time | relevance | path

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

/linux/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,
158 keytracing_map_sort_entry global() argument
159 elttracing_map_sort_entry global() argument
160 elt_copiedtracing_map_sort_entry global() argument
161 duptracing_map_sort_entry global() argument
H A Dtrace_events_hist.c5642 struct tracing_map_sort_entry **sort_entries = NULL; in print_entries()