Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddata-convert-bt.c1575 struct bt_ctf_field_type *pkt_ctx_type; in ctf_writer__init() local
1618 pkt_ctx_type = bt_ctf_stream_class_get_packet_context_type(stream_class); in ctf_writer__init()
1619 if (!pkt_ctx_type) in ctf_writer__init()
1622 ret = bt_ctf_field_type_structure_add_field(pkt_ctx_type, cw->data.u32, "cpu_id"); in ctf_writer__init()
1623 bt_ctf_field_type_put(pkt_ctx_type); in ctf_writer__init()