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

Name:print_action_spec

Proto:static void print_action_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
4996  If action == ACTION_SAVE Then
4997  When i < n_save_vars cycle
4998  seq_printf(m, "%s", name)
4999  If i < n_save_vars - 1 Then seq_puts(m, ",")
5002  Else if action == ACTION_TRACE Then
5003  If use_trace_keyword Then seq_printf(m, "%s", synth_event_name)
5005  When i < n_params cycle
5006  If i || use_trace_keyword Then seq_puts(m, ",")
5008  seq_printf(m, "%s", params[i])
Caller
NameDescribe
print_track_data_spec
print_onmatch_spec