OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:time_sorted_syms
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprof/
cg_arcs.c
589
Sym *parent, **
time_sorted_syms
, **top_sorted_syms;
local
671
time_sorted_syms
= (Sym **) xmalloc ((symtab->len + num_cycles) * sizeof (Sym *));
673
time_sorted_syms
[sym_index] = &symtab->base[sym_index];
676
time_sorted_syms
[symtab->len + sym_index - 1] = &cycle_header[sym_index];
678
qsort (
time_sorted_syms
, symtab->len + num_cycles, sizeof (Sym *),
682
time_sorted_syms
[sym_index]->cg.index = sym_index + 1;
684
return
time_sorted_syms
;
hist.c
569
Sym **
time_sorted_syms
, *top_dog, *sym;
local
598
time_sorted_syms
= (Sym **) xmalloc (symtab->len * sizeof (Sym *));
601
time_sorted_syms
[sym_index] = &symtab->base[sym_index];
603
qsort (
time_sorted_syms
, symtab->len, sizeof (Sym *), cmp_time);
619
sym =
time_sorted_syms
[sym_index];
656
addr =
time_sorted_syms
[sym_index]->addr;
663
print_line (
time_sorted_syms
[sym_index], SItab[log_scale].scale);
666
free (
time_sorted_syms
);
/src/external/gpl3/binutils.old/dist/gprof/
cg_arcs.c
589
Sym *parent, **
time_sorted_syms
, **top_sorted_syms;
local
671
time_sorted_syms
= (Sym **) xmalloc ((symtab->len + num_cycles) * sizeof (Sym *));
673
time_sorted_syms
[sym_index] = &symtab->base[sym_index];
676
time_sorted_syms
[symtab->len + sym_index - 1] = &cycle_header[sym_index];
678
qsort (
time_sorted_syms
, symtab->len + num_cycles, sizeof (Sym *),
682
time_sorted_syms
[sym_index]->cg.index = sym_index + 1;
684
return
time_sorted_syms
;
hist.c
569
Sym **
time_sorted_syms
, *top_dog, *sym;
local
598
time_sorted_syms
= (Sym **) xmalloc (symtab->len * sizeof (Sym *));
601
time_sorted_syms
[sym_index] = &symtab->base[sym_index];
603
qsort (
time_sorted_syms
, symtab->len, sizeof (Sym *), cmp_time);
619
sym =
time_sorted_syms
[sym_index];
656
addr =
time_sorted_syms
[sym_index]->addr;
663
print_line (
time_sorted_syms
[sym_index], SItab[log_scale].scale);
666
free (
time_sorted_syms
);
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026