Home
last modified time | relevance | path

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

/external/strace/xlat/
Dperf_event_sample_format.h6 #if defined(PERF_SAMPLE_IP) || (defined(HAVE_DECL_PERF_SAMPLE_IP) && HAVE_DECL_PERF_SAMPLE_IP)
8 static_assert((PERF_SAMPLE_IP) == (1 << 0), "PERF_SAMPLE_IP != 1 << 0");
11 # define PERF_SAMPLE_IP 1 << 0
157 XLAT(PERF_SAMPLE_IP),
Dperf_event_sample_format.in1 PERF_SAMPLE_IP 1 << 0
/external/ltp/testcases/cve/
Dcve-2015-3290.c327 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID| in child_thread()
/external/kernel-headers/original/uapi/linux/
Dperf_event.h124 PERF_SAMPLE_IP = 1U << 0, enumerator