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

/linux-master/tools/perf/util/
H A Dutil.h64 int (*compar)(const struct dirent **, const struct dirent **));
H A Dutil.c560 int (*compar)(const struct dirent **, const struct dirent **))
569 err = scandir(path, namelist, filter, compar);
/linux-master/tools/perf/tests/
H A Dswitch-tracking.c255 static int compar(const void *a, const void *b) function
300 qsort(events_array, cnt, sizeof(struct event_node), compar);

Completed in 137 milliseconds