Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\events\core.c Create Date:2022-07-28 13:32:47
Last Modify:2022-05-20 07:50:19 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:perf_set_shadow_time

Proto:static void perf_set_shadow_time(struct perf_event *event, struct perf_event_context *ctx)

Type:void

Parameter:

TypeParameterName
struct perf_event *event
struct perf_event_context *ctx
2335  If is_cgroup_event(event) Then perf_cgroup_set_shadow_time(event, tstamp)
2337  Else shadow_ctx_time = tstamp - timestamp
Caller
NameDescribe
event_sched_in