diff options
author | Masami Hiramatsu <[email protected]> | 2010-12-03 18:54:34 +0900 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2010-12-06 17:59:32 +0100 |
commit | f984ba4eb575e4a27ed28a76d4126d2aa9233c32 (patch) | |
tree | 0df5f1510537edac10ae9cc1e5572d70dcf0a8c7 /net/unix/af_unix.c | |
parent | cd7ebe2298ff1c3112232878678ce5fe6be8a15b (diff) |
kprobes: Use text_poke_smp_batch for unoptimizing
Use text_poke_smp_batch() on unoptimization path for reducing
the number of stop_machine() issues. If the number of
unoptimizing probes is more than MAX_OPTIMIZE_PROBES(=256),
kprobes unoptimizes first MAX_OPTIMIZE_PROBES probes and kicks
optimizer for remaining probes.
Signed-off-by: Masami Hiramatsu <[email protected]>
Cc: Rusty Russell <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ananth N Mavinakayanahalli <[email protected]>
Cc: Jason Baron <[email protected]>
Cc: Mathieu Desnoyers <[email protected]>
Cc: [email protected]
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions