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:26
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:race_clock_local(): the simplest and least coherent tracing clock.* Useful for tracing that does not cross to other CPUs nor* does it go through idle events.

Proto:u64 notrace trace_clock_local(void)

Type:u64

Parameter:Nothing

41  preempt_disable_notrace()
42  clock = sched_clock()
43  preempt_enable_notrace()
45  Return clock
Caller
NameDescribe
buffer_ftrace_now
busy_wait
__trace_graph_function
ftrace_push_return_traceAdd a function return address to the trace stack on thread info.
ftrace_return_to_handler the original return address.
ftrace_graph_probe_sched_switch
trace_do_benchmarkThis gets called in a loop recording the time it took to write* the tracepoint