Searched refs:PERF_SAMPLE_IP (Results 1 – 25 of 25) sorted by relevance
7 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
12 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
60 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK | in test_perf_event_stackmap()
13 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK, in test_get_stackid_cannot_attach()
80 pe.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ; in test__intel_cqm_count_nmi_context()
35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIOD, in main()
89 pe.sample_type = PERF_SAMPLE_IP; in test__bp_signal_overflow()
43 attr->sample_type = PERF_SAMPLE_IP; in __event()
117 pe.sample_type = PERF_SAMPLE_IP; in __event()
46 attr->sample_type = PERF_SAMPLE_IP; in get__perf_event_attr()
42 if (type & PERF_SAMPLE_IP) in samples_same()
310 #define TEST_SAMPLE_TYPE (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
38 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
608 if (type & PERF_SAMPLE_IP) { in add_generic_values()1118 if (type & PERF_SAMPLE_IP) in add_generic_types()
141 if (sample_type & PERF_SAMPLE_IP) in __perf_evsel__calc_id_pos()2274 if (type & PERF_SAMPLE_IP) { in evsel__parse_sample()2579 if (type & PERF_SAMPLE_IP) in evsel__parse_sample_timestamp()
795 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_bts_synth_events()
923 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in arm_spe_synth_events()
1407 if (type & PERF_SAMPLE_IP) in perf_event__sample_event_size()1546 if (type & PERF_SAMPLE_IP) { in perf_event__synthesize_sample()
1340 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in cs_etm__synth_events()
3275 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_pt_synth_events()
140 PERF_SAMPLE_IP = 1U << 0, enumerator
90 …35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIO…
455 bench_sample_type = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP; in do_inject_loops()
452 if (evsel__check_stype(evsel, PERF_SAMPLE_IP, "IP", PERF_OUTPUT_IP)) in evsel__check_attr()469 !(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) { in evsel__check_attr()481 !(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) { in evsel__check_attr()
1035 PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR |