Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Djitdump.h25 #define JITHEADER_VERSION 1 macro
H A Djitdump.c195 if (header.version > JITHEADER_VERSION) { in jit_open()
196 pr_err("wrong jitdump version %u, expected " __stringify(JITHEADER_VERSION), in jit_open()
/openbmc/qemu/tcg/
H A Dperf.c118 #define JITHEADER_VERSION 1 macro
226 header.version = JITHEADER_VERSION; in perf_enable_jitdump()
/openbmc/linux/tools/perf/jvmti/
H A Djvmti_agent.c311 header.version = JITHEADER_VERSION; in jvmti_open()
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_intel_pt.sh325 .version = JITHEADER_VERSION,