Lines Matching refs:writer
43 struct bt_ctf_writer *writer; member
64 struct ctf_writer writer; member
392 struct ctf_writer *cw = &c->writer; in process_sample_event()
611 struct bt_ctf_writer *writer = cw->writer; in ctf_writer__setup_env() local
615 if (bt_ctf_writer_add_environment_field(writer, __n, __v)) \ in ctf_writer__setup_env()
718 bt_ctf_writer_put(cw->writer); in ctf_writer__cleanup()
726 struct bt_ctf_writer *writer; in ctf_writer__init() local
732 writer = bt_ctf_writer_create(path); in ctf_writer__init()
733 if (!writer) in ctf_writer__init()
736 cw->writer = writer; in ctf_writer__init()
771 stream = bt_ctf_writer_create_stream(writer, stream_class); in ctf_writer__init()
780 if (bt_ctf_writer_add_clock(writer, clock)) { in ctf_writer__init()
817 struct ctf_writer *cw = &c.writer; in bt_convert__perf2ctf()