Home
last modified time | relevance | path

Searched defs:ordered_samples (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/tools/perf/util/
Dsession.h16 struct ordered_samples { struct
17 u64 last_flush;
18 u64 next_flush;
19 u64 max_timestamp;
20 struct list_head samples;
21 struct list_head sample_cache;
22 struct list_head to_free;
23 struct sample_queue *sample_buffer;
24 struct sample_queue *last_sample;
25 int sample_buffer_idx;
[all …]
Dtool.h46 bool ordered_samples; member