Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_clock.c Create Date:2022-07-28 11:52:29
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:race_clock_counter(): simply an atomic counter.* Use the trace_counter "counter" for cases where you do not care* about timings, but are interested in strict ordering.

Proto:u64 notrace trace_clock_counter(void)

Type:u64

Parameter:Nothing

141  Return atomic64_add_return(1, & trace_counter)