Lines Matching refs:writer
60 struct bt_ctf_writer *writer; member
88 struct ctf_writer writer; member
698 stream = bt_ctf_writer_create_stream(cw->writer, cw->stream_class); in ctf_stream__create()
797 struct ctf_writer *cw = &c->writer; in process_sample_event()
874 struct ctf_writer *cw = &c->writer; \
1367 struct bt_ctf_writer *writer = cw->writer; in ctf_writer__setup_env() local
1371 if (bt_ctf_writer_add_environment_field(writer, __n, __v)) \ in ctf_writer__setup_env()
1496 bt_ctf_writer_put(cw->writer); in ctf_writer__cleanup()
1505 struct bt_ctf_writer *writer; in ctf_writer__init() local
1512 writer = bt_ctf_writer_create(path); in ctf_writer__init()
1513 if (!writer) in ctf_writer__init()
1516 cw->writer = writer; in ctf_writer__init()
1561 if (bt_ctf_writer_add_clock(writer, clock)) { in ctf_writer__init()
1620 struct ctf_writer *cw = &c.writer; in bt_convert__perf2ctf()