Searched refs:PERF_SAMPLE_ID (Results 1 – 11 of 11) sorted by relevance
/external/linux-tools-perf/util/ |
D | evsel.c | 319 if (type & PERF_SAMPLE_ID) { in perf_event__parse_id_sample() 392 if (type & PERF_SAMPLE_ID) { in perf_event__parse_sample()
|
D | event.h | 63 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | \
|
D | python.c | 837 { "SAMPLE_ID", PERF_SAMPLE_ID },
|
D | session.c | 101 if (sample_type & PERF_SAMPLE_ID) in perf_session__id_header_size()
|
/external/v8/tools/ |
D | ll_prof.py | 568 PERF_SAMPLE_ID = 1 << 6 variable 581 ("id", "u64", PERF_SAMPLE_ID),
|
/external/chromium_org/v8/tools/ |
D | ll_prof.py | 588 PERF_SAMPLE_ID = 1 << 6 variable 602 ("id", "u64", PERF_SAMPLE_ID),
|
/external/kernel-headers/original/linux/ |
D | perf_event.h | 123 PERF_SAMPLE_ID = 1U << 6, enumerator
|
/external/linux-tools-perf/ |
D | builtin-test.c | 468 .sample_type = PERF_SAMPLE_ID, in test__basic_mmap()
|
D | builtin-record.c | 174 attr->sample_type |= PERF_SAMPLE_ID; in config_attr()
|
D | builtin-top.c | 895 attr->sample_type |= PERF_SAMPLE_ID; in start_counters()
|
/external/linux-tools-perf/util/include/linux/added/ |
D | perf_event.h | 133 PERF_SAMPLE_ID = 1U << 6, enumerator
|