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

  /bionic/libc/kernel/common/linux/
perf_event.h 97 PERF_SAMPLE_ID = 1U << 6,
  /external/linux-tools-perf/util/
event.h 63 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | \
evsel.c 70 evsel->sample_id = xyarray__new(ncpus, nthreads, sizeof(struct perf_sample_id));
319 if (type & PERF_SAMPLE_ID) {
392 if (type & PERF_SAMPLE_ID) {
python.c 837 { "SAMPLE_ID", PERF_SAMPLE_ID },
session.c 101 if (sample_type & PERF_SAMPLE_ID)
    [all...]
  /external/v8/tools/
ll_prof.py 568 PERF_SAMPLE_ID = 1 << 6
581 ("id", "u64", PERF_SAMPLE_ID),
  /external/kernel-headers/original/linux/
perf_event.h 123 PERF_SAMPLE_ID = 1U << 6,
412 * { u64 id; } && PERF_SAMPLE_ID
  /external/linux-tools-perf/
builtin-record.c 174 attr->sample_type |= PERF_SAMPLE_ID;
builtin-test.c 448 * It will receive the events, using mmap, use its PERF_SAMPLE_ID generated
468 .sample_type = PERF_SAMPLE_ID,
builtin-top.c 895 attr->sample_type |= PERF_SAMPLE_ID;
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 133 PERF_SAMPLE_ID = 1U << 6,
439 * { u64 id; } && PERF_SAMPLE_ID
  /external/chromium_org/v8/tools/
ll_prof.py 588 PERF_SAMPLE_ID = 1 << 6
602 ("id", "u64", PERF_SAMPLE_ID),
    [all...]

Completed in 110 milliseconds