Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gprof/
Dhist.c42 static int cmp_time (const PTR, const PTR);
538 cmp_time (const PTR lp, const PTR rp) in cmp_time() function
600 qsort (time_sorted_syms, symtab.len, sizeof (Sym *), cmp_time); in hist_print()