Searched refs:PERF_SAMPLE_IP (Results 1 – 25 of 36) sorted by relevance
12
7 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
12 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
13 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
13 #define OFFCPU_SAMPLE_TYPES (PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP | \
70 ip { return sample(PERF_SAMPLE_IP); }
37 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
341 if (sample_type & PERF_SAMPLE_IP) { in off_cpu_write()
614 if (type & PERF_SAMPLE_IP) { in add_generic_values()1124 if (type & PERF_SAMPLE_IP) in add_generic_types()
175 if (sample_type & PERF_SAMPLE_IP) in __perf_evsel__calc_id_pos()2388 if (type & PERF_SAMPLE_IP) { in evsel__parse_sample()2724 if (type & PERF_SAMPLE_IP) in evsel__parse_sample_timestamp()
34 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID; in event_open()
80 pe.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ; in test__intel_cqm_count_nmi_context()
13 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK, in test_get_stackid_cannot_attach()
60 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK | in test_perf_event_stackmap()
35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIOD, in main()
94 pe.sample_type = PERF_SAMPLE_IP; in test__bp_signal_overflow()
56 attr->sample_type = PERF_SAMPLE_IP; in __event()
49 attr->sample_type = PERF_SAMPLE_IP; in get__perf_event_attr()
117 pe.sample_type = PERF_SAMPLE_IP; in __event()
52 if (type & PERF_SAMPLE_IP) in samples_same()
315 #define TEST_SAMPLE_TYPE (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
56 case PERF_SAMPLE_IP: in perf_get_sample()
90 …35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIO…
140 PERF_SAMPLE_IP = 1U << 0, enumerator
456 bench_sample_type = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP; in do_inject_loops()