Skip to content
Snippets Groups Projects
Commit 90f2086c authored by Yonghong Song's avatar Yonghong Song Committed by yonghong-song
Browse files

do not use BPF_F_REUSE_STACKID incorrectly


Do not use BPF_F_REUSE_STACKID if the stack id is used
together with process specific info like
pid/tgid/comm. Using BPF_F_REUSE_STACKID may cause
stack id pointing to a different stack later on.

Signed-off-by: default avatarYonghong Song <yhs@fb.com>
parent a1a04f49
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment