Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_ID (Results 1 – 25 of 28) sorted by relevance

12

/external/strace/xlat/
Dperf_event_sample_format.h48 #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),
Dperf_event_sample_format.in7 PERF_SAMPLE_ID 1 << 6
/external/perf_data_converter/src/quipper/
Dsample_info_reader_test.cc26 PERF_SAMPLE_ID | // * in TEST()
91 PERF_SAMPLE_ID | // * in TEST()
148 PERF_SAMPLE_ID | // * in TEST()
Dsample_info_reader.cc202 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()
Dperf_reader_test.cc506 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()
Dperf_serializer.cc362 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/
Dperf_amd64.const49 PERF_SAMPLE_ID = 64
Dperf_386.const49 PERF_SAMPLE_ID = 64
Dperf_ppc64le.const49 PERF_SAMPLE_ID = 64
Dperf_arm64.const49 PERF_SAMPLE_ID = 64
Dperf_arm.const49 PERF_SAMPLE_ID = 64
Dperf.txt29 …PLE_TIME, PERF_SAMPLE_ADDR, PERF_SAMPLE_READ, PERF_SAMPLE_CALLCHAIN, PERF_SAMPLE_ID, PERF_SAMPLE_C…
/external/ltp/testcases/cve/
Dcve-2015-3290.c350 PERF_SAMPLE_ID|PERF_SAMPLE_PERIOD, in child_thread()
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h128 PERF_SAMPLE_ID = 1U << 6, enumerator
Dperf_internals.h166 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_CPU | \
/external/kernel-headers/original/uapi/linux/
Dperf_event.h130 PERF_SAMPLE_ID = 1U << 6, enumerator
/external/v8/tools/
Dll_prof.py550 PERF_SAMPLE_ID = 1 << 6 variable
564 ("id", "u64", PERF_SAMPLE_ID),
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1037 PERF_SAMPLE_ID = 0x40 const
Dztypes_linux_386.go1014 PERF_SAMPLE_ID = 0x40 const
Dztypes_linux_mips.go1006 PERF_SAMPLE_ID = 0x40 const
Dztypes_linux_amd64.go1032 PERF_SAMPLE_ID = 0x40 const
Dztypes_linux_ppc64.go1021 PERF_SAMPLE_ID = 0x40 const
Dztypes_linux_mips64.go1013 PERF_SAMPLE_ID = 0x40 const
Dztypes_linux_mipsle.go1006 PERF_SAMPLE_ID = 0x40 const
Dztypes_linux_arm.go1002 PERF_SAMPLE_ID = 0x40 const

12