Searched refs:profile_hooks (Results 1 – 6 of 6) sorted by relevance
77 struct profile_hooks { struct106 extern struct profile_hooks tree_profile_hooks; argument
73 static struct profile_hooks* profile_hooks; variable155 (profile_hooks->gen_edge_profiler) (num_instr_edges++, e); in instrument_edges()204 (profile_hooks->gen_interval_profiler) (hist, t, 0); in instrument_values()208 (profile_hooks->gen_pow2_profiler) (hist, t, 0); in instrument_values()212 (profile_hooks->gen_one_value_profiler) (hist, t, 0); in instrument_values()216 (profile_hooks->gen_const_delta_profiler) (hist, t, 0); in instrument_values()1036 profile_hooks->init_edge_profiler (); in branch_prob()1232 profile_hooks = &tree_profile_hooks; in tree_register_profile_hooks()
297 struct profile_hooks tree_profile_hooks =
1787 (profile_hooks): New.1847 (struct profile_hooks): New declaration.
7130 * value-prof.h (profile_hooks) init_edge_profiler prototype added.15835 (struct profile_hooks): Type of argument of the hooks changed to33755 (profile_hooks): New.34105 (struct profile_hooks): New declaration.
12632 * value-prof.h (struct profile_hooks): Remove profile_dump_file.