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:
Yonghong Song <yhs@fb.com>
Showing
- tools/deadlock.c 2 additions, 2 deletionstools/deadlock.c
- tools/memleak.py 1 addition, 1 deletiontools/memleak.py
- tools/old/profile.py 2 additions, 2 deletionstools/old/profile.py
- tools/stackcount.py 2 additions, 2 deletionstools/stackcount.py
- tools/stacksnoop.lua 1 addition, 1 deletiontools/stacksnoop.lua
- tools/trace.py 2 additions, 2 deletionstools/trace.py
- tools/wakeuptime.py 1 addition, 1 deletiontools/wakeuptime.py
Loading
Please register or sign in to comment