Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_TIME (Results 1 – 25 of 32) sorted by relevance

12

/external/strace/xlat/
Dperf_event_sample_format.h20 #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),
Dperf_event_sample_format.in3 PERF_SAMPLE_TIME 1 << 2
/external/perf_data_converter/src/quipper/
Dsample_info_reader_test.cc24 PERF_SAMPLE_TIME | // * in TEST()
89 PERF_SAMPLE_TIME | // * in TEST()
146 PERF_SAMPLE_TIME | // * in TEST()
Dsample_info_reader.cc192 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()
Dperf_serializer_test.cc561 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_reader_test.cc506 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()
Dperf_serializer.cc359 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()
Dtest_perf_data.cc214 attr.sample_type = (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | in WriteTo()
/external/syzkaller/sys/linux/
Dperf_amd64.const61 PERF_SAMPLE_TIME = 4
Dperf_386.const61 PERF_SAMPLE_TIME = 4
Dperf_ppc64le.const61 PERF_SAMPLE_TIME = 4
Dperf_arm64.const61 PERF_SAMPLE_TIME = 4
Dperf_arm.const61 PERF_SAMPLE_TIME = 4
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.c349 PERF_SAMPLE_TIME|PERF_SAMPLE_CALLCHAIN| in child_thread()
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h124 PERF_SAMPLE_TIME = 1U << 2, enumerator
Dperf_internals.h165 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
/external/kernel-headers/original/uapi/linux/
Dperf_event.h126 PERF_SAMPLE_TIME = 1U << 2, enumerator
/external/v8/tools/
Dll_prof.py546 PERF_SAMPLE_TIME = 1 << 2 variable
562 ("time", "u64", PERF_SAMPLE_TIME),
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1033 PERF_SAMPLE_TIME = 0x4 const
Dztypes_linux_386.go1010 PERF_SAMPLE_TIME = 0x4 const
Dztypes_linux_mips.go1002 PERF_SAMPLE_TIME = 0x4 const
Dztypes_linux_amd64.go1028 PERF_SAMPLE_TIME = 0x4 const
Dztypes_linux_ppc64.go1017 PERF_SAMPLE_TIME = 0x4 const
Dztypes_linux_mips64.go1009 PERF_SAMPLE_TIME = 0x4 const

12