Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dutil.h59 int (*compar)(const struct dirent **, const struct dirent **));
H A Dutil.c487 int (*compar)(const struct dirent **, const struct dirent **)) in scandirat()
496 err = scandir(path, namelist, filter, compar); in scandirat()
/linux-6.15/tools/perf/tests/
H A Dswitch-tracking.c261 static int compar(const void *a, const void *b) in compar() function
306 qsort(events_array, cnt, sizeof(struct event_node), compar); in process_events()