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

  /bionic/libc/kernel/common/linux/
perf_event.h 101 PERF_SAMPLE_STREAM_ID = 1U << 9,
  /external/linux-tools-perf/util/
event.h 63 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | \
evsel.c 314 if (type & PERF_SAMPLE_STREAM_ID) {
397 if (type & PERF_SAMPLE_STREAM_ID) {
python.c 840 { "SAMPLE_STREAM_ID", PERF_SAMPLE_STREAM_ID },
session.c 104 if (sample_type & PERF_SAMPLE_STREAM_ID)
    [all...]
  /external/v8/tools/
ll_prof.py 571 PERF_SAMPLE_STREAM_ID = 1 << 9
582 ("stream_id", "u64", PERF_SAMPLE_STREAM_ID),
  /external/kernel-headers/original/linux/
perf_event.h 126 PERF_SAMPLE_STREAM_ID = 1U << 9,
413 * { u64 stream_id;} && PERF_SAMPLE_STREAM_ID
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 136 PERF_SAMPLE_STREAM_ID = 1U << 9,
440 * { u64 stream_id;} && PERF_SAMPLE_STREAM_ID

Completed in 764 milliseconds