Home
last modified time | relevance | path

Searched refs:INTEL_PT_BLK_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c34 #define INTEL_PT_BLK_SIZE 1024 macro
45 uint64_t ip[INTEL_PT_BLK_SIZE];
330 stack->pos = INTEL_PT_BLK_SIZE; in intel_pt_pop()
358 if (!stack->blk || stack->pos == INTEL_PT_BLK_SIZE) { in intel_pt_push()
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c34 #define INTEL_PT_BLK_SIZE 1024 macro
52 uint64_t ip[INTEL_PT_BLK_SIZE];
406 stack->pos = INTEL_PT_BLK_SIZE; in intel_pt_pop()
434 if (!stack->blk || stack->pos == INTEL_PT_BLK_SIZE) { in intel_pt_push()

Completed in 9 milliseconds