Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_ADDR (Results 1 – 14 of 14) sorted by relevance

/tools/perf/tests/shell/attr/
A Dtest-record-data8 # PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
/tools/perf/util/
A Devent.h38 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
A Ddlfilter.c564 (evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) && in dlfilter__do_filter_event()
A Dintel-bts.c787 attr.sample_type |= PERF_SAMPLE_ADDR; in intel_bts_synth_events()
A Dsynthetic-events.c1469 if (type & PERF_SAMPLE_ADDR) in perf_event__sample_event_size()
1637 if (type & PERF_SAMPLE_ADDR) { in perf_event__synthesize_sample()
A Dcs-etm.c1737 attr.sample_type |= PERF_SAMPLE_ADDR; in cs_etm__synth_events()
1744 attr.sample_type &= ~(u64)PERF_SAMPLE_ADDR; in cs_etm__synth_events()
A Dintel-pt.c2504 if (sample_type & PERF_SAMPLE_ADDR && items->has_mem_access_address) in intel_pt_do_synth_pebs_sample()
3997 attr.sample_type |= PERF_SAMPLE_ADDR; in intel_pt_synth_events()
4005 attr.sample_type &= ~(u64)PERF_SAMPLE_ADDR; in intel_pt_synth_events()
A Devsel.c298 if (sample_type & PERF_SAMPLE_ADDR) in __perf_evsel__calc_id_pos()
3045 if (type & PERF_SAMPLE_ADDR) { in evsel__parse_sample()
A Darm-spe.c1616 PERF_SAMPLE_WEIGHT | PERF_SAMPLE_ADDR; in arm_spe_synth_events()
/tools/perf/tests/
A Dsample-parsing.c63 if (type & PERF_SAMPLE_ADDR) in samples_same()
A Ddlfilter-test.c317 PERF_SAMPLE_ADDR | PERF_SAMPLE_CPU | \
/tools/include/uapi/linux/
A Dperf_event.h146 PERF_SAMPLE_ADDR = 1U << 3, enumerator
/tools/perf/
A Dbuiltin-script.c506 evsel__do_check_stype(evsel, PERF_SAMPLE_ADDR, "ADDR", PERF_OUTPUT_ADDR, allow_user_set)) in evsel__check_attr()
518 !(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) { in evsel__check_attr()
530 !(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) { in evsel__check_attr()
1703 ((evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) && in perf_sample__fprintf_bts()
2470 if ((evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) && in process_sample_event()
/tools/perf/Documentation/
A Dperf-intel-pt.txt1137 PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR |

Completed in 52 milliseconds