HomeSort by relevance Sort by last modified time
    Searched full:perf_sample_id (Results 1 - 14 of 14) sorted by null

  /external/linux-tools-perf/util/
evsel.h 40 * Per fd, to map back from PERF_SAMPLE_ID to evsel, only used when there are
43 struct perf_sample_id { struct
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) {
evlist.c 121 struct perf_sample_id *sid = SID(evsel, cpu, thread);
160 struct perf_sample_id *sid;
header.c 932 * for allocating the perf_sample_id table we fake 1 cpu and
1055 * for allocating the perf_sample_id table we fake 1 cpu and
python.c 837 { "SAMPLE_ID", PERF_SAMPLE_ID },
session.c 101 if (sample_type & PERF_SAMPLE_ID)
    [all...]
  /external/linux-tools-perf/
builtin-test.c 448 * It will receive the events, using mmap, use its PERF_SAMPLE_ID generated
468 .sample_type = PERF_SAMPLE_ID,
builtin-record.c 174 attr->sample_type |= PERF_SAMPLE_ID;
builtin-top.c 895 attr->sample_type |= PERF_SAMPLE_ID;
  /bionic/libc/kernel/common/linux/
perf_event.h 97 PERF_SAMPLE_ID = 1U << 6,
  /external/kernel-headers/original/linux/
perf_event.h 123 PERF_SAMPLE_ID = 1U << 6,
412 * { u64 id; } && 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/v8/tools/
ll_prof.py 568 PERF_SAMPLE_ID = 1 << 6
581 ("id", "u64", PERF_SAMPLE_ID),

Completed in 698 milliseconds