Home
last modified time | relevance | path

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

/kernel/trace/
Dtracing_map.c1079 int (*cmp_entries_fn)(const void *, const void *); in tracing_map_sort_entries() local
1116 cmp_entries_fn = cmp_entries_key; in tracing_map_sort_entries()
1118 cmp_entries_fn = cmp_entries_sum; in tracing_map_sort_entries()
1123 (int (*)(const void *, const void *))cmp_entries_fn, NULL); in tracing_map_sort_entries()