Searched refs:PERF_SAMPLE_IP (Results 1 – 4 of 4) sorted by relevance
6 #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 << 0157 XLAT(PERF_SAMPLE_IP),
1 PERF_SAMPLE_IP 1 << 0
327 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID| in child_thread()
124 PERF_SAMPLE_IP = 1U << 0, enumerator