Searched refs:PERF_SAMPLE_IP (Results 1 – 18 of 18) 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 | # PERF_SAMPLE_PERIOD
80 pe.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ; in test__intel_cqm_count_nmi_context()
88 pe.sample_type = PERF_SAMPLE_IP; in test__bp_signal_overflow()
46 attr->sample_type = PERF_SAMPLE_IP; in __event()
121 pe.sample_type = PERF_SAMPLE_IP; in __event()
37 if (type & PERF_SAMPLE_IP) in samples_same()
124 PERF_SAMPLE_IP = 1U << 0, enumerator
128 if (sample_type & PERF_SAMPLE_IP) in __perf_evsel__calc_id_pos()2129 if (type & PERF_SAMPLE_IP) { in perf_evsel__parse_sample()2399 if (type & PERF_SAMPLE_IP) in perf_evsel__parse_sample_timestamp()2419 if (type & PERF_SAMPLE_IP) in perf_event__sample_event_size()2538 if (type & PERF_SAMPLE_IP) { in perf_event__synthesize_sample()
88 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
605 if (type & PERF_SAMPLE_IP) { in add_generic_values()1115 if (type & PERF_SAMPLE_IP) in add_generic_types()
802 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_bts_synth_events()
811 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in cs_etm__synth_events()
2184 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_pt_synth_events()
92 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR | \
1730 if (sample_type & PERF_SAMPLE_IP) in __perf_event_header_size()6164 if (sample_type & PERF_SAMPLE_IP) in perf_output_sample()6384 if (sample_type & PERF_SAMPLE_IP) in perf_prepare_sample()
389 if (perf_evsel__check_stype(evsel, PERF_SAMPLE_IP, "IP", in perf_evsel__check_attr()