Home
last modified time | relevance | path

Searched refs:stream_class (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/tools/perf/util/
Ddata-convert-bt.c55 struct bt_ctf_stream_class *stream_class; member
464 stream = bt_ctf_writer_create_stream(cw->writer, cw->stream_class); in ctf_stream__create()
826 ret = bt_ctf_stream_class_add_event_class(cw->stream_class, event_class); in add_event()
1003 bt_ctf_stream_class_put(cw->stream_class); in ctf_writer__cleanup()
1013 struct bt_ctf_stream_class *stream_class; in ctf_writer__init() local
1040 stream_class = bt_ctf_stream_class_create("perf_stream"); in ctf_writer__init()
1041 if (!stream_class) { in ctf_writer__init()
1046 cw->stream_class = stream_class; in ctf_writer__init()
1049 if (bt_ctf_stream_class_set_clock(stream_class, clock)) { in ctf_writer__init()
1058 pkt_ctx_type = bt_ctf_stream_class_get_packet_context_type(stream_class); in ctf_writer__init()