Jimskns
Results
2
issues of
Jimskns
In my original bpf code, I try to hook the sched_wakeup tracepoint,like this: ```c SEC("tp_btf/sched_wakeup") int BPF_PROG(sched_wakeup, struct task_struct *p) { u32 flags = BPF_CORE_READ(p, flags); u64 ts = bpf_ktime_get_ns();...
Hi, @leejet I compiled this project with clblast support and run sd on my Android phone. It runs successfully, however it's quite slow, about 70s per iter. And I profile...