Searched defs:ordered_samples (Results 1 – 2 of 2) sorted by relevance
16 struct ordered_samples { struct17 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 …]
46 bool ordered_samples; member