Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_IP (Results 1 – 25 of 31) sorted by relevance

12

/external/strace/xlat/
Dperf_event_sample_format.h6 #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),
Dperf_event_sample_format.in1 PERF_SAMPLE_IP 1 << 0
/external/perf_data_converter/src/quipper/
Dsample_info_reader_test.cc22 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()
Dperf_reader_test.cc39 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 …]
Dperf_parser_test.cc360 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 …]
Dsample_info_reader.cc181 if (sample_fields & PERF_SAMPLE_IP) { in ReadPerfSampleFromData()
364 if (sample_fields & PERF_SAMPLE_IP) { in WritePerfSampleToData()
Dperf_serializer_test.cc451 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST()
518 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP, in TEST()
Dtest_perf_data.cc214 attr.sample_type = (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | in WriteTo()
Dperf_serializer.cc354 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/
Dperf_amd64.const51 PERF_SAMPLE_IP = 1
Dperf_386.const51 PERF_SAMPLE_IP = 1
Dperf_ppc64le.const51 PERF_SAMPLE_IP = 1
Dperf_arm64.const51 PERF_SAMPLE_IP = 1
Dperf_arm.const51 PERF_SAMPLE_IP = 1
Dperf.txt29 perf_sample_type = PERF_SAMPLE_IP, PERF_SAMPLE_TID, PERF_SAMPLE_TIME, PERF_SAMPLE_ADDR, PERF_SAMPLE…
/external/ltp/testcases/cve/
Dcve-2015-3290.c348 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID| in child_thread()
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h122 PERF_SAMPLE_IP = 1U << 0, enumerator
Dperf_internals.h165 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
/external/kernel-headers/original/uapi/linux/
Dperf_event.h124 PERF_SAMPLE_IP = 1U << 0, enumerator
/external/v8/tools/
Dll_prof.py544 PERF_SAMPLE_IP = 1 << 0 variable
559 ("ip", "u64", PERF_SAMPLE_IP),
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1031 PERF_SAMPLE_IP = 0x1 const
Dztypes_linux_386.go1008 PERF_SAMPLE_IP = 0x1 const
Dztypes_linux_mips.go1000 PERF_SAMPLE_IP = 0x1 const
Dztypes_linux_amd64.go1026 PERF_SAMPLE_IP = 0x1 const
Dztypes_linux_ppc64.go1015 PERF_SAMPLE_IP = 0x1 const

12