From: Michael Jeanson Date: Fri, 2 Mar 2018 22:36:25 +0000 (-0500) Subject: Fix: reset cached vpid context on fork X-Git-Tag: v2.11.0-rc1~17 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=06b16a0bab0098e44c4cdffef2e92ed1e5a0abcc;hp=06b16a0bab0098e44c4cdffef2e92ed1e5a0abcc;p=lttng-ust.git Fix: reset cached vpid context on fork We currently reset the cached vtid on fork but not the vpid. This is not a problem on Linux because we don't cache the vpid internally but call getpid() directly and rely on the glibc pid cache. Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---