Searched refs:ctf_stream (Results 1 – 1 of 1) sorted by relevance
58 struct ctf_stream { struct67 struct ctf_stream **stream; argument680 static int ctf_stream__flush(struct ctf_stream *cs) in ctf_stream__flush()698 static struct ctf_stream *ctf_stream__create(struct ctf_writer *cw, int cpu) in ctf_stream__create()700 struct ctf_stream *cs; in ctf_stream__create()753 static void ctf_stream__delete(struct ctf_stream *cs) in ctf_stream__delete()761 static struct ctf_stream *ctf_stream(struct ctf_writer *cw, int cpu) in ctf_stream() function763 struct ctf_stream *cs = cw->stream[cpu]; in ctf_stream()798 static bool is_flush_needed(struct ctf_stream *cs) in is_flush_needed()812 struct ctf_stream *cs; in process_sample_event()[all …]