Lines Matching defs:ctf_stream
56 struct ctf_stream {
65 struct ctf_stream **stream;
672 static int ctf_stream__flush(struct ctf_stream *cs)
690 static struct ctf_stream *ctf_stream__create(struct ctf_writer *cw, int cpu)
692 struct ctf_stream *cs;
745 static void ctf_stream__delete(struct ctf_stream *cs)
753 static struct ctf_stream *ctf_stream(struct ctf_writer *cw, int cpu)
755 struct ctf_stream *cs = cw->stream[cpu];
790 static bool is_flush_needed(struct ctf_stream *cs)
804 struct ctf_stream *cs;
853 cs = ctf_stream(cw, get_sample_cpu(cw, sample, evsel));
883 struct ctf_stream *cs; \
896 cs = ctf_stream(cw, 0); \
1338 struct ctf_stream **stream;