Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
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) |
5006 | If i || use_trace_keyword Then seq_puts(m, ",") |
5008 | seq_printf(m, "%s", params[i]) |
Name | Describe |
---|---|
print_track_data_spec | |
print_onmatch_spec |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |