Results 1 to 1 of 1
I'm trying to make a sampling profiler, that reads the Program Counter's value at each timer interrupt. How can I get pointer of task_struct type to the last active process, ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-26-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 3
Get Last Active Process
I'm trying to make a sampling profiler, that reads the Program Counter's value at each timer interrupt. How can I get pointer of task_struct type to the last active process, so i can copy its thread.eip value. I would greatly appreciate your help!


Reply With Quote
