Searched refs:PERF_SAMPLE_TIME (Results 1 – 25 of 32) sorted by relevance
12
/external/strace/xlat/ |
D | perf_event_sample_format.h | 20 #if defined(PERF_SAMPLE_TIME) || (defined(HAVE_DECL_PERF_SAMPLE_TIME) && HAVE_DECL_PERF_SAMPLE_TIME) 22 static_assert((PERF_SAMPLE_TIME) == (1 << 2), "PERF_SAMPLE_TIME != 1 << 2"); 25 # define PERF_SAMPLE_TIME 1 << 2 159 XLAT(PERF_SAMPLE_TIME),
|
D | perf_event_sample_format.in | 3 PERF_SAMPLE_TIME 1 << 2
|
/external/perf_data_converter/src/quipper/ |
D | sample_info_reader_test.cc | 24 PERF_SAMPLE_TIME | // * in TEST() 89 PERF_SAMPLE_TIME | // * in TEST() 146 PERF_SAMPLE_TIME | // * in TEST()
|
D | sample_info_reader.cc | 192 if (sample_fields & PERF_SAMPLE_TIME) { in ReadPerfSampleFromData() 376 if (sample_fields & PERF_SAMPLE_TIME) { in WritePerfSampleToData() 572 mask = PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ID | in GetSampleFieldsForEventType()
|
D | perf_serializer_test.cc | 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_reader_test.cc | 506 PERF_SAMPLE_TIME | PERF_SAMPLE_ID | in TEST() 567 const u64 sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | in TEST() 798 PERF_SAMPLE_TIME | // * in TEST() 1225 PERF_SAMPLE_TIME, in TEST()
|
D | perf_serializer.cc | 359 if (sample_type & PERF_SAMPLE_TIME) in SerializeSampleEvent() 722 if (sample_type & PERF_SAMPLE_TIME) in SerializeSampleInfo() 1035 if (sample_type & PERF_SAMPLE_TIME) 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 | 61 PERF_SAMPLE_TIME = 4
|
D | perf_386.const | 61 PERF_SAMPLE_TIME = 4
|
D | perf_ppc64le.const | 61 PERF_SAMPLE_TIME = 4
|
D | perf_arm64.const | 61 PERF_SAMPLE_TIME = 4
|
D | perf_arm.const | 61 PERF_SAMPLE_TIME = 4
|
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 | 349 PERF_SAMPLE_TIME|PERF_SAMPLE_CALLCHAIN| in child_thread()
|
/external/perf_data_converter/src/quipper/kernel/ |
D | perf_event.h | 124 PERF_SAMPLE_TIME = 1U << 2, enumerator
|
D | perf_internals.h | 165 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
|
/external/kernel-headers/original/uapi/linux/ |
D | perf_event.h | 126 PERF_SAMPLE_TIME = 1U << 2, enumerator
|
/external/v8/tools/ |
D | ll_prof.py | 546 PERF_SAMPLE_TIME = 1 << 2 variable 562 ("time", "u64", PERF_SAMPLE_TIME),
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | ztypes_linux_s390x.go | 1033 PERF_SAMPLE_TIME = 0x4 const
|
D | ztypes_linux_386.go | 1010 PERF_SAMPLE_TIME = 0x4 const
|
D | ztypes_linux_mips.go | 1002 PERF_SAMPLE_TIME = 0x4 const
|
D | ztypes_linux_amd64.go | 1028 PERF_SAMPLE_TIME = 0x4 const
|
D | ztypes_linux_ppc64.go | 1017 PERF_SAMPLE_TIME = 0x4 const
|
D | ztypes_linux_mips64.go | 1009 PERF_SAMPLE_TIME = 0x4 const
|
12