Daniel Xu

Results 71 issues of Daniel Xu

### What reproduces the bug? Provide code if possible. ``` $ sudo ./bpftrace -e ' tracepoint:sched:sched_switch /pid == $1 && args->prev_state != 0/ { printf("Voluntary context switch: %d (%s)\n", args->prev_pid,...

difficulty: medium