Function report |
Source Code:kernel\irq\debugfs.c |
Create Date:2022-07-28 10:16:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:irq_debug_show_data
Proto:static void irq_debug_show_data(struct seq_file *m, struct irq_data *data, int ind)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
struct irq_data * | data | |
int | ind |
80 | seq_printf(m, "%*sdomain: %s\n", ind, "", domain ? name : "") |
82 | seq_printf(m, "%*shwirq: 0x%lx\n", ind + 1, "", hwirq) |
83 | irq_debug_show_chip(m, data, ind + 1) |
84 | If domain && ops && debug_show Then debug_show(m, NULL, data, ind + 1) |
Name | Describe |
---|---|
irq_debug_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 |