Function report |
Source Code:kernel\trace\trace_events_hist.c |
Create Date:2022-07-28 12:32:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:create_hitcount_val
Proto:static int create_hitcount_val(struct hist_trigger_data *hist_data)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct hist_trigger_data * | hist_data |
4468 | fields[HITCOUNT_IDX] = create_hist_field(hist_data, NULL, HIST_FIELD_FL_HITCOUNT, NULL) |
4470 | If Not fields[HITCOUNT_IDX] Then Return -ENOMEM |
4473 | n_vals++ |
4474 | n_fields++ |
4476 | If WARN_ON(n_vals > TRACING_MAP_VALS_MAX) Then Return -EINVAL |
4479 | Return 0 |
Name | Describe |
---|---|
create_val_fields |
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 |