/external/strace/xlat/ |
D | perf_event_sample_format.h | 13 #if defined(PERF_SAMPLE_TID) || (defined(HAVE_DECL_PERF_SAMPLE_TID) && HAVE_DECL_PERF_SAMPLE_TID) 15 static_assert((PERF_SAMPLE_TID) == (1 << 1), "PERF_SAMPLE_TID != 1 << 1"); 18 # define PERF_SAMPLE_TID 1 << 1 158 XLAT(PERF_SAMPLE_TID),
|
D | perf_event_sample_format.in | 2 PERF_SAMPLE_TID 1 << 1
|
/external/perf_data_converter/src/quipper/ |
D | sample_info_reader_test.cc | 23 PERF_SAMPLE_TID | // * in TEST() 88 PERF_SAMPLE_TID | // * in TEST() 145 PERF_SAMPLE_TID | // * 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 | 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() 797 PERF_SAMPLE_TID | // * in TEST() 944 PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST() 1219 PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST() 1224 PERF_SAMPLE_IP | PERF_SAMPLE_TID | in TEST() 1310 testing::ExamplePerfFileAttr_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST() 1377 PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ID, in TEST() 1439 testing::ExamplePerfFileAttr_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST() 1487 testing::ExamplePerfEventAttrEvent_Hardware(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 | 186 if (sample_fields & PERF_SAMPLE_TID) { in ReadPerfSampleFromData() 369 if (sample_fields & PERF_SAMPLE_TID) { in WritePerfSampleToData() 572 mask = PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ID | in GetSampleFieldsForEventType()
|
D | perf_serializer_test.cc | 451 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST() 561 PERF_SAMPLE_TID | PERF_SAMPLE_TIME, true /*sample_id_all*/) in TEST() 692 PERF_SAMPLE_TID | PERF_SAMPLE_TIME, true /*sample_id_all*/) in TEST() 802 PERF_SAMPLE_TID | PERF_SAMPLE_TIME, true /*sample_id_all*/) in TEST()
|
D | perf_serializer.cc | 355 if (sample_type & PERF_SAMPLE_TID) { in SerializeSampleEvent() 718 if (sample_type & PERF_SAMPLE_TID) { in SerializeSampleInfo() 1034 if (sample_type & PERF_SAMPLE_TID) new_sample_event_id_pos++; in UpdateEventIdPositions()
|
D | test_perf_data.cc | 214 attr.sample_type = (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | in WriteTo()
|
/external/syzkaller/sys/linux/ |
D | perf_amd64.const | 60 PERF_SAMPLE_TID = 2
|
D | perf_386.const | 60 PERF_SAMPLE_TID = 2
|
D | perf_ppc64le.const | 60 PERF_SAMPLE_TID = 2
|
D | perf_arm64.const | 60 PERF_SAMPLE_TID = 2
|
D | perf_arm.const | 60 PERF_SAMPLE_TID = 2
|
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 | 123 PERF_SAMPLE_TID = 1U << 1, enumerator
|
D | perf_internals.h | 165 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
|
/external/v8/tools/ |
D | ll_prof.py | 545 PERF_SAMPLE_TID = 1 << 1 variable 560 ("pid", "u32", PERF_SAMPLE_TID), 561 ("tid", "u32", PERF_SAMPLE_TID),
|
/external/kernel-headers/original/uapi/linux/ |
D | perf_event.h | 125 PERF_SAMPLE_TID = 1U << 1, enumerator
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | ztypes_linux_s390x.go | 1032 PERF_SAMPLE_TID = 0x2 const
|
D | ztypes_linux_386.go | 1009 PERF_SAMPLE_TID = 0x2 const
|
D | ztypes_linux_mips.go | 1001 PERF_SAMPLE_TID = 0x2 const
|
D | ztypes_linux_amd64.go | 1027 PERF_SAMPLE_TID = 0x2 const
|
D | ztypes_linux_ppc64.go | 1016 PERF_SAMPLE_TID = 0x2 const
|