summaryrefslogtreecommitdiff
path: root/ipv6.h
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-05-29 10:35:38 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-05-29 10:35:38 +0200
commit71e35a85995efd9f5fbdc0ef9cd7b013389f4727 (patch)
tree6a3c57701373bd13b15735c9ccf566e8f0e067f9 /ipv6.h
parent116420b953d605297dba1827e71ff8eafc99a765 (diff)
ifpps: remove unused function snr_to_str
It's not used anywhere anymore, so remove it. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'ipv6.h')
0 files changed, 0 insertions, 0 deletions
It is pinned to a single CPU and will move to the next CPU after each period of running. If the user modifies the migration thread's affinity, it will not change after that happens. 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 'tools/lib/traceevent/kbuffer-parse.c')