Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__perf_event__output_id_sample

Proto:static void __perf_event__output_id_sample(struct perf_output_handle *handle, struct perf_sample_data *data)

Type:void

Parameter:

TypeParameterName
struct perf_output_handle *handle
struct perf_sample_data *data
6430  sample_type = type
6432  If sample_type & PERF_SAMPLE_TID Then perf_output_put(handle, tid_entry)
6435  If sample_type & PERF_SAMPLE_TIME Then perf_output_put(handle, time)
6438  If sample_type & PERF_SAMPLE_ID Then perf_output_put(handle, id)
6441  If sample_type & PERF_SAMPLE_STREAM_ID Then perf_output_put(handle, stream_id)
6444  If sample_type & PERF_SAMPLE_CPU Then perf_output_put(handle, cpu_entry)
6447  If sample_type & PERF_SAMPLE_IDENTIFIER Then perf_output_put(handle, id)
Caller
NameDescribe
perf_event__output_id_sample