[Linux][Debug][CrashTools] New command "ps -e"
Post
원문 보기 →[Linux][Debug][CrashTools] New command "ps -e"
Why I added new features to crash tool?Sometimes, some linux kernel in another platform are missing struct task_struct.sched_info.last_arrival element. For this matter, it is hard to know how the processes are executed at the time of order.The "ps -e" command allows for listing the process at the time of order based on execution launching time.crash> ps -eps: exec_start - task_struct.se.exec_


