Lines Matching refs:clo_time_unit
373 static Int clo_time_unit = TimeI; variable
412 else if VG_XACT_CLO(arg, "--time-unit=i", clo_time_unit, TimeI) {} in ms_process_cmd_line_option()
413 else if VG_XACT_CLO(arg, "--time-unit=ms", clo_time_unit, TimeMS) {} in ms_process_cmd_line_option()
414 else if VG_XACT_CLO(arg, "--time-unit=B", clo_time_unit, TimeB) {} in ms_process_cmd_line_option()
888 if (clo_time_unit == TimeI) { in get_time()
890 } else if (clo_time_unit == TimeMS) { in get_time()
909 } else if (clo_time_unit == TimeB) { in get_time()
1735 if (clo_time_unit == TimeI) { return ms_instrument2(sbIn); } in ms_instrument()
1736 else if (clo_time_unit == TimeMS) { return sbIn; } in ms_instrument()
1737 else if (clo_time_unit == TimeB) { return sbIn; } in ms_instrument()
1777 TimeUnit_to_string(clo_time_unit)); in write_snapshots_to_file()