Lines Matching defs:ctf_stream
52 struct ctf_stream {
61 struct ctf_stream **stream;
666 static int ctf_stream__flush(struct ctf_stream *cs)
684 static struct ctf_stream *ctf_stream__create(struct ctf_writer *cw, int cpu)
686 struct ctf_stream *cs;
739 static void ctf_stream__delete(struct ctf_stream *cs)
747 static struct ctf_stream *ctf_stream(struct ctf_writer *cw, int cpu)
749 struct ctf_stream *cs = cw->stream[cpu];
784 static bool is_flush_needed(struct ctf_stream *cs)
798 struct ctf_stream *cs;
847 cs = ctf_stream(cw, get_sample_cpu(cw, sample, evsel));
877 struct ctf_stream *cs; \
890 cs = ctf_stream(cw, 0); \
1332 struct ctf_stream **stream;