Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c35 #define INTEL_PT_BLK_SIZE 1024 macro
46 uint64_t ip[INTEL_PT_BLK_SIZE];
295 stack->pos = INTEL_PT_BLK_SIZE; in intel_pt_pop()
323 if (!stack->blk || stack->pos == INTEL_PT_BLK_SIZE) { in intel_pt_push()