Function report |
Source Code:kernel\trace\trace_events_hist.c |
Create Date:2022-07-28 12:32:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:print_track_data_spec
Proto:static void print_track_data_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 |
5017 | If handler == HANDLER_ONMAX Then seq_puts(m, ":onmax(") |
5019 | Else if handler == HANDLER_ONCHANGE Then seq_puts(m, ":onchange(") |
5021 | seq_printf(m, "%s", var_str) |
5022 | seq_printf(m, ").%s(", action_name) |
5024 | print_action_spec(m, hist_data, data) |
Name | Describe |
---|---|
print_actions_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 |