commit | cafb168a1c92e4c9e1731fe3d666c39611762c49 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue Mar 24 20:50:39 2009 -0400 |
committer | Steven Rostedt <srostedt@redhat.com> | Tue Mar 24 23:41:10 2009 -0400 |
tree | 536d4bb6d33499d746ffb674126d2983e5d6e361 | |
parent | 0706f1c48ca8a7ab478090b4e38f2e578ae2bfe0 [diff] |
tracing: make the function profiler per cpu Impact: speed enhancement By making the function profiler record in per cpu data we not only get better readings, avoid races, we also do not have to take any locks. Signed-off-by: Steven Rostedt <srostedt@redhat.com>