Runlong

Results 9 comments of Runlong

https://github.com/cilium/ebpf

> Please, kindly provide a license to give us a legal statement to use your code, Sir. Sure. Thank you for your remind.

@yonghong-song I also found the 0 pid issue in another tools like tcprtt after I print the pid by bpf_get_current_pid_tgid.

@yonghong-song In this case, tcp_rcv_established is called by softirq. If it's not a Idle process, is the pid we captured the same as the pid who create the tcp connect?

@netedwardwu Yes, I run a cpu drained process and a bcc program which probe `tcp_rcv_established` . I found most of the PID captured is the pid of the cpu drained...

@meatballhat Hello! This bug is still open. I am using github.com/urfave/cli/v2 v2.25.7. Can I create a PR for this?

@dearchap Thanks! Please take a look at this PR: https://github.com/urfave/cli/pull/1805

@BupycHuk @tumd Can I create a PR for this?