summaryrefslogtreecommitdiff
path: root/flowtop/.gitignore
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-05-14 17:26:23 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-05-15 10:57:17 +0200
commit6b1f666dd643660847fa54199fc93ae2c8e14b24 (patch)
tree6482965a7f078114e88e99e4fc529aba0adf8165 /flowtop/.gitignore
parent718216e36afc7ae645dce2558a00aa6bc2aaa078 (diff)
man: trafgen: Complete documentation for option -p/--cpp
Add complete description of the commandline option -p/--cpp to the manpage. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'flowtop/.gitignore')
0 files changed, 0 insertions, 0 deletions
'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/perf/pmu-events/arch/x86/nehalemep')