Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c27 #define INTEL_PT_BLK_SIZE 1024 macro
38 uint64_t ip[INTEL_PT_BLK_SIZE];
300 stack->pos = INTEL_PT_BLK_SIZE; in intel_pt_pop()
328 if (!stack->blk || stack->pos == INTEL_PT_BLK_SIZE) { in intel_pt_push()