]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Restore the correct value when disabling probes. Otherwise the instrumented
authormarkj <markj@FreeBSD.org>
Sun, 24 Aug 2014 17:10:47 +0000 (17:10 +0000)
committermarkj <markj@FreeBSD.org>
Sun, 24 Aug 2014 17:10:47 +0000 (17:10 +0000)
commit46bd89ef4cc8e38b4ea093f38353946ba8d86705
treeeef55d0bdd12861c338089e0ff2e12dff30e6137
parentbf5f21dde4e784fd1c07ddcdab78b4c1eff24b1b
Restore the correct value when disabling probes. Otherwise the instrumented
tracepoints would continue to generate traps, which would be ignored but
could consume noticeable amounts of CPU if, say, all functions in the kernel
were instrumented.

X-MFC-With: r270067
sys/cddl/dev/fbt/fbt.c