From: Keshavamurthy Anil S Date: Mon, 12 Dec 2005 08:37:34 +0000 (-0800) Subject: [PATCH] kprobes: increment kprobe missed count for multiprobes X-Git-Tag: v2.6.15-rc6~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf8d5c52c3b6b27061e3b7d779057fd9a6cac164;p=pandora-kernel.git [PATCH] kprobes: increment kprobe missed count for multiprobes When multiple probes are registered at the same address and if due to some recursion (probe getting triggered within a probe handler), we skip calling pre_handlers and just increment nmissed field. The below patch make sure it walks the list for multiple probes case. Without the below patch we get incorrect results of nmissed count for multiple probe case. Signed-off-by: Anil S Keshavamurthy Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed