Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/attr/
Dtest-record-data8 # PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
/Linux-v4.19/samples/bpf/
Dtrace_event_user.c247 .sample_type = PERF_SAMPLE_ADDR, in test_bpf_perf_event()
/Linux-v4.19/tools/perf/tests/
Dsample-parsing.c48 if (type & PERF_SAMPLE_ADDR) in samples_same()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h127 PERF_SAMPLE_ADDR = 1U << 3, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h127 PERF_SAMPLE_ADDR = 1U << 3, enumerator
/Linux-v4.19/tools/perf/util/
Ddb-export.c404 if ((evsel->attr.sample_type & PERF_SAMPLE_ADDR) && in db_export__sample()
Dcs-etm.c835 attr.sample_type |= PERF_SAMPLE_ADDR; in cs_etm__synth_events()
843 attr.sample_type &= ~(u64)PERF_SAMPLE_ADDR; in cs_etm__synth_events()
Devsel.c137 if (sample_type & PERF_SAMPLE_ADDR) in __perf_evsel__calc_id_pos()
2153 if (type & PERF_SAMPLE_ADDR) { in perf_evsel__parse_sample()
2428 if (type & PERF_SAMPLE_ADDR) in perf_event__sample_event_size()
2555 if (type & PERF_SAMPLE_ADDR) { in perf_event__synthesize_sample()
Devent.h89 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
Dintel-bts.c821 attr.sample_type |= PERF_SAMPLE_ADDR; in intel_bts_synth_events()
Dintel-pt.c2207 attr.sample_type |= PERF_SAMPLE_ADDR; in intel_pt_synth_events()
2215 attr.sample_type &= ~(u64)PERF_SAMPLE_ADDR; in intel_pt_synth_events()
/Linux-v4.19/arch/x86/events/
Dperf_event.h92 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR | \
/Linux-v4.19/arch/x86/events/intel/
Dds.c1277 if ((sample_type & (PERF_SAMPLE_ADDR | PERF_SAMPLE_PHYS_ADDR)) && in setup_pebs_sample_data()
/Linux-v4.19/tools/perf/
Dbuiltin-script.c395 perf_evsel__do_check_stype(evsel, PERF_SAMPLE_ADDR, "ADDR", in perf_evsel__check_attr()
1225 ((evsel->attr.sample_type & PERF_SAMPLE_ADDR) && in perf_sample__fprintf_bts()
/Linux-v4.19/arch/powerpc/perf/
Dcore-book3s.c2068 (PERF_SAMPLE_ADDR | PERF_SAMPLE_PHYS_ADDR)) in record_and_restart()
/Linux-v4.19/kernel/events/
Dcore.c1733 if (sample_type & PERF_SAMPLE_ADDR) in __perf_event_header_size()
6173 if (sample_type & PERF_SAMPLE_ADDR) in perf_output_sample()