Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c55 struct intel_pt_stack { struct
177 struct intel_pt_stack stack;
387 static void intel_pt_pop_blk(struct intel_pt_stack *stack) in intel_pt_pop_blk()
398 static uint64_t intel_pt_pop(struct intel_pt_stack *stack) in intel_pt_pop()
411 static int intel_pt_alloc_blk(struct intel_pt_stack *stack) in intel_pt_alloc_blk()
430 static int intel_pt_push(struct intel_pt_stack *stack, uint64_t ip) in intel_pt_push()
444 static void intel_pt_clear_stack(struct intel_pt_stack *stack) in intel_pt_clear_stack()
451 static void intel_pt_free_stack(struct intel_pt_stack *stack) in intel_pt_free_stack()