<div dir="ltr"><div><div>Hi,<br><br>    What is the unit for 'last_arrival' in 'task_struct.sched_info.last_arrival' ?<br></div><div>    I see that this value is used by 'ps -l' crash-utility command.<br><br>>><br>       -l  display the task last_run or timestamp value, whichever applies,<br>           of selected, or all, tasks; the list is sorted with the most<br>           recently-run task (largest last_run/timestamp) shown first.<br>>><br></div><br></div><div>     I see that this value (16 decimal digits) is much higher than jiffies value (10 decimal digits) in my crash dumps.<br></div><div>    This value (unsigned long long) seems to be equal to the 'jiffies' (unsigned long) value when the task was scheduled.<br></div><div>     <br>crash> p jiffies<br>jiffies = $9 = 5310085968  <br>crash><br><br>crash> ps -l<br>..<br>[4058835599089874]  PID: 4136   TASK: ffff8801309ce640  CPU: 4   COMMAND: "kcapwdt"<br>...<br><br></div><div>System info:<br>-----------------<br>     MACHINE: x86_64  (2533 Mhz)<br></div>     Linux Kernel Version : 3.2.30<br><div><div><br>Thanks,<br>Saravanan<br></div></div></div>