Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtracing_map.c1075 int (*cmp_entries_fn)(const void *, const void *); in tracing_map_sort_entries() local
1112 cmp_entries_fn = cmp_entries_key; in tracing_map_sort_entries()
1114 cmp_entries_fn = cmp_entries_sum; in tracing_map_sort_entries()
1119 (int (*)(const void *, const void *))cmp_entries_fn, NULL); in tracing_map_sort_entries()