Searched refs:PERF_SAMPLE_IP (Results 1 – 6 of 6) sorted by relevance
57 {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()
37 if (r1.sample_type & PERF_SAMPLE_IP) { in CheckSampleRecordDataEqual()
56 event_attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ID | in TEST_F()
425 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()
112 uint64_t mask = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP; in RecordParser()
82 PERF_SAMPLE_IP = 1U << 0, enumerator