Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Ddata-convert-bt.c453 struct bt_ctf_field *pkt_ctx = NULL; in ctf_stream__create() local
470 pkt_ctx = bt_ctf_stream_get_packet_context(stream); in ctf_stream__create()
471 if (!pkt_ctx) { in ctf_stream__create()
476 cpu_field = bt_ctf_field_structure_get_field(pkt_ctx, "cpu_id"); in ctf_stream__create()
477 bt_ctf_field_put(pkt_ctx); in ctf_stream__create()