Searched refs:PERF_SAMPLE_WEIGHT (Results 1 - 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dperf_event.h136 PERF_SAMPLE_WEIGHT = 1U << 14, enumerator in enum:perf_event_sample_format
680 * { u64 weight; } && PERF_SAMPLE_WEIGHT
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
H A Dperf_event.h136 PERF_SAMPLE_WEIGHT = 1U << 14, enumerator in enum:perf_event_sample_format
657 * { u64 weight; } && PERF_SAMPLE_WEIGHT
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dsample-parsing.c118 if (type & PERF_SAMPLE_WEIGHT)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devsel.c678 attr->sample_type |= PERF_SAMPLE_WEIGHT;
1459 if (type & PERF_SAMPLE_WEIGHT) {
1558 if (type & PERF_SAMPLE_WEIGHT)
1727 if (type & PERF_SAMPLE_WEIGHT) {
H A Dsession.c857 if (sample_type & PERF_SAMPLE_WEIGHT)

Completed in 218 milliseconds