HomeSort by relevance Sort by last modified time
    Searched defs:PERF_SAMPLE_ID (Results 1 - 6 of 6) sorted by null

  /external/strace/xlat/
perf_event_sample_format.h 20 #if !(defined(PERF_SAMPLE_ID) || (defined(HAVE_DECL_PERF_SAMPLE_ID) && HAVE_DECL_PERF_SAMPLE_ID))
21 # define PERF_SAMPLE_ID 1 << 6
77 XLAT(PERF_SAMPLE_ID),
  /external/v8/tools/
ll_prof.py 550 PERF_SAMPLE_ID = 1 << 6
564 ("id", "u64", PERF_SAMPLE_ID),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
perf_event.h 126 PERF_SAMPLE_ID = 1U << 6,
435 * { u64 id; } && PERF_SAMPLE_ID
  /external/perf_data_converter/src/quipper/kernel/
perf_event.h 128 PERF_SAMPLE_ID = 1U << 6,
540 * { u64 id; } && PERF_SAMPLE_ID
546 * Note that PERF_SAMPLE_IDENTIFIER duplicates PERF_SAMPLE_ID. The
639 * # Note that PERF_SAMPLE_IDENTIFIER duplicates PERF_SAMPLE_ID.
649 * { u64 id; } && PERF_SAMPLE_ID
  /bionic/libc/kernel/uapi/linux/
perf_event.h 88 PERF_SAMPLE_ID = 1U << 6,
  /external/kernel-headers/original/uapi/linux/
perf_event.h 130 PERF_SAMPLE_ID = 1U << 6,
671 * { u64 id; } && PERF_SAMPLE_ID
677 * Note that PERF_SAMPLE_IDENTIFIER duplicates PERF_SAMPLE_ID. The
770 * # Note that PERF_SAMPLE_IDENTIFIER duplicates PERF_SAMPLE_ID.
780 * { u64 id; } && PERF_SAMPLE_ID

Completed in 281 milliseconds