Searched refs:PERF_SAMPLE_ADDR (Results 1 – 25 of 27) sorted by relevance
12
/external/strace/xlat/ |
D | perf_event_sample_format.h | 27 #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),
|
D | perf_event_sample_format.in | 4 PERF_SAMPLE_ADDR 1 << 3
|
/external/perf_data_converter/src/quipper/ |
D | sample_info_reader_test.cc | 25 PERF_SAMPLE_ADDR | in TEST() 90 PERF_SAMPLE_ADDR | in TEST() 147 PERF_SAMPLE_ADDR | in TEST()
|
D | sample_info_reader.cc | 197 if (sample_fields & PERF_SAMPLE_ADDR) { in ReadPerfSampleFromData() 381 if (sample_fields & PERF_SAMPLE_ADDR) { in WritePerfSampleToData()
|
D | perf_serializer.cc | 361 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()
|
D | perf_reader_test.cc | 568 PERF_SAMPLE_ADDR | PERF_SAMPLE_READ | in TEST() 799 PERF_SAMPLE_ADDR | in TEST()
|
/external/syzkaller/sys/linux/ |
D | perf_amd64.const | 26 PERF_SAMPLE_ADDR = 8
|
D | perf_386.const | 26 PERF_SAMPLE_ADDR = 8
|
D | perf_ppc64le.const | 26 PERF_SAMPLE_ADDR = 8
|
D | perf_arm64.const | 26 PERF_SAMPLE_ADDR = 8
|
D | perf_arm.const | 26 PERF_SAMPLE_ADDR = 8
|
D | perf.txt | 29 perf_sample_type = PERF_SAMPLE_IP, PERF_SAMPLE_TID, PERF_SAMPLE_TIME, PERF_SAMPLE_ADDR, PERF_SAMPLE…
|
/external/perf_data_converter/src/quipper/kernel/ |
D | perf_event.h | 125 PERF_SAMPLE_ADDR = 1U << 3, enumerator
|
D | perf_internals.h | 165 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
|
/external/kernel-headers/original/uapi/linux/ |
D | perf_event.h | 127 PERF_SAMPLE_ADDR = 1U << 3, enumerator
|
/external/v8/tools/ |
D | ll_prof.py | 547 PERF_SAMPLE_ADDR = 1 << 3 variable 563 ("addr", "u64", PERF_SAMPLE_ADDR),
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | ztypes_linux_s390x.go | 1034 PERF_SAMPLE_ADDR = 0x8 const
|
D | ztypes_linux_386.go | 1011 PERF_SAMPLE_ADDR = 0x8 const
|
D | ztypes_linux_mips.go | 1003 PERF_SAMPLE_ADDR = 0x8 const
|
D | ztypes_linux_amd64.go | 1029 PERF_SAMPLE_ADDR = 0x8 const
|
D | ztypes_linux_ppc64.go | 1018 PERF_SAMPLE_ADDR = 0x8 const
|
D | ztypes_linux_mips64.go | 1010 PERF_SAMPLE_ADDR = 0x8 const
|
D | ztypes_linux_mipsle.go | 1003 PERF_SAMPLE_ADDR = 0x8 const
|
D | ztypes_linux_arm.go | 999 PERF_SAMPLE_ADDR = 0x8 const
|
D | ztypes_linux_arm64.go | 1008 PERF_SAMPLE_ADDR = 0x8 const
|
12