]> git.karo-electronics.de Git - linux-beck.git/commit
perf tools: Fix ABI compatibility bug in print_event_desc()
authorStephane Eranian <eranian@google.com>
Thu, 9 Feb 2012 22:21:07 +0000 (23:21 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 9 Mar 2012 07:26:06 +0000 (08:26 +0100)
commit62db90681c0db8c76e5db006b929a2edd5d12ae6
tree9a758f8c9c41b34ae96533571a132b226819803f
parent69996df486fc3921bbaaa17fca0d68f537f9eabf
perf tools: Fix ABI compatibility bug in print_event_desc()

This patches cleans up local variable types for msz and ret.
They need to be size_t and ssize_t respectively.

It also fixes a bug whereby perf would not read attr struct
with a different size than what it knows about.

Signed-off-by: Stephane Eranian <eranian@google.com>
Cc: peterz@infradead.org
Cc: acme@redhat.com
Cc: robert.richter@amd.com
Cc: ming.m.lin@intel.com
Cc: andi@firstfloor.org
Cc: asharma@fb.com
Cc: ravitillo@lbl.gov
Cc: vweaver1@eecs.utk.edu
Cc: khandual@linux.vnet.ibm.com
Cc: dsahern@gmail.com
Link: http://lkml.kernel.org/r/1328826068-11713-18-git-send-email-eranian@google.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/util/header.c