summaryrefslogtreecommitdiff
path: root/flowtop/Makefile
AgeCommit message (Expand)AuthorFilesLines
2013-03-15build: Find libncurses by using pkg-configDaniel Borkmann1-1/+1
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+19
1-31 16:32:40 -0800 committerLinus Torvalds <torvalds@linux-foundation.org>2017-01-31 16:32:40 -0800 commita2ca3d617944417e9dd5f09fc8a4549cda115f4f (patch) treeb8a247cd32979a94d424439525f121919c3a3739 parent283725af0bd2a4a8600bbe5edeb9d7c72780d3a2 (diff)parent79c6f448c8b79c321e4a1f31f98194e4f6b6cae7 (diff)
Merge tag 'trace-4.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Pull tracing fix from Steven Rostedt: "It was reported to me that the thread created by the hwlat tracer does not migrate after the first instance. I found that there was as small bug in the logic, and fixed it. It's minor, but should be fixed regardless. There's not much impact outside the hwlat tracer" * tag 'trace-4.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: tracing: Fix hwlat kthread migration
Diffstat
-rw-r--r--kernel/trace/trace_hwlat.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/kernel/trace/trace_hwlat.c b/kernel/trace/trace_hwlat.c