Lines Matching refs:ctf_stream
52 struct ctf_stream { struct
61 struct ctf_stream **stream; argument
668 static int ctf_stream__flush(struct ctf_stream *cs) in ctf_stream__flush()
686 static struct ctf_stream *ctf_stream__create(struct ctf_writer *cw, int cpu) in ctf_stream__create()
688 struct ctf_stream *cs; in ctf_stream__create()
741 static void ctf_stream__delete(struct ctf_stream *cs) in ctf_stream__delete()
749 static struct ctf_stream *ctf_stream(struct ctf_writer *cw, int cpu) in ctf_stream() function
751 struct ctf_stream *cs = cw->stream[cpu]; in ctf_stream()
786 static bool is_flush_needed(struct ctf_stream *cs) in is_flush_needed()
800 struct ctf_stream *cs; in process_sample_event()
849 cs = ctf_stream(cw, get_sample_cpu(cw, sample, evsel)); in process_sample_event()
879 struct ctf_stream *cs; \
892 cs = ctf_stream(cw, 0); \
1334 struct ctf_stream **stream; in setup_streams()