函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\trace_clock.c Create Date:2022-07-27 09:35:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:race_clock_x86_tsc(): A clock that is just the cycle counter.* Unlike the other clocks, this is not in nanoseconds.

函数原型:u64 notrace trace_clock_x86_tsc(void)

返回类型:u64

参数:

16  返回: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