Feb. 16, 2011
7:15 a.m.
hi all , when a process executes a function , is there any way by which i can figure out the reference to that function or any footprint of that function via task_struct (current)? -- ........................ *MOHIT VERMA*
Feb. 16, 2011
7:27 a.m.
when a process executes a function , is there any way by which i can > figure out the reference to that function or any footprint of that function via task_struct (current)?
Do you want to know the currently executing functions? You can always get the current stack frame (whether in user space or in kernel space) from the stack pointer. Thanks, Rajat
5658
Age (days ago)
5658
Last active (days ago)
1 comments
2 participants
participants (2)
-
mohit verma -
Rajat Jain