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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
perf_event.h 123 PERF_SAMPLE_STREAM_ID = 1U << 9,
384 * { u64 stream_id;} && PERF_SAMPLE_STREAM_ID
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
perf_event.h 123 PERF_SAMPLE_STREAM_ID = 1U << 9,
384 * { u64 stream_id;} && PERF_SAMPLE_STREAM_ID
  /bionic/libc/kernel/uapi/linux/
perf_event.h 107 PERF_SAMPLE_STREAM_ID = 1U << 9,
  /development/ndk/platforms/android-L/include/linux/
perf_event.h 106 PERF_SAMPLE_STREAM_ID = 1U << 9,
  /external/kernel-headers/original/uapi/linux/
perf_event.h 131 PERF_SAMPLE_STREAM_ID = 1U << 9,
538 * { u64 stream_id;} && PERF_SAMPLE_STREAM_ID
647 * { u64 stream_id;} && PERF_SAMPLE_STREAM_ID
  /external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
perf_event.h 131 PERF_SAMPLE_STREAM_ID = 1U << 9,
515 * { u64 stream_id;} && PERF_SAMPLE_STREAM_ID
624 * { u64 stream_id;} && PERF_SAMPLE_STREAM_ID
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
sample-parsing.c 50 if (type & PERF_SAMPLE_STREAM_ID)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
event.h 68 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | \
evsel.c 105 if (sample_type & PERF_SAMPLE_STREAM_ID)
1190 if (type & PERF_SAMPLE_STREAM_ID) {
1315 if (type & PERF_SAMPLE_STREAM_ID) {
    [all...]
evlist.c 889 if (sample_type & PERF_SAMPLE_STREAM_ID)
python.c 1003 { "SAMPLE_STREAM_ID", PERF_SAMPLE_STREAM_ID },
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
perf_event.h 107 PERF_SAMPLE_STREAM_ID = 1U << 9,
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
perf_event.h 107 PERF_SAMPLE_STREAM_ID = 1U << 9,
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
perf_event.h 107 PERF_SAMPLE_STREAM_ID = 1U << 9,
  /external/chromium_org/v8/tools/
ll_prof.py 591 PERF_SAMPLE_STREAM_ID = 1 << 9
603 ("stream_id", "u64", PERF_SAMPLE_STREAM_ID),
    [all...]

Completed in 292 milliseconds