remove diag_printf_kern_stack
This commit is contained in:
@@ -129,6 +129,8 @@ static int task_info_extract(void *buf, unsigned int len, void *) {
|
||||
// &tsk_info->raw_stack);
|
||||
// test(tsk_info);
|
||||
|
||||
// diag_printf_kern_stack(&tsk_info->kern_stack);
|
||||
|
||||
// system task no need print raw_stack
|
||||
if (tsk_info->task.sys_task == 1){
|
||||
diag_printf_kern_stack(&tsk_info->kern_stack);
|
||||
@@ -137,8 +139,6 @@ static int task_info_extract(void *buf, unsigned int len, void *) {
|
||||
tsk_info->task.container_tgid, tsk_info->task.comm, &tsk_info->raw_stack);
|
||||
diag_printf_kern_stack(&tsk_info->kern_stack);
|
||||
}
|
||||
|
||||
diag_printf_kern_stack(&tsk_info->kern_stack);
|
||||
|
||||
printf("#* 0xffffffffffffff %s (UNKNOWN)\n", tsk_info->task.comm);
|
||||
diag_printf_proc_chains(&tsk_info->proc_chains);
|
||||
|
||||
Reference in New Issue
Block a user