summaryrefslogtreecommitdiff
path: root/trafgen.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-28ring: purge timer before we unmap tx ring buffersDaniel Borkmann1-2/+18
2013-03-26trafgen: update help descriptionDaniel Borkmann1-1/+1
2013-03-22trafgen: fix bug in packet schedulingDaniel Borkmann1-16/+22
2013-03-16netsniff-ng trafgen: check return value of pull_and_flush_ringDaniel Borkmann1-1/+12
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+1064
/commit/Documentation?id=c850ed38db5f46441565174ef57c271124cce568'>c850ed38db5f46441565174ef57c271124cce568 (diff)
tracing: Have hwlat trace migrate across tracing_cpumask CPUs
Instead of having the hwlat detector thread stay on one CPU, have it migrate across all the CPUs specified by tracing_cpumask. If the user modifies the thread's CPU affinity, the migration will stop until the next instance that the tracer is instantiated. The migration happens at the end of each window (period). Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Documentation')