Lines Matching defs:ctf_stream
57 struct ctf_stream {
66 struct ctf_stream **stream;
679 static int ctf_stream__flush(struct ctf_stream *cs)
697 static struct ctf_stream *ctf_stream__create(struct ctf_writer *cw, int cpu)
699 struct ctf_stream *cs;
752 static void ctf_stream__delete(struct ctf_stream *cs)
760 static struct ctf_stream *ctf_stream(struct ctf_writer *cw, int cpu)
762 struct ctf_stream *cs = cw->stream[cpu];
797 static bool is_flush_needed(struct ctf_stream *cs)
811 struct ctf_stream *cs;
865 cs = ctf_stream(cw, get_sample_cpu(cw, sample, evsel));
895 struct ctf_stream *cs; \
908 cs = ctf_stream(cw, 0); \
1371 struct ctf_stream **stream;