Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/
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 …]
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_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/strace/xlat/
Dperf_event_sample_format.h2 #if !(defined(PERF_SAMPLE_IP) || (defined(HAVE_DECL_PERF_SAMPLE_IP) && HAVE_DECL_PERF_SAMPLE_IP))
3 # define PERF_SAMPLE_IP 1 << 0 macro
71 XLAT(PERF_SAMPLE_IP),
Dperf_event_sample_format.in1 PERF_SAMPLE_IP 1 << 0
/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),