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

  /external/strace/xlat/
perf_event_sample_format.h 50 #if !(defined(PERF_SAMPLE_IDENTIFIER) || (defined(HAVE_DECL_PERF_SAMPLE_IDENTIFIER) && HAVE_DECL_PERF_SAMPLE_IDENTIFIER))
51 # define PERF_SAMPLE_IDENTIFIER 1 << 16
87 XLAT(PERF_SAMPLE_IDENTIFIER),
  /external/perf_data_converter/src/quipper/kernel/
perf_event.h 138 PERF_SAMPLE_IDENTIFIER = 1U << 16,
543 * { u64 id; } && PERF_SAMPLE_IDENTIFIER
546 * Note that PERF_SAMPLE_IDENTIFIER duplicates PERF_SAMPLE_ID. The
547 * advantage of PERF_SAMPLE_IDENTIFIER is that its position is fixed
639 * # Note that PERF_SAMPLE_IDENTIFIER duplicates PERF_SAMPLE_ID.
640 * # The advantage of PERF_SAMPLE_IDENTIFIER is that its position
644 * { u64 id; } && PERF_SAMPLE_IDENTIFIER
  /bionic/libc/kernel/uapi/linux/
perf_event.h 98 PERF_SAMPLE_IDENTIFIER = 1U << 16,
  /external/kernel-headers/original/uapi/linux/
perf_event.h 140 PERF_SAMPLE_IDENTIFIER = 1U << 16,
674 * { u64 id; } && PERF_SAMPLE_IDENTIFIER
677 * Note that PERF_SAMPLE_IDENTIFIER duplicates PERF_SAMPLE_ID. The
678 * advantage of PERF_SAMPLE_IDENTIFIER is that its position is fixed
770 * # Note that PERF_SAMPLE_IDENTIFIER duplicates PERF_SAMPLE_ID.
771 * # The advantage of PERF_SAMPLE_IDENTIFIER is that its position
775 * { u64 id; } && PERF_SAMPLE_IDENTIFIER

Completed in 142 milliseconds