Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
Devent-parse.c321 static int func_cmp(const void *a, const void *b) in func_cmp() function
379 qsort(func_map, pevent->func_count, sizeof(*func_map), func_cmp); in func_map_init()