HomeSort by relevance Sort by last modified time
    Searched refs:PERF_SAMPLE_STREAM_ID (Results 1 - 21 of 21) sorted by null

  /external/strace/xlat/
perf_event_sample_format.h 69 #if defined(PERF_SAMPLE_STREAM_ID) || (defined(HAVE_DECL_PERF_SAMPLE_STREAM_ID) && HAVE_DECL_PERF_SAMPLE_STREAM_ID)
71 static_assert((PERF_SAMPLE_STREAM_ID) == (1 << 9), "PERF_SAMPLE_STREAM_ID != 1 << 9");
74 # define PERF_SAMPLE_STREAM_ID 1 << 9
166 XLAT(PERF_SAMPLE_STREAM_ID),
  /external/perf_data_converter/src/quipper/
sample_info_reader_test.cc 27 PERF_SAMPLE_STREAM_ID | // *
92 PERF_SAMPLE_STREAM_ID | // *
149 PERF_SAMPLE_STREAM_ID | // *
sample_info_reader.cc 206 // { u64 stream_id;} && PERF_SAMPLE_STREAM_ID
207 if (sample_fields & PERF_SAMPLE_STREAM_ID) {
390 // { u64 stream_id;} && PERF_SAMPLE_STREAM_ID
391 if (sample_fields & PERF_SAMPLE_STREAM_ID) {
573 PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER;
perf_serializer.cc 364 if (sample_type & PERF_SAMPLE_STREAM_ID)
727 if (sample_type & PERF_SAMPLE_STREAM_ID)
    [all...]
perf_reader_test.cc 571 PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_BRANCH_STACK;
801 PERF_SAMPLE_STREAM_ID | // *
    [all...]
  /external/perf_data_converter/src/quipper/kernel/
perf_event.h 131 PERF_SAMPLE_STREAM_ID = 1U << 9,
541 * { u64 stream_id;} && PERF_SAMPLE_STREAM_ID
650 * { u64 stream_id;} && PERF_SAMPLE_STREAM_ID
perf_internals.h 166 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_CPU | \
  /bionic/libc/kernel/uapi/linux/
perf_event.h 91 PERF_SAMPLE_STREAM_ID = 1U << 9,
  /external/kernel-headers/original/uapi/linux/
perf_event.h 133 PERF_SAMPLE_STREAM_ID = 1U << 9,
718 * { u64 stream_id;} && PERF_SAMPLE_STREAM_ID
827 * { u64 stream_id;} && PERF_SAMPLE_STREAM_ID
    [all...]
  /external/v8/tools/
ll_prof.py 553 PERF_SAMPLE_STREAM_ID = 1 << 9
565 ("stream_id", "u64", PERF_SAMPLE_STREAM_ID),
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
ztypes_linux_386.go 1017 PERF_SAMPLE_STREAM_ID = 0x200
    [all...]
ztypes_linux_amd64.go 1035 PERF_SAMPLE_STREAM_ID = 0x200
    [all...]
ztypes_linux_arm.go 1005 PERF_SAMPLE_STREAM_ID = 0x200
    [all...]
ztypes_linux_arm64.go 1014 PERF_SAMPLE_STREAM_ID = 0x200
    [all...]
ztypes_linux_mips.go 1009 PERF_SAMPLE_STREAM_ID = 0x200
    [all...]
ztypes_linux_mips64.go 1016 PERF_SAMPLE_STREAM_ID = 0x200
    [all...]
ztypes_linux_mips64le.go 1016 PERF_SAMPLE_STREAM_ID = 0x200
    [all...]
ztypes_linux_mipsle.go 1009 PERF_SAMPLE_STREAM_ID = 0x200
    [all...]
ztypes_linux_ppc64.go 1024 PERF_SAMPLE_STREAM_ID = 0x200
    [all...]
ztypes_linux_ppc64le.go 1024 PERF_SAMPLE_STREAM_ID = 0x200
    [all...]
ztypes_linux_s390x.go 1040 PERF_SAMPLE_STREAM_ID = 0x200
    [all...]

Completed in 96 milliseconds