Lines Matching refs:ctf_stream
56 struct ctf_stream { struct
65 struct ctf_stream **stream; argument
673 static int ctf_stream__flush(struct ctf_stream *cs) in ctf_stream__flush()
691 static struct ctf_stream *ctf_stream__create(struct ctf_writer *cw, int cpu) in ctf_stream__create()
693 struct ctf_stream *cs; in ctf_stream__create()
746 static void ctf_stream__delete(struct ctf_stream *cs) in ctf_stream__delete()
754 static struct ctf_stream *ctf_stream(struct ctf_writer *cw, int cpu) in ctf_stream() function
756 struct ctf_stream *cs = cw->stream[cpu]; in ctf_stream()
791 static bool is_flush_needed(struct ctf_stream *cs) in is_flush_needed()
805 struct ctf_stream *cs; in process_sample_event()
854 cs = ctf_stream(cw, get_sample_cpu(cw, sample, evsel)); in process_sample_event()
884 struct ctf_stream *cs; \
897 cs = ctf_stream(cw, 0); \
1340 struct ctf_stream **stream; in setup_streams()