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:32:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:print_actions

Proto:static void print_actions(struct seq_file *m, struct hist_trigger_data *hist_data, struct tracing_map_elt *elt)

Type:void

Parameter:

TypeParameterName
struct seq_file *m
struct hist_trigger_data *hist_data
struct tracing_map_elt *elt
4978  When i < n_actions cycle
4979  data = actions[i]
4981  If action == ACTION_SNAPSHOT Then Continue
4984  If handler == HANDLER_ONMAX || handler == HANDLER_ONCHANGE Then track_data_print(m, hist_data, elt, data)
Caller
NameDescribe
hist_trigger_entry_print