Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:hist_field_plus

Proto:static u64 hist_field_plus(struct hist_field *hist_field, struct tracing_map_elt *elt, struct ring_buffer_event *rbe, void *event)

Type:u64

Parameter:

TypeParameterName
struct hist_field *hist_field
struct tracing_map_elt *elt
struct ring_buffer_event *rbe
void *event
218  operand1 = operands[0]
219  operand2 = operands[1]
221  val1 = fn(operand1, elt, rbe, event)
222  val2 = fn(operand2, elt, rbe, event)
224  Return val1 + val2