Lines Matching refs:writer
57 struct bt_ctf_writer *writer; member
85 struct ctf_writer writer; member
695 stream = bt_ctf_writer_create_stream(cw->writer, cw->stream_class); in ctf_stream__create()
794 struct ctf_writer *cw = &c->writer; in process_sample_event()
871 struct ctf_writer *cw = &c->writer; \
1364 struct bt_ctf_writer *writer = cw->writer; in ctf_writer__setup_env() local
1368 if (bt_ctf_writer_add_environment_field(writer, __n, __v)) \ in ctf_writer__setup_env()
1478 bt_ctf_writer_put(cw->writer); in ctf_writer__cleanup()
1486 struct bt_ctf_writer *writer; in ctf_writer__init() local
1493 writer = bt_ctf_writer_create(path); in ctf_writer__init()
1494 if (!writer) in ctf_writer__init()
1497 cw->writer = writer; in ctf_writer__init()
1542 if (bt_ctf_writer_add_clock(writer, clock)) { in ctf_writer__init()
1601 struct ctf_writer *cw = &c.writer; in bt_convert__perf2ctf()