diff options
author | Paul E. McKenney <[email protected]> | 2010-03-05 15:03:25 -0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2010-03-11 13:38:01 +0100 |
commit | 3f379b03fbfddd20536389a85c6456f8233d1f8d (patch) | |
tree | 2847590a23aa0d72e799bd6d65a8a794abb565ac /tools/perf/scripts/python/net_dropmonitor.py | |
parent | 54dbf96c921513bf98484a20ef366d51944a4c4d (diff) |
ftrace: Replace read_barrier_depends() with rcu_dereference_raw()
Replace the calls to read_barrier_depends() in
ftrace_list_func() with rcu_dereference_raw() to improve
readability. The reason that we use rcu_dereference_raw() here
is that removed entries are never freed, instead they are simply
leaked. This is one of a very few cases where use of
rcu_dereference_raw() is the long-term right answer. And I
don't yet know of any others. ;-)
Signed-off-by: Paul E. McKenney <[email protected]>
Acked-by: Steven Rostedt <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions