Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix extracting pid form bpf_get_current_pid_tgid lizrice#35
According to `man bpf-helpers` pid is located in the lower 32 bits of the return value. Pid can be easily extracted by using an and operation with `0xFFFFFFFF` Signed-off-by: Ali Javidi Ghasr <[email protected]>
- Loading branch information