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

Name:print_onmatch_spec

Proto:static void print_onmatch_spec(struct seq_file *m, struct hist_trigger_data *hist_data, struct action_data *data)

Type:void

Parameter:

TypeParameterName
struct seq_file *m
struct hist_trigger_data *hist_data
struct action_data *data
5033  seq_printf(m, ":onmatch(%s.%s).", event_system, event)
5036  seq_printf(m, "%s(", action_name)
5038  print_action_spec(m, hist_data, data)
5040  seq_puts(m, ")")
Caller
NameDescribe
print_actions_spec