Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Ddata-convert-bt.c684 struct bt_ctf_field *pkt_ctx = NULL; in ctf_stream__create() local
701 pkt_ctx = bt_ctf_stream_get_packet_context(stream); in ctf_stream__create()
702 if (!pkt_ctx) { in ctf_stream__create()
707 cpu_field = bt_ctf_field_structure_get_field(pkt_ctx, "cpu_id"); in ctf_stream__create()
708 bt_ctf_field_put(pkt_ctx); in ctf_stream__create()