Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_ADDR (Results 1 – 25 of 27) sorted by relevance

12

/external/strace/xlat/
Dperf_event_sample_format.h27 #if defined(PERF_SAMPLE_ADDR) || (defined(HAVE_DECL_PERF_SAMPLE_ADDR) && HAVE_DECL_PERF_SAMPLE_ADDR)
29 static_assert((PERF_SAMPLE_ADDR) == (1 << 3), "PERF_SAMPLE_ADDR != 1 << 3");
32 # define PERF_SAMPLE_ADDR 1 << 3
160 XLAT(PERF_SAMPLE_ADDR),
Dperf_event_sample_format.in4 PERF_SAMPLE_ADDR 1 << 3
/external/perf_data_converter/src/quipper/
Dsample_info_reader_test.cc25 PERF_SAMPLE_ADDR | in TEST()
90 PERF_SAMPLE_ADDR | in TEST()
147 PERF_SAMPLE_ADDR | in TEST()
Dsample_info_reader.cc197 if (sample_fields & PERF_SAMPLE_ADDR) { in ReadPerfSampleFromData()
381 if (sample_fields & PERF_SAMPLE_ADDR) { in WritePerfSampleToData()
Dperf_serializer.cc361 if (sample_type & PERF_SAMPLE_ADDR) sample->set_addr(sample_info.addr); in SerializeSampleEvent()
1036 if (sample_type & PERF_SAMPLE_ADDR) new_sample_event_id_pos++; in UpdateEventIdPositions()
Dperf_reader_test.cc568 PERF_SAMPLE_ADDR | PERF_SAMPLE_READ | in TEST()
799 PERF_SAMPLE_ADDR | in TEST()
/external/syzkaller/sys/linux/
Dperf_amd64.const26 PERF_SAMPLE_ADDR = 8
Dperf_386.const26 PERF_SAMPLE_ADDR = 8
Dperf_ppc64le.const26 PERF_SAMPLE_ADDR = 8
Dperf_arm64.const26 PERF_SAMPLE_ADDR = 8
Dperf_arm.const26 PERF_SAMPLE_ADDR = 8
Dperf.txt29 perf_sample_type = PERF_SAMPLE_IP, PERF_SAMPLE_TID, PERF_SAMPLE_TIME, PERF_SAMPLE_ADDR, PERF_SAMPLE…
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h125 PERF_SAMPLE_ADDR = 1U << 3, enumerator
Dperf_internals.h165 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
/external/kernel-headers/original/uapi/linux/
Dperf_event.h127 PERF_SAMPLE_ADDR = 1U << 3, enumerator
/external/v8/tools/
Dll_prof.py547 PERF_SAMPLE_ADDR = 1 << 3 variable
563 ("addr", "u64", PERF_SAMPLE_ADDR),
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1034 PERF_SAMPLE_ADDR = 0x8 const
Dztypes_linux_386.go1011 PERF_SAMPLE_ADDR = 0x8 const
Dztypes_linux_mips.go1003 PERF_SAMPLE_ADDR = 0x8 const
Dztypes_linux_amd64.go1029 PERF_SAMPLE_ADDR = 0x8 const
Dztypes_linux_ppc64.go1018 PERF_SAMPLE_ADDR = 0x8 const
Dztypes_linux_mips64.go1010 PERF_SAMPLE_ADDR = 0x8 const
Dztypes_linux_mipsle.go1003 PERF_SAMPLE_ADDR = 0x8 const
Dztypes_linux_arm.go999 PERF_SAMPLE_ADDR = 0x8 const
Dztypes_linux_arm64.go1008 PERF_SAMPLE_ADDR = 0x8 const

12