Function report |
Source Code:kernel\time\timer_list.c |
Create Date:2022-07-28 10:44:47 |
Last Modify:2020-03-17 14:55:40 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:print_base
Proto:static void print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
struct hrtimer_clock_base * | base | |
u64 | now |
114 | SEQ_printf(m, " .base: %pK\n", base) |
115 | SEQ_printf(m, " .index: %d\n", index) |
117 | SEQ_printf(m, " .resolution: %u nsecs\n", hrtimer_resolution) |
119 | SEQ_printf(m, " .get_time: ") |
120 | print_name_offset(m, get_time) |
121 | SEQ_printf(m, "\n") |
126 | SEQ_printf(m, "active timers:\n") |
Name | Describe |
---|---|
print_cpu |
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 |