Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:perf_aux_output_match

Proto:static int perf_aux_output_match(struct perf_event *event, struct perf_event *aux_event)

Type:int

Parameter:

TypeParameterName
struct perf_event *event
struct perf_event *aux_event
1894  If Not has_aux(aux_event) Then Return 0
1897  If Not aux_output_match Then Return 0
1900  Return aux_output_match(aux_event)
Caller
NameDescribe
perf_get_aux_event