git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faf982a
)
ftrace: Narrow down the protected area of graph_lock
author
Namhyung Kim
<namhyung.kim@lge.com>
Mon, 14 Oct 2013 08:24:25 +0000
(17:24 +0900)
committer
Steven Rostedt
<rostedt@goodmis.org>
Sat, 19 Oct 2013 02:20:33 +0000
(22:20 -0400)
The parser set up is just a generic utility that uses local variables
allocated by the function. There's no need to hold the graph_lock for
this set up.
This also makes the code simpler.
Link:
http://lkml.kernel.org/r/1381739066-7531-4-git-send-email-namhyung@kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found