tracing/lock: provide lock_acquired event support for dynamic size string
authorFrederic Weisbecker <fweisbec@gmail.com>
Sun, 19 Apr 2009 02:54:49 +0000 (04:54 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 22 Apr 2009 10:30:15 +0000 (12:30 +0200)
commit7e7ca9a22dbbc5c91763cd16923c7509918709b6
tree3d036f3cf4dc9c375b032e12afafc75bffcd17a8
parent9cbf117662e24c6d33245666804487f92c21b59d
tracing/lock: provide lock_acquired event support for dynamic size string

Now that we can support the dynamic sized string, make the lock tracing
able to use it, making it safe against modules removal and consuming
the right amount of memory needed for each lock name

Changes in v2:
adapt to the __ending_string() updates and the opening_string() removal.

[ Impact: protect lock tracer against module removal ]

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Steven Rostedt <rostedt@goodmis.org>
include/trace/events/lockdep.h
This page took 0.034861 seconds and 5 git commands to generate.