Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddata-convert-bt.c1514 struct bt_ctf_field_type *pkt_ctx_type; in ctf_writer__init() local
1557 pkt_ctx_type = bt_ctf_stream_class_get_packet_context_type(stream_class); in ctf_writer__init()
1558 if (!pkt_ctx_type) in ctf_writer__init()
1561 ret = bt_ctf_field_type_structure_add_field(pkt_ctx_type, cw->data.u32, "cpu_id"); in ctf_writer__init()
1562 bt_ctf_field_type_put(pkt_ctx_type); in ctf_writer__init()