函数逻辑报告 |
Source Code:arch\x86\include\asm\msr.h |
Create Date:2022-07-27 06:38:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:dtsc_ordered() - read the current TSC in program order* rdtsc_ordered() returns the result of RDTSC as a 64-bit integer.* It is ordered like a load to a global in-memory counter. It should* be impossible to observe non-monotonic rdtsc_unordered() behavior
函数原型:static __always_inline unsigned long long rdtsc_ordered(void)
返回类型:unsigned long long
参数:无
236 | asm volatile |
243 | 返回:EAX_EDX_VAL(val, low, high) |
名称 | 描述 |
---|---|
delay_tsc | TSC based delay: |
delay_mwaitx | On some AMD platforms, MWAITX has a configurable 32-bit timer, that* counts with TSC frequency. The input value is the loop of the* counter, it will exit when the timer expires. |
read_tsc | We used to compare the TSC to the cycle_last value in the clocksource* structure to avoid a nasty time-warp |
measure_cycles_lat_fn | measure_cycles_lat_fn - Measure cycle latency to read pseudo-locked memory*@_plr: pseudo-lock region to measure* There is no deterministic way to test if a memory region is cached. One* way is to measure how long it takes to read the memory, the speed of |
trace_clock_x86_tsc | race_clock_x86_tsc(): A clock that is just the cycle counter.* Unlike the other clocks, this is not in nanoseconds. |
pvclock_clocksource_read |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |