From: Peter Zijlstra Date: Wed, 8 Apr 2009 13:01:26 +0000 (+0200) Subject: perf_counter: provide misc bits in the event header X-Git-Tag: v2.6.31-rc1~383^2~384 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fab01927e8bdbbc77bafba2abb4810c5591ad52;p=pandora-kernel.git perf_counter: provide misc bits in the event header Limit the size of each record to 64k (or should we count in multiples of u64 and have a 512K limit?), this gives 16 bits or spare room in the header, which we can use for misc bits, so as to not have to grow the record with u64 every time we have a few bits to report. Signed-off-by: Peter Zijlstra Cc: Paul Mackerras Cc: Corey Ashford LKML-Reference: <20090408130408.769271806@chello.nl> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed