Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
Dperf_event.h128 PERF_SAMPLE_ID = 1U << 6, enumerator
/external/kernel-headers/original/uapi/linux/
Dperf_event.h128 PERF_SAMPLE_ID = 1U << 6, enumerator
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Devsel.c66 if (!(sample_type & PERF_SAMPLE_ID)) in __perf_evsel__calc_id_pos()
99 if (!(sample_type & PERF_SAMPLE_ID)) in __perf_evsel__calc_is_pos()
1195 if (type & PERF_SAMPLE_ID) { in perf_evsel__parse_id_sample()
1310 if (type & PERF_SAMPLE_ID) { in perf_evsel__parse_sample()
1495 if (type & PERF_SAMPLE_ID) in perf_event__sample_event_size()
1618 if (type & PERF_SAMPLE_ID) { in perf_event__synthesize_sample()
Devent.h68 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | \
Devlist.c886 if (sample_type & PERF_SAMPLE_ID) in perf_evlist__id_hdr_size()
Dpython.c1000 { "SAMPLE_ID", PERF_SAMPLE_ID },
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dsample-parsing.c47 if (type & PERF_SAMPLE_ID) in samples_same()
/external/chromium_org/v8/tools/
Dll_prof.py589 PERF_SAMPLE_ID = 1 << 6 variable
603 ("id", "u64", PERF_SAMPLE_ID),