Home
last modified time | relevance | path

Searched full:compar (Results 1 – 4 of 4) sorted by relevance

/linux/tools/build/feature/
H A Dtest-scandirat.c10 …=*/ 0, /*dirp=*/ (void *)1, /*namelist=*/ (void *)2, /*filter=*/ (void *)3, /*compar=*/ (void *)4); in main()
/linux/tools/perf/util/
H A Dutil.h63 int (*compar)(const struct dirent **, const struct dirent **));
H A Dutil.c544 int (*compar)(const struct dirent **, const struct dirent **)) in scandirat()
553 err = scandir(path, namelist, filter, compar);
/linux/tools/perf/tests/
H A Dswitch-tracking.c266 static int compar(const void *a, const void *b) in compar()
311 qsort(events_array, cnt, sizeof(struct event_node), compar); in process_events()
261 static int compar(const void *a, const void *b) compar() function