Home
last modified time | relevance | path

Searched defs:tsc (Results 1 – 25 of 70) sorted by relevance

123

/illumos-gate/usr/src/uts/i86pc/os/
H A Dtimestamp.c136 #define TSC_CONVERT_AND_ADD(tsc, hrt, scale) { \ argument
142 #define TSC_CONVERT(tsc, hrt, scale) { \ argument
202 hrtime_t tsc, hrt; in tsc_gethrtime() local
254 hrtime_t tsc, hrt; in tsc_gethrtime_delta() local
310 hrtime_t tsc, last, base; in tsc_gethrtime_params() local
368 hrtime_t tsc, hrt; in dtrace_gethrtime() local
459 hrtime_t tsc; in tsc_gethrtimeunscaled() local
477 hrtime_t tsc; in tsc_unscalehrtime() local
488 tsc_scalehrtime(hrtime_t *tsc) in tsc_scalehrtime()
558 tsc_sync_t *tsc = tscp; in tsc_sync_master() local
[all …]
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-time.c151 uint64_t tsc; in query_tsc_null() local
165 uint64_t tsc; in query_tsc_none() local
257 static struct ptunit_result tsc(struct time_fixture *tfix) in tsc() function
260 uint64_t tsc; in tsc() local
328 uint64_t tsc; in mtc() local
345 uint64_t fcr, tsc; in cyc() local
H A Dptunit-query.c938 uint64_t tsc) in event_enabled()
994 uint64_t tsc) in event_disabled()
1051 enum pt_ip_compression ipc, uint64_t tsc) in event_async_disabled()
1172 uint64_t tsc) in event_async_branch()
1254 uint8_t flags, uint64_t tsc) in event_paging()
1303 uint64_t tsc) in event_async_paging()
1351 uint64_t tsc) in event_async_paging_suppressed()
1418 uint64_t tsc) in event_overflow_fup()
1466 enum pt_ip_compression ipc, uint64_t tsc) in event_overflow_tip_pge()
1544 uint64_t tsc) in event_stop()
[all …]
/freebsd/stand/libsa/
H A Dtslog.c43 tsccat(char * buf, uint64_t tsc) in tsccat()
81 uint64_t tsc = rdtsc(); in tslog() local
/freebsd/sys/kern/
H A Dkern_tslog.c50 uint64_t tsc; member
56 uint64_t tsc = get_cyclecount(); in tslog() local
152 uint64_t tsc = get_cyclecount(); in tslog_user() local
/illumos-gate/usr/src/lib/commpage/common/
H A Dcp_main.c60 #define TSC_CONVERT_AND_ADD(tsc, hrt, scale) do { \ argument
75 hrtime_t tsc, hrt, tsc_last; in __cp_gethrtime() local
/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/
H A Dpayload_guest_tsc_adjust.c26 uint64_t tsc = rdtsc(); in start() local
H A Dpayload_rdmsr_tsc.c31 uint64_t tsc = rdmsr(MSR_TSC); in start() local
H A Dpayload_wrmsr_tsc.c31 uint64_t tsc = rdtsc(); in start() local
H A Dwrmsr_tsc.c54 uint64_t tsc; in main() local
H A Drdmsr_tsc.c54 uint64_t tsc; in main() local
H A Dguest_tsc_adjust.c85 uint64_t tsc; in main() local
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_time.h45 uint64_t tsc; member
144 uint64_t tsc; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.h68 TSC tsc; global() member
86 TSC tsc; global() member
H A DLibiptDecoder.h29 std::optional<uint64_t> tsc; member
H A DThreadDecoder.cpp28 Expected<std::optional<uint64_t>> tsc = in FindLowestTSC() local
/freebsd/sys/x86/x86/
H A Dtsc.c515 uint64_t *tsc; in comp_smp_tsc() local
537 uint64_t *tsc; in adj_smp_tsc() local
580 uint64_t *data, *tsc; in test_tsc() local
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_time.c46 int pt_time_query_tsc(uint64_t *tsc, uint32_t *lost_mtc, in pt_time_query_tsc()
239 uint64_t tsc, base; in pt_time_update_mtc() local
522 uint64_t tsc, last_tsc, tsc_delta, cyc, fcr; in pt_tcal_header_tsc() local
/freebsd/contrib/ntp/util/
H A Dpps-api.c31 Chew(struct timespec *tsa, struct timespec *tsc, unsigned sa, unsigned sc) in Chew()
/freebsd/tools/test/ppsapi/
H A Dppsapitest.c20 Chew(struct timespec *tsa, struct timespec *tsc, unsigned sa, unsigned sc) in Chew()
/freebsd/tools/tools/tscdrift/
H A Dtscdrift.c94 uint64_t tsc; in main() local
/freebsd/lib/libsys/x86/
H A D__vdso_gettc.c316 uint64_t disc, ret, tsc, scale; in __vdso_hyperv_tsc() local
351 uint64_t delta, ns, tsc; in __vdso_pvclock_gettc() local
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_timestamp.c96 uint64_t tsc; in dtrace_xpv_getsystime() local
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h175 uint64_t tsc() const { return TSC; } in tsc() function
197 uint64_t tsc() const { return BaseTSC; } in tsc() function
224 uint64_t tsc() const { return TSC; } in tsc() function
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/
H A Dlpc32xx.dtsi445 tsc: tsc@40048000 { label

123