Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c50 struct intel_pt_blk { struct
51 struct intel_pt_blk *prev; argument
56 struct intel_pt_blk *blk; argument
57 struct intel_pt_blk *spare;
389 struct intel_pt_blk *blk = stack->blk; in intel_pt_pop_blk()
413 struct intel_pt_blk *blk; in intel_pt_alloc_blk()
419 blk = malloc(sizeof(struct intel_pt_blk)); in intel_pt_alloc_blk()