mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
64c50fc5db
"--file-ordering" options. (usage): Add new options to usage message. (main): Handle new options. * gprof.h (STYLE_FUNCTION_ORDER): Define. (STYLE_FILE_ORDER): Define. (function_mapping_file): Declare. * cg_arcs.c (arcs, numarcs): New globals. (arc_add): Put new arcs into the arc array so the function/file ordering code can examine them. * cg_arcs.h (struct arc): New field "has_been_placed". (arcs, numarcs): Declare new globals. * core.c (symbol_map, symbol_map_count): New globals. (read_function_mappings): New function to read in a function to object map file. (core_init): Call read_function_mappings if a function mapping file exists. (core_create_function_syms): Handle function to object file mappings. * symtab.h (struct sym): New fields "mapped", "has_been_placed", "nuses", "prev". * cg_print.c (cmp_arc_count): New function for sorting arcs. (cmp_fun_nuses): Likewise for functions. (cg_print_function_ordering): New function to print a suggested function ordering. (cg_print_file_ordering): Likewise for ordering .o files. (order_and_dump_functions_by_arcs): Helper function for function and object file ordering code. Gprof changes for mentor vm work. |
||
---|---|---|
.. | ||
__bb_exit_func.c | ||
.cvsignore | ||
.gdbinit | ||
.Sanitize | ||
alpha.c | ||
alpha.h | ||
basic_blocks.c | ||
basic_blocks.h | ||
bsd_callg_bl.m | ||
call_graph.c | ||
call_graph.h | ||
cg_arcs.c | ||
cg_arcs.h | ||
cg_dfn.c | ||
cg_dfn.h | ||
cg_print.c | ||
cg_print.h | ||
ChangeLog | ||
configure | ||
configure.bat | ||
configure.in | ||
core.c | ||
core.h | ||
dummy.c | ||
dummy.h | ||
flat_bl.m | ||
fsf_callg_bl.m | ||
gen-c-prog.awk | ||
gmon_io.c | ||
gmon_io.h | ||
gmon_out.h | ||
gmon.h | ||
gprof.1 | ||
gprof.c | ||
gprof.h | ||
gprof.texi | ||
hertz.c | ||
hertz.h | ||
hist.c | ||
hist.h | ||
i386.c | ||
i386.h | ||
make_hp_order_obj | ||
make_solaris_order_map | ||
Makefile.in | ||
NOTES | ||
ns532.c | ||
ns532.h | ||
search_list.c | ||
search_list.h | ||
source.c | ||
source.h | ||
sparc.c | ||
sparc.h | ||
sym_ids.c | ||
sym_ids.h | ||
symtab.c | ||
symtab.h | ||
tahoe.c | ||
tahoe.h | ||
TEST | ||
TODO | ||
utils.c | ||
utils.h | ||
vax.c | ||
vax.h |