sgkimsm

Results 5 comments of sgkimsm

Hi, Is this still open issue? If it is the case, then do you have plan to support other architecture? Thank you.

Thank you for the help. I tried it without success. Do you think there is kernel version dependency with it? I'm using 3.10.17 which is quite old. The only thing...

Hi, I tried it with wand board and kernel version 4.1.15, but still have issues. Do you have recommended kernel config for proper working of trackers? wakeup: [ 105.500174] ------------[...

Thank you for the answer. From my testing, kprobe is working fine for simple case even with 3.10.17, so I think it's worth to try. :-)

Or do you think I can make it to work if I add trace point to old kernel as below? smp_mb__before_spinlock(); raw_spin_lock_irqsave(&p->pi_lock, flags); if (!(p->state & state)) goto out; trace_sched_waking(p);...