From: Masami Hiramatsu Date: Fri, 9 Jul 2010 09:29:17 +0000 (+0900) Subject: perf probe: Fix the logic of die_compare_name X-Git-Tag: v2.6.36-rc1~532^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8217563359878d11ef03cc76bc935ada89d73efd;p=pandora-kernel.git perf probe: Fix the logic of die_compare_name Invert the return value of die_compare_name(), because it returns a 'bool' result which should be expeced true if the die's name is same as compared string. LKML-Reference: <4C36EBED.1000006@hitachi.com> Cc: Arnaldo Carvalho de Melo Cc: Ingo Molnar Signed-off-by: Masami Hiramatsu Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed