Function report |
Source Code:kernel\trace\trace_events_hist.c |
Create Date:2022-07-28 12:33:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:hist_trigger_show
Proto:static void hist_trigger_show(struct seq_file *m, struct event_trigger_data *data, int n)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
struct event_trigger_data * | data | |
int | n |
5542 | hist_data = private_data |
5543 | n_entries = print_entries(m, hist_data) |
5547 | track_data_snapshot_print(m, hist_data) |
5549 | seq_printf(m, "\nTotals:\n Hits: %llu\n Entries: %u\n Dropped: %llu\n", (u64)atomic64_read( & hits), n_entries, (u64)atomic64_read( & drops)) |
Name | Describe |
---|---|
hist_show |
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 |