]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - tools/perf/util/session.h
perf session: Allocate chunks of sample objects
[mv-sheeva.git] / tools / perf / util / session.h
index e4a7ff2ba8d593f688a83fc698bc108c1b2db6f6..5bf6efa3788a66eb3b675736e32ebf4225dc4dd3 100644 (file)
@@ -19,7 +19,10 @@ struct ordered_samples {
        u64                     max_timestamp;
        struct list_head        samples;
        struct list_head        sample_cache;
+       struct list_head        to_free;
+       struct sample_queue     *sample_buffer;
        struct sample_queue     *last_sample;
+       int                     sample_buffer_idx;
 };
 
 struct perf_session {