Searched refs:PERF_SAMPLE_STREAM_ID (Results 1 - 8 of 8) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dperf_event.h131 PERF_SAMPLE_STREAM_ID = 1U << 9, enumerator in enum:perf_event_sample_format
538 * { u64 stream_id;} && PERF_SAMPLE_STREAM_ID
647 * { u64 stream_id;} && PERF_SAMPLE_STREAM_ID
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
H A Dperf_event.h131 PERF_SAMPLE_STREAM_ID = 1U << 9, enumerator in enum:perf_event_sample_format
515 * { u64 stream_id;} && PERF_SAMPLE_STREAM_ID
624 * { u64 stream_id;} && PERF_SAMPLE_STREAM_ID
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dsample-parsing.c50 if (type & PERF_SAMPLE_STREAM_ID)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devent.h68 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | \
H A Devsel.c105 if (sample_type & PERF_SAMPLE_STREAM_ID)
1190 if (type & PERF_SAMPLE_STREAM_ID) {
1315 if (type & PERF_SAMPLE_STREAM_ID) {
1498 if (type & PERF_SAMPLE_STREAM_ID)
1623 if (type & PERF_SAMPLE_STREAM_ID) {
H A Devlist.c889 if (sample_type & PERF_SAMPLE_STREAM_ID)
H A Dpython.c1003 { "SAMPLE_STREAM_ID", PERF_SAMPLE_STREAM_ID },
/external/chromium_org/v8/tools/
H A Dll_prof.py591 PERF_SAMPLE_STREAM_ID = 1 << 9 variable
603 ("stream_id", "u64", PERF_SAMPLE_STREAM_ID),

Completed in 157 milliseconds