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

Name:print_actions_spec

Proto:static void print_actions_spec(struct seq_file *m, struct hist_trigger_data *hist_data)

Type:void

Parameter:

TypeParameterName
struct seq_file *m
struct hist_trigger_data *hist_data
5106  When i < n_actions cycle
5107  data = actions[i]
5109  If handler == HANDLER_ONMATCH Then print_onmatch_spec(m, hist_data, data)
5111  Else if handler == HANDLER_ONMAX || handler == HANDLER_ONCHANGE Then print_track_data_spec(m, hist_data, data)
Caller
NameDescribe
event_hist_trigger_print