Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_probe_tmpl.h Create Date:2022-07-28 12:38:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Traceprobe fetch helper inlines

Proto:static inline __attribute__((__always_inline__)) void fetch_store_raw(unsigned long val, struct fetch_insn *code, void *buf)

Type:void

Parameter:

TypeParameterName
unsigned longval
struct fetch_insn *code
void *buf
10  Case size == 1
11  buf = val
12  Break
13  Case size == 2
14  buf = val
15  Break
16  Case size == 4
17  buf = val
18  Break
19  Case size == 8
21  buf = val
22  Break
23  Default
24  buf = val