Function report |
Source Code:kernel\debug\kdb\kdb_bt.c |
Create Date:2022-07-28 11:43:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kdb_bt_cpu
Proto:static void kdb_bt_cpu(unsigned long cpu)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | cpu |
110 | If cpu >= num_possible_cpus() || Not cpu_online(cpu) Then |
111 | kdb_printf("WARNING: no process for cpu %ld\n", cpu) |
112 | Return |
117 | If Not kdb_tsk Then |
118 | kdb_printf("WARNING: no task for cpu %ld\n", cpu) |
119 | Return |
Name | Describe |
---|---|
kdb_bt |
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 |