Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_ID (Results 1 – 11 of 11) sorted by relevance

/external/linux-tools-perf/util/
Devsel.c319 if (type & PERF_SAMPLE_ID) { in perf_event__parse_id_sample()
392 if (type & PERF_SAMPLE_ID) { in perf_event__parse_sample()
Devent.h63 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | \
Dpython.c837 { "SAMPLE_ID", PERF_SAMPLE_ID },
Dsession.c101 if (sample_type & PERF_SAMPLE_ID) in perf_session__id_header_size()
/external/v8/tools/
Dll_prof.py568 PERF_SAMPLE_ID = 1 << 6 variable
581 ("id", "u64", PERF_SAMPLE_ID),
/external/chromium_org/v8/tools/
Dll_prof.py588 PERF_SAMPLE_ID = 1 << 6 variable
602 ("id", "u64", PERF_SAMPLE_ID),
/external/kernel-headers/original/linux/
Dperf_event.h123 PERF_SAMPLE_ID = 1U << 6, enumerator
/external/linux-tools-perf/
Dbuiltin-test.c468 .sample_type = PERF_SAMPLE_ID, in test__basic_mmap()
Dbuiltin-record.c174 attr->sample_type |= PERF_SAMPLE_ID; in config_attr()
Dbuiltin-top.c895 attr->sample_type |= PERF_SAMPLE_ID; in start_counters()
/external/linux-tools-perf/util/include/linux/added/
Dperf_event.h133 PERF_SAMPLE_ID = 1U << 6, enumerator