Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_PHYS_ADDR (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/tools/perf/tests/
Dsample-parsing.c145 if (type & PERF_SAMPLE_PHYS_ADDR) in samples_same()
313 if (PERF_SAMPLE_MAX > PERF_SAMPLE_PHYS_ADDR << 1) { in test__sample_parsing()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h143 PERF_SAMPLE_PHYS_ADDR = 1U << 19, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h143 PERF_SAMPLE_PHYS_ADDR = 1U << 19, enumerator
/Linux-v4.19/arch/x86/events/
Dperf_event.h95 PERF_SAMPLE_TRANSACTION | PERF_SAMPLE_PHYS_ADDR | \
/Linux-v4.19/tools/perf/util/
Devsel.c2359 if (type & PERF_SAMPLE_PHYS_ADDR) { in perf_evsel__parse_sample()
2513 if (type & PERF_SAMPLE_PHYS_ADDR) in perf_event__sample_event_size()
2680 if (type & PERF_SAMPLE_PHYS_ADDR) { in perf_event__synthesize_sample()
Dsession.c1118 if (sample_type & PERF_SAMPLE_PHYS_ADDR) in dump_sample()
/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/arch/powerpc/perf/
Dcore-book3s.c2068 (PERF_SAMPLE_ADDR | PERF_SAMPLE_PHYS_ADDR)) in record_and_restart()
/Linux-v4.19/kernel/events/
Dcore.c1751 if (sample_type & PERF_SAMPLE_PHYS_ADDR) in __perf_event_header_size()
6299 if (sample_type & PERF_SAMPLE_PHYS_ADDR) in perf_output_sample()
6488 if (sample_type & PERF_SAMPLE_PHYS_ADDR) in perf_prepare_sample()
10436 if ((attr.sample_type & PERF_SAMPLE_PHYS_ADDR) && in SYSCALL_DEFINE5()
/Linux-v4.19/tools/perf/
Dbuiltin-script.c464 perf_evsel__check_stype(evsel, PERF_SAMPLE_PHYS_ADDR, "PHYS_ADDR", in perf_evsel__check_attr()