perf probe: Fix strtailcmp() to compare s1and s2[0]
authorJuha Leppanen <juha_motorsportcom@luukku.com>
Mon, 7 Dec 2009 17:00:40 +0000 (12:00 -0500)
committerIngo Molnar <mingo@elte.hu>
Mon, 7 Dec 2009 17:33:20 +0000 (18:33 +0100)
commitd56728b8d7fb3e1e5e5f97b88fdf6b43a35b4f5e
tree3188acba441b24355f15eb23d8d167806b164085
parentd32ba45503acf9c23b301eba2397ca2ee322627b
perf probe: Fix strtailcmp() to compare s1and s2[0]

Fix strtailcmp() to compare s1[0] and s2[0]. strtailcmp() returns 0
if "a" and "b" or "a" and "ab", it's a wrong behavior. This patch
fixes it.

Signed-off-by: "Juha Leppanen" <juha_motorsportcom@luukku.com>
Acked-by: Masami Hiramatsu <mhiramat@redhat.com>
Cc: systemtap <systemtap@sources.redhat.com>
Cc: DLE <dle-develop@lists.sourceforge.net>
Cc: Juha Leppanen <juha_motorsportcom@luukku.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <20091207170040.19230.37464.stgit@dhcp-100-2-132.bos.redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/util/probe-finder.c