Home
last modified time | relevance | path

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

/external/strace/xlat/
Dperf_event_sample_format.h48 #if defined(PERF_SAMPLE_ID) || (defined(HAVE_DECL_PERF_SAMPLE_ID) && HAVE_DECL_PERF_SAMPLE_ID)
50 static_assert((PERF_SAMPLE_ID) == (1 << 6), "PERF_SAMPLE_ID != 1 << 6");
53 # define PERF_SAMPLE_ID 1 << 6
163 XLAT(PERF_SAMPLE_ID),
Dperf_event_sample_format.in7 PERF_SAMPLE_ID 1 << 6
/external/ltp/testcases/cve/
Dcve-2015-3290.c329 PERF_SAMPLE_ID|PERF_SAMPLE_PERIOD, in child_thread()
/external/kernel-headers/original/uapi/linux/
Dperf_event.h130 PERF_SAMPLE_ID = 1U << 6, enumerator