ftrace: fix breakage in bin_fmt results
authorEric Anholt <eric@anholt.net>
Sun, 26 Oct 2008 22:26:57 +0000 (15:26 -0700)
committerIngo Molnar <mingo@elte.hu>
Wed, 5 Nov 2008 09:22:42 +0000 (10:22 +0100)
commit072ba49838b42c873c496d72c91bb237914cf3b6
tree305ede989155e1d213255ead9101331bfd09f1cb
parent42ec632e7b0185d3776aa5d23380cbdc963151f2
ftrace: fix breakage in bin_fmt results

In 777e208d40d0953efc6fb4ab58590da3f7d8f02d we changed from outputting
field->cpu (a char) to iter->cpu (unsigned int), increasing the resulting
structure size by 3 bytes.

Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/trace.c