Searched refs:clkprof_timer (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | collctrl.h | 95 int get_clkprof_timer() { return clkprof_timer; }; in get_clkprof_timer() 328 int clkprof_timer; // adjusted clock profiling interval variable
|
H A D | collctrl.cc | 275 clkprof_timer = cc->clkprof_timer; in Coll_Ctrl() 527 (double) (clkprof_timer) / 1000.); in show() 728 snprintf (buf, sizeof (buf), "%du", clkprof_timer); in get_collect_args() 884 if (val != clkprof_timer) in reset_clkprof() 889 (double) (clkprof_timer) / 1000., (double) (val) / 1000.); in reset_clkprof() 1387 clkprof_timer = microseconds; in set_clkprof_timer_target() 1400 clkprof_timer = use; in adjust_clkprof_timer() 1740 snprintf (spec + strlen (spec), sizeof (spec) - strlen (spec), "p:%d;", clkprof_timer); in build_data_desc() 2883 if ((clkprof_timer > 0)) in get() 2884 return dbe_sprintf ("%d", clkprof_timer / 1000); in get()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | collctrl.h | 95 int get_clkprof_timer() { return clkprof_timer; }; in get_clkprof_timer() 328 int clkprof_timer; // adjusted clock profiling interval variable
|
H A D | collctrl.cc | 301 clkprof_timer = cc->clkprof_timer; in Coll_Ctrl() 553 (double) (clkprof_timer) / 1000.); in show() 754 snprintf (buf, sizeof (buf), "%du", clkprof_timer); in get_collect_args() 910 if (val != clkprof_timer) in reset_clkprof() 915 (double) (clkprof_timer) / 1000., (double) (val) / 1000.); in reset_clkprof() 1410 clkprof_timer = microseconds; in set_clkprof_timer_target() 1423 clkprof_timer = use; in adjust_clkprof_timer() 1761 sb.appendf ("p:%d;", clkprof_timer); in build_data_desc() 2890 if ((clkprof_timer > 0)) in get() 2891 return dbe_sprintf ("%d", clkprof_timer / 1000); in get()
|