Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_WEIGHT (Results 1 – 13 of 13) sorted by relevance

/external/strace/xlat/
Dperf_event_sample_format.h104 #if defined(PERF_SAMPLE_WEIGHT) || (defined(HAVE_DECL_PERF_SAMPLE_WEIGHT) && HAVE_DECL_PERF_SAMPLE_…
106 static_assert((PERF_SAMPLE_WEIGHT) == (1 << 14), "PERF_SAMPLE_WEIGHT != 1 << 14");
109 # define PERF_SAMPLE_WEIGHT 1 << 14
171 XLAT(PERF_SAMPLE_WEIGHT),
Dperf_event_sample_format.in15 PERF_SAMPLE_WEIGHT 1 << 14
/external/syzkaller/sys/linux/
Dperf_amd64.const63 PERF_SAMPLE_WEIGHT = 16384
Dperf_386.const63 PERF_SAMPLE_WEIGHT = 16384
Dperf_ppc64le.const63 PERF_SAMPLE_WEIGHT = 16384
Dperf_arm64.const63 PERF_SAMPLE_WEIGHT = 16384
Dperf_arm.const63 PERF_SAMPLE_WEIGHT = 16384
Dperf.txt29 …AMPLE_BRANCH_STACK, PERF_SAMPLE_REGS_USER, PERF_SAMPLE_STACK_USER, PERF_SAMPLE_WEIGHT, PERF_SAMPLE…
/external/perf_data_converter/src/quipper/
Dsample_info_reader.cc302 if (sample_fields & PERF_SAMPLE_WEIGHT) { in ReadPerfSampleFromData()
498 if (sample_fields & PERF_SAMPLE_WEIGHT) { in WritePerfSampleToData()
Dsample_info_reader_test.cc30 PERF_SAMPLE_WEIGHT | in TEST()
Dperf_serializer.cc405 if (sample_type & PERF_SAMPLE_WEIGHT) sample->set_weight(sample_info.weight); in SerializeSampleEvent()
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h136 PERF_SAMPLE_WEIGHT = 1U << 14, enumerator
/external/kernel-headers/original/uapi/linux/
Dperf_event.h138 PERF_SAMPLE_WEIGHT = 1U << 14, enumerator