Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1722626
| Path | csiph.com!news.mixmin.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | kan.liang@intel.com |
| Newsgroups | linux.kernel |
| Subject | [PATCH V2 0/5] support PERF_SAMPLE_PHYS_ADDR (user) |
| Date | Tue, 29 Aug 2017 19:20:02 +0200 |
| Message-ID | <ujSlb-5rP-3@gated-at.bofh.it> (permalink) |
| X-Extloop1 | 1 |
| X-Ironport-Av | E=Sophos;i="5.41,445,1498546800"; d="scan'208";a="1189433338" |
| X-Mailer | git-send-email 2.4.3 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 40 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | peterz@infradead.org, eranian@google.com, jolsa@redhat.com, tglx@linutronix.de, ak@linux.intel.com, Kan Liang <kan.liang@intel.com> |
| X-Original-Date | Tue, 29 Aug 2017 13:11:07 -0400 |
| X-Original-Message-ID | <1504026672-7304-1-git-send-email-kan.liang@intel.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1722626 |
Show key headers only | View raw
From: Kan Liang <kan.liang@intel.com>
The patch series is to support PERF_SAMPLE_PHYS_ADDR in user perf tool.
The kernel patch has been merged, which commit ID is
fc7ce9c74c3a ("perf/core, x86: Add PERF_SAMPLE_PHYS_ADDR").
Changes since V1:
- Don't mandate SAMPLE_ADDR when SAMPLE_PHYS_ADDR
- Update change log
Kan Liang (5):
perf tools: support new sample type for physical address
perf tools: add sort option for physical address
perf mem: support physical address
perf script: support physical address
perf test: add test case for PERF_SAMPLE_PHYS_ADDR
tools/include/uapi/linux/perf_event.h | 4 +-
tools/perf/Documentation/perf-mem.txt | 4 ++
tools/perf/Documentation/perf-record.txt | 5 +-
tools/perf/Documentation/perf-report.txt | 1 +
tools/perf/Documentation/perf-script.txt | 2 +-
tools/perf/builtin-mem.c | 97 +++++++++++++++++++++++---------
tools/perf/builtin-record.c | 2 +
tools/perf/builtin-script.c | 15 ++++-
tools/perf/perf.h | 1 +
tools/perf/tests/sample-parsing.c | 6 +-
tools/perf/util/event.h | 1 +
tools/perf/util/evsel.c | 17 ++++++
tools/perf/util/hist.c | 4 ++
tools/perf/util/hist.h | 1 +
tools/perf/util/machine.c | 8 ++-
tools/perf/util/session.c | 3 +
tools/perf/util/sort.c | 42 ++++++++++++++
tools/perf/util/sort.h | 1 +
tools/perf/util/symbol.h | 1 +
19 files changed, 181 insertions(+), 34 deletions(-)
--
2.4.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH V2 0/5] support PERF_SAMPLE_PHYS_ADDR (user) kan.liang@intel.com - 2017-08-29 19:20 +0200
[PATCH V2 3/5] perf mem: support physical address kan.liang@intel.com - 2017-08-29 19:20 +0200
[tip:perf/urgent] perf mem: Support physical address tip-bot for Kan Liang <tipbot@zytor.com> - 2017-09-05 07:30 +0200
[PATCH V2 2/5] perf tools: add sort option for physical address kan.liang@intel.com - 2017-08-29 19:20 +0200
[tip:perf/urgent] perf sort: Add sort option for physical address tip-bot for Kan Liang <tipbot@zytor.com> - 2017-09-05 07:30 +0200
[PATCH V2 5/5] perf test: add test case for PERF_SAMPLE_PHYS_ADDR kan.liang@intel.com - 2017-08-29 19:20 +0200
[tip:perf/urgent] perf test: Add test case for PERF_SAMPLE_PHYS_ADDR tip-bot for Kan Liang <tipbot@zytor.com> - 2017-09-05 07:30 +0200
[PATCH V2 4/5] perf script: support physical address kan.liang@intel.com - 2017-08-29 19:20 +0200
[tip:perf/urgent] perf script: Support physical address tip-bot for Kan Liang <tipbot@zytor.com> - 2017-09-05 07:30 +0200
Re: [PATCH V2 0/5] support PERF_SAMPLE_PHYS_ADDR (user) Jiri Olsa <jolsa@redhat.com> - 2017-09-01 17:50 +0200
Re: [PATCH V2 0/5] support PERF_SAMPLE_PHYS_ADDR (user) Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-09-01 19:50 +0200
Re: [PATCH V2 0/5] support PERF_SAMPLE_PHYS_ADDR (user) Jiri Olsa <jolsa@redhat.com> - 2017-09-01 19:50 +0200
csiph-web