Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/intel-pt-decoder/ !
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()