Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dperf_event_sample_format.h13 #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),
Dperf_event_sample_format.in2 PERF_SAMPLE_TID 1 << 1
/external/perf_data_converter/src/quipper/
Dsample_info_reader_test.cc23 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()
Dperf_reader_test.cc505 .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 …]
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.cc186 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()
Dperf_serializer_test.cc451 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()
Dperf_serializer.cc355 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()
Dtest_perf_data.cc214 attr.sample_type = (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | in WriteTo()
/external/syzkaller/sys/linux/
Dperf_amd64.const60 PERF_SAMPLE_TID = 2
Dperf_386.const60 PERF_SAMPLE_TID = 2
Dperf_ppc64le.const60 PERF_SAMPLE_TID = 2
Dperf_arm64.const60 PERF_SAMPLE_TID = 2
Dperf_arm.const60 PERF_SAMPLE_TID = 2
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.h123 PERF_SAMPLE_TID = 1U << 1, enumerator
Dperf_internals.h165 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
/external/v8/tools/
Dll_prof.py545 PERF_SAMPLE_TID = 1 << 1 variable
560 ("pid", "u32", PERF_SAMPLE_TID),
561 ("tid", "u32", PERF_SAMPLE_TID),
/external/kernel-headers/original/uapi/linux/
Dperf_event.h125 PERF_SAMPLE_TID = 1U << 1, enumerator
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1032 PERF_SAMPLE_TID = 0x2 const
Dztypes_linux_386.go1009 PERF_SAMPLE_TID = 0x2 const
Dztypes_linux_mips.go1001 PERF_SAMPLE_TID = 0x2 const
Dztypes_linux_amd64.go1027 PERF_SAMPLE_TID = 0x2 const
Dztypes_linux_ppc64.go1016 PERF_SAMPLE_TID = 0x2 const

12