Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dcollctrl.cc1393 Coll_Ctrl::clkprof_timer_2_hwcentry_min_time (int target_clkprof_usec) in clkprof_timer_2_hwcentry_min_time() argument
1396 if (target_clkprof_usec == clk_params.normval) in clkprof_timer_2_hwcentry_min_time()
1398 else if (target_clkprof_usec == clk_params.lowval) in clkprof_timer_2_hwcentry_min_time()
1400 else if (target_clkprof_usec == clk_params.hival) in clkprof_timer_2_hwcentry_min_time()
1403 hwc_nanosec = 1000LL * target_clkprof_usec; // nanoseconds in clkprof_timer_2_hwcentry_min_time()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollctrl.cc1370 Coll_Ctrl::clkprof_timer_2_hwcentry_min_time (int target_clkprof_usec) in clkprof_timer_2_hwcentry_min_time() argument
1373 if (target_clkprof_usec == clk_params.normval) in clkprof_timer_2_hwcentry_min_time()
1375 else if (target_clkprof_usec == clk_params.lowval) in clkprof_timer_2_hwcentry_min_time()
1377 else if (target_clkprof_usec == clk_params.hival) in clkprof_timer_2_hwcentry_min_time()
1380 hwc_nanosec = 1000LL * target_clkprof_usec; // nanoseconds in clkprof_timer_2_hwcentry_min_time()