Searched refs:PERF_SAMPLE_ID (Results 1 – 25 of 28) sorted by relevance
12
/external/strace/xlat/ |
D | perf_event_sample_format.h | 48 #if defined(PERF_SAMPLE_ID) || (defined(HAVE_DECL_PERF_SAMPLE_ID) && HAVE_DECL_PERF_SAMPLE_ID) 50 static_assert((PERF_SAMPLE_ID) == (1 << 6), "PERF_SAMPLE_ID != 1 << 6"); 53 # define PERF_SAMPLE_ID 1 << 6 163 XLAT(PERF_SAMPLE_ID),
|
D | perf_event_sample_format.in | 7 PERF_SAMPLE_ID 1 << 6
|
/external/perf_data_converter/src/quipper/ |
D | sample_info_reader_test.cc | 26 PERF_SAMPLE_ID | // * in TEST() 91 PERF_SAMPLE_ID | // * in TEST() 148 PERF_SAMPLE_ID | // * in TEST()
|
D | sample_info_reader.cc | 202 if (sample_fields & PERF_SAMPLE_ID) { in ReadPerfSampleFromData() 386 if (sample_fields & PERF_SAMPLE_ID) { in WritePerfSampleToData() 572 mask = PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ID | in GetSampleFieldsForEventType()
|
D | perf_reader_test.cc | 506 PERF_SAMPLE_TIME | PERF_SAMPLE_ID | in TEST() 570 PERF_SAMPLE_ID | PERF_SAMPLE_PERIOD | in TEST() 720 const u64 sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ | PERF_SAMPLE_ID; in TEST() 800 PERF_SAMPLE_ID | // * in TEST() 1377 PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ID, in TEST()
|
D | perf_serializer.cc | 362 if ((sample_type & PERF_SAMPLE_ID) || (sample_type & PERF_SAMPLE_IDENTIFIER)) in SerializeSampleEvent() 724 if ((sample_type & PERF_SAMPLE_ID) || (sample_type & PERF_SAMPLE_IDENTIFIER)) in SerializeSampleInfo() 1030 } else if (sample_type & PERF_SAMPLE_ID) { in UpdateEventIdPositions()
|
/external/syzkaller/sys/linux/ |
D | perf_amd64.const | 49 PERF_SAMPLE_ID = 64
|
D | perf_386.const | 49 PERF_SAMPLE_ID = 64
|
D | perf_ppc64le.const | 49 PERF_SAMPLE_ID = 64
|
D | perf_arm64.const | 49 PERF_SAMPLE_ID = 64
|
D | perf_arm.const | 49 PERF_SAMPLE_ID = 64
|
D | perf.txt | 29 …PLE_TIME, PERF_SAMPLE_ADDR, PERF_SAMPLE_READ, PERF_SAMPLE_CALLCHAIN, PERF_SAMPLE_ID, PERF_SAMPLE_C…
|
/external/ltp/testcases/cve/ |
D | cve-2015-3290.c | 350 PERF_SAMPLE_ID|PERF_SAMPLE_PERIOD, in child_thread()
|
/external/perf_data_converter/src/quipper/kernel/ |
D | perf_event.h | 128 PERF_SAMPLE_ID = 1U << 6, enumerator
|
D | perf_internals.h | 166 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_CPU | \
|
/external/kernel-headers/original/uapi/linux/ |
D | perf_event.h | 130 PERF_SAMPLE_ID = 1U << 6, enumerator
|
/external/v8/tools/ |
D | ll_prof.py | 550 PERF_SAMPLE_ID = 1 << 6 variable 564 ("id", "u64", PERF_SAMPLE_ID),
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | ztypes_linux_s390x.go | 1037 PERF_SAMPLE_ID = 0x40 const
|
D | ztypes_linux_386.go | 1014 PERF_SAMPLE_ID = 0x40 const
|
D | ztypes_linux_mips.go | 1006 PERF_SAMPLE_ID = 0x40 const
|
D | ztypes_linux_amd64.go | 1032 PERF_SAMPLE_ID = 0x40 const
|
D | ztypes_linux_ppc64.go | 1021 PERF_SAMPLE_ID = 0x40 const
|
D | ztypes_linux_mips64.go | 1013 PERF_SAMPLE_ID = 0x40 const
|
D | ztypes_linux_mipsle.go | 1006 PERF_SAMPLE_ID = 0x40 const
|
D | ztypes_linux_arm.go | 1002 PERF_SAMPLE_ID = 0x40 const
|
12