Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dsession.h23 struct ordered_samples { struct
24 u64 last_flush;
25 u64 next_flush;
26 u64 max_timestamp;
27 struct list_head samples;
28 struct list_head sample_cache;
29 struct list_head to_free;
30 struct sample_queue *sample_buffer;
31 struct sample_queue *last_sample;
32 int sample_buffer_idx;
[all …]
/external/oprofile/libpp/
Dprofile.h114 ordered_samples_t ordered_samples; variable