]> git.karo-electronics.de Git - mv-sheeva.git/commit
perf session: Cache sample objects
authorThomas Gleixner <tglx@linutronix.de>
Tue, 30 Nov 2010 17:49:53 +0000 (17:49 +0000)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 30 Nov 2010 22:04:18 +0000 (20:04 -0200)
commit020bb75a6deeca5ebeae531dc7378c157affc8fd
tree1e103a173a5454adee9235c52558eef22fc24214
parentfe17420784a6d3602e98f798731369fa05936cbe
perf session: Cache sample objects

When the sample queue is flushed we free the sample reference objects. Though
we need to malloc new objects when we process further. Stop the malloc/free
orgy and cache the already allocated object for resuage. Only allocate when
the cache is empty.

Performance gain: ~ 10%

Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <20101130163820.338488630@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/session.c
tools/perf/util/session.h