/external/strace/xlat/ |
D | perf_event_sample_format.h | 6 #if defined(PERF_SAMPLE_IP) || (defined(HAVE_DECL_PERF_SAMPLE_IP) && HAVE_DECL_PERF_SAMPLE_IP) 8 static_assert((PERF_SAMPLE_IP) == (1 << 0), "PERF_SAMPLE_IP != 1 << 0"); 11 # define PERF_SAMPLE_IP 1 << 0 157 XLAT(PERF_SAMPLE_IP),
|
D | perf_event_sample_format.in | 1 PERF_SAMPLE_IP 1 << 0
|
/external/perf_data_converter/src/quipper/ |
D | sample_info_reader_test.cc | 22 PERF_SAMPLE_IP | in TEST() 87 PERF_SAMPLE_IP | in TEST() 144 PERF_SAMPLE_IP | in TEST() 214 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_READ; in TEST() 266 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_READ; in TEST() 306 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_READ; in TEST() 344 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_READ; in TEST()
|
D | perf_reader_test.cc | 39 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP, in TEST() 89 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP, in TEST() 159 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP, in TEST() 214 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP, in TEST() 267 testing::ExamplePerfFileAttr_Hardware(PERF_SAMPLE_IP, false /*sample_id_all*/) in TEST() 505 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | in TEST() 567 const u64 sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | in TEST() 720 const u64 sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ | PERF_SAMPLE_ID; in TEST() 796 PERF_SAMPLE_IP | in TEST() 944 PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST() [all …]
|
D | perf_parser_test.cc | 360 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST() 522 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST() 671 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST() 811 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST() 894 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST() 984 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST() 1068 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST() 1170 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST() 1254 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST() 1368 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST() [all …]
|
D | sample_info_reader.cc | 181 if (sample_fields & PERF_SAMPLE_IP) { in ReadPerfSampleFromData() 364 if (sample_fields & PERF_SAMPLE_IP) { in WritePerfSampleToData()
|
D | perf_serializer_test.cc | 451 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST() 518 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP, in TEST()
|
D | test_perf_data.cc | 214 attr.sample_type = (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | in WriteTo()
|
D | perf_serializer.cc | 354 if (sample_type & PERF_SAMPLE_IP) sample->set_ip(sample_info.ip); in SerializeSampleEvent() 1033 if (sample_type & PERF_SAMPLE_IP) new_sample_event_id_pos++; in UpdateEventIdPositions()
|
/external/syzkaller/sys/linux/ |
D | perf_amd64.const | 51 PERF_SAMPLE_IP = 1
|
D | perf_386.const | 51 PERF_SAMPLE_IP = 1
|
D | perf_ppc64le.const | 51 PERF_SAMPLE_IP = 1
|
D | perf_arm64.const | 51 PERF_SAMPLE_IP = 1
|
D | perf_arm.const | 51 PERF_SAMPLE_IP = 1
|
D | perf.txt | 29 perf_sample_type = PERF_SAMPLE_IP, PERF_SAMPLE_TID, PERF_SAMPLE_TIME, PERF_SAMPLE_ADDR, PERF_SAMPLE…
|
/external/ltp/testcases/cve/ |
D | cve-2015-3290.c | 348 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID| in child_thread()
|
/external/perf_data_converter/src/quipper/kernel/ |
D | perf_event.h | 122 PERF_SAMPLE_IP = 1U << 0, 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 | 124 PERF_SAMPLE_IP = 1U << 0, enumerator
|
/external/v8/tools/ |
D | ll_prof.py | 544 PERF_SAMPLE_IP = 1 << 0 variable 559 ("ip", "u64", PERF_SAMPLE_IP),
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | ztypes_linux_s390x.go | 1031 PERF_SAMPLE_IP = 0x1 const
|
D | ztypes_linux_386.go | 1008 PERF_SAMPLE_IP = 0x1 const
|
D | ztypes_linux_mips.go | 1000 PERF_SAMPLE_IP = 0x1 const
|
D | ztypes_linux_amd64.go | 1026 PERF_SAMPLE_IP = 0x1 const
|
D | ztypes_linux_ppc64.go | 1015 PERF_SAMPLE_IP = 0x1 const
|