Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtracing_map.c1064 int (*cmp_entries_fn)(const struct tracing_map_sort_entry **, in tracing_map_sort_entries() local
1102 cmp_entries_fn = cmp_entries_key; in tracing_map_sort_entries()
1104 cmp_entries_fn = cmp_entries_sum; in tracing_map_sort_entries()
1109 (int (*)(const void *, const void *))cmp_entries_fn, NULL); in tracing_map_sort_entries()