Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Ddata-convert-bt.c687 struct bt_ctf_field *pkt_ctx = NULL; in ctf_stream__create() local
704 pkt_ctx = bt_ctf_stream_get_packet_context(stream); in ctf_stream__create()
705 if (!pkt_ctx) { in ctf_stream__create()
710 cpu_field = bt_ctf_field_structure_get_field(pkt_ctx, "cpu_id"); in ctf_stream__create()
711 bt_ctf_field_put(pkt_ctx); in ctf_stream__create()
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddata-convert-bt.c693 struct bt_ctf_field *pkt_ctx = NULL; in ctf_stream__create() local
710 pkt_ctx = bt_ctf_stream_get_packet_context(stream); in ctf_stream__create()
711 if (!pkt_ctx) { in ctf_stream__create()
716 cpu_field = bt_ctf_field_structure_get_field(pkt_ctx, "cpu_id"); in ctf_stream__create()
717 bt_ctf_field_put(pkt_ctx); in ctf_stream__create()
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c148 enum intel_pt_pkt_ctx pkt_ctx; member
597 decoder->prev_pkt_ctx = decoder->pkt_ctx; in intel_pt_get_split_packet()
598 ret = intel_pt_get_packet(buf, len, &decoder->packet, &decoder->pkt_ctx); in intel_pt_get_split_packet()
633 enum intel_pt_pkt_ctx pkt_ctx = decoder->pkt_ctx; in intel_pt_pkt_lookahead() local
653 &pkt_ctx); in intel_pt_pkt_lookahead()
923 decoder->prev_pkt_ctx = decoder->pkt_ctx; in intel_pt_get_next_packet()
925 &decoder->packet, &decoder->pkt_ctx); in intel_pt_get_next_packet()
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c179 enum intel_pt_pkt_ctx pkt_ctx; member
700 decoder->prev_pkt_ctx = decoder->pkt_ctx; in intel_pt_get_split_packet()
701 ret = intel_pt_get_packet(buf, len, &decoder->packet, &decoder->pkt_ctx); in intel_pt_get_split_packet()
736 enum intel_pt_pkt_ctx pkt_ctx = decoder->pkt_ctx; in intel_pt_pkt_lookahead() local
756 &pkt_ctx); in intel_pt_pkt_lookahead()
1029 decoder->prev_pkt_ctx = decoder->pkt_ctx; in intel_pt_get_next_packet()
1031 &decoder->packet, &decoder->pkt_ctx); in intel_pt_get_next_packet()

Completed in 13 milliseconds