Hello, I'm jeonghee.
We've met kick-off meeting in beijing this month.
I tried to install btrax-1.0.1 in Kernel 2.6.18,
It was failed.
I think that it is different beween kernel 2.6.9 and 2.6.18. I think it was changed structures of include folder of kernel, for example, config.h, sched.h, etc.
Being installed, I've got message the following.
/root/btrax-1.0.1/module/bt_hook.c💯error :'struct task_struct' has no member named 'real_parent'.
Next time, I tried to install btrax in Kernel 2.6.9.
It was succeed.
And, I created test exe file with trace start/term macro, and execute tests through btrax.
# bt_collect_log --syscall -d ./ -c ./timetest
I've got the error message following :
/proc/kallsysms not found.
What do I do wrong?
Waiting for your response.