diff options
| author | mao, bibo <[email protected]> | 2006-06-26 00:25:22 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-06-26 09:58:22 -0700 |
| commit | 36721656776f177280ccb50477a02e86e6444292 (patch) | |
| tree | 20cb06eb08e98636e97703d6e0df77790ede23cf /scripts/patch-kernel | |
| parent | 585deacaca3e7bfc63580623f0344d1fa9c47f11 (diff) | |
[PATCH] Kprobe: multi kprobe posthandler for booster
If there are multi kprobes on the same probepoint, there will be one extra
aggr_kprobe on the head of kprobe list. The aggr_kprobe has
aggr_post_handler/aggr_break_handler whether the other kprobe
post_hander/break_handler is NULL or not. This patch modifies this, only
when there is one or more kprobe in the list whose post_handler is not
NULL, post_handler of aggr_kprobe will be set as aggr_post_handler.
[[email protected]: !CONFIG_PREEMPT fix]
Signed-off-by: bibo, mao <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
Cc: Ananth N Mavinakayanahalli <[email protected]>
Cc: "Keshavamurthy, Anil S" <[email protected]>
Cc: Prasanna S Panchamukhi <[email protected]>
Cc: Jim Keniston <[email protected]>
Cc: Yumiko Sugita <[email protected]>
Cc: Hideo Aoki <[email protected]>
Signed-off-by: Satoshi Oshima <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions