Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c43 struct intel_pt_blk { struct
44 struct intel_pt_blk *prev; argument
49 struct intel_pt_blk *blk; argument
50 struct intel_pt_blk *spare;
313 struct intel_pt_blk *blk = stack->blk; in intel_pt_pop_blk()
337 struct intel_pt_blk *blk; in intel_pt_alloc_blk()
343 blk = malloc(sizeof(struct intel_pt_blk)); in intel_pt_alloc_blk()