Home
last modified time | relevance | path

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

/tools/perf/ui/browsers/
Dscripts.c45 if (attr->sample_type & PERF_SAMPLE_PHYS_ADDR) in attr_to_script()
/tools/perf/tests/
Dsample-parsing.c151 if (type & PERF_SAMPLE_PHYS_ADDR) in samples_same()
/tools/include/uapi/linux/
Dperf_event.h159 PERF_SAMPLE_PHYS_ADDR = 1U << 19, enumerator
/tools/perf/Documentation/
Dperf-dlfilter.txt96 __u64 phys_addr; /* Refer PERF_SAMPLE_PHYS_ADDR in <linux/perf_event.h> */
Dperf-intel-pt.txt1038 PERF_SAMPLE_TRANSACTION | PERF_SAMPLE_PHYS_ADDR |
/tools/perf/util/
Dsynthetic-events.c1502 if (type & PERF_SAMPLE_PHYS_ADDR) in perf_event__sample_event_size()
1689 if (type & PERF_SAMPLE_PHYS_ADDR) { in perf_event__synthesize_sample()
Devsel.c2509 if (type & PERF_SAMPLE_PHYS_ADDR) { in evsel__parse_sample()
Dsession.c1344 if (sample_type & PERF_SAMPLE_PHYS_ADDR) in dump_sample()
/tools/perf/
Dbuiltin-script.c517 evsel__check_stype(evsel, PERF_SAMPLE_PHYS_ADDR, "PHYS_ADDR", PERF_OUTPUT_PHYS_ADDR)) in evsel__check_attr()