Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_IP (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Devent_attr.cpp57 {PERF_SAMPLE_IP, "ip"}, in SampleTypeToString()
91 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_PERIOD | in CreateDefaultPerfEventAttr()
162 uint64_t flags_before_id_mask = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP | PERF_SAMPLE_TID | in GetCommonEventIdPositionsForAttrs()
H A Drecord_equal_test.h37 if (r1.sample_type & PERF_SAMPLE_IP) { in CheckSampleRecordDataEqual()
H A Drecord_test.cpp56 event_attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ID | in TEST_F()
H A Drecord.cpp425 if (sample_type & PERF_SAMPLE_IP) { in SampleRecord()
500 sample_type & ~(PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ID | in SampleRecord()
521 if (sample_type & PERF_SAMPLE_IP) { in SampleRecord()
553 if (sample_type & PERF_SAMPLE_IP) { in SampleRecord()
615 if (sample_type & PERF_SAMPLE_IP) { in ExcludeKernelCallChain()
716 if (sample_type & PERF_SAMPLE_IP) { in DumpData()
H A DRecordReadThread.cpp112 uint64_t mask = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP; in RecordParser()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dperf_event.h82 PERF_SAMPLE_IP = 1U << 0, enumerator