summaryrefslogtreecommitdiff
path: root/trafgen/Makefile
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-05-29 20:12:10 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-05-29 20:12:10 +0200
commit4e407258b1080947556add7b2ece21422ceafbed (patch)
tree98c969c0cd8f701e6bcd0aa0999266ca710239b3 /trafgen/Makefile
parentf9d5a908d3e80f8007c4fd64060a78abd4264aeb (diff)
make: add DISTRO=1 for compilation on distributions
For packaging, we cannot use -O3, -march etc, so have an option that allows for distribution build and does less tuning. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'trafgen/Makefile')
0 files changed, 0 insertions, 0 deletions
s. The original code created the thread at the first instance it was called, but later was changed to destroy the thread after the tracer was finished, and would not be created until the next instance of the tracer was established. The code that initialized the affinity was only called on the initial instantiation of the tracer. After that, it was not initialized, and the previous affinity did not match the current newly created one, making it appear that the user modified the thread's affinity when it did not, and the thread failed to migrate again. Cc: stable@vger.kernel.org Fixes: 0330f7aa8ee6 ("tracing: Have hwlat trace migrate across tracing_cpumask CPUs") Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'net/sched/act_police.c')