Home
last modified time | relevance | path

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

/external/strace/xlat/
Dperf_event_sample_format.h27 #if defined(PERF_SAMPLE_ADDR) || (defined(HAVE_DECL_PERF_SAMPLE_ADDR) && HAVE_DECL_PERF_SAMPLE_ADDR)
29 static_assert((PERF_SAMPLE_ADDR) == (1 << 3), "PERF_SAMPLE_ADDR != 1 << 3");
32 # define PERF_SAMPLE_ADDR 1 << 3
160 XLAT(PERF_SAMPLE_ADDR),
Dperf_event_sample_format.in4 PERF_SAMPLE_ADDR 1 << 3
/external/kernel-headers/original/uapi/linux/
Dperf_event.h127 PERF_SAMPLE_ADDR = 1U << 3, enumerator