Home
last modified time | relevance | path

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

/external/strace/xlat/
Dperf_event_sample_format.h139 #if defined(PERF_SAMPLE_PHYS_ADDR) || (defined(HAVE_DECL_PERF_SAMPLE_PHYS_ADDR) && HAVE_DECL_PERF_S…
141 static_assert((PERF_SAMPLE_PHYS_ADDR) == (1 << 19), "PERF_SAMPLE_PHYS_ADDR != 1 << 19");
144 # define PERF_SAMPLE_PHYS_ADDR 1 << 19
176 XLAT(PERF_SAMPLE_PHYS_ADDR),
Dperf_event_sample_format.in20 PERF_SAMPLE_PHYS_ADDR 1 << 19
/external/syzkaller/sys/linux/
Dperf_amd64.const53 PERF_SAMPLE_PHYS_ADDR = 524288
Dperf_386.const53 PERF_SAMPLE_PHYS_ADDR = 524288
Dperf_ppc64le.const53 PERF_SAMPLE_PHYS_ADDR = 524288
Dperf_arm64.const53 PERF_SAMPLE_PHYS_ADDR = 524288
Dperf_arm.const53 PERF_SAMPLE_PHYS_ADDR = 524288
Dperf.txt29 …_SRC, PERF_SAMPLE_IDENTIFIER, PERF_SAMPLE_TRANSACTION, PERF_SAMPLE_REGS_INTR, PERF_SAMPLE_PHYS_ADDR
/external/kernel-headers/original/uapi/linux/
Dperf_event.h143 PERF_SAMPLE_PHYS_ADDR = 1U << 19, enumerator
/external/strace/
DChangeLog9397 - PERF_SAMPLE_PHYS_ADDR, added in v4.14-rc1~173^2~2
9401 * xlat/perf_event_sample_format.in (PERF_SAMPLE_PHYS_ADDR): Likewise.