Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1530580
| From | Alexis Berlemont <alexis.berlemont@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/2] perf probe: add sdt probes arguments into the uprobe cmd string |
| Date | 2016-11-26 02:10 +0100 |
| Message-ID | <sHzF7-8am-5@gated-at.bofh.it> (permalink) |
| References | <sHpZ8-1P4-37@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Arnaldo, Here is another patch set which fixes the issues you noticed. Thank you. Alexis. Alexis Berlemont (2): perf sdt: add scanning of sdt probles arguments perf probe: add sdt probes arguments into the uprobe cmd string tools/perf/arch/x86/util/perf_regs.c | 18 ++++ tools/perf/util/perf_regs.c | 4 + tools/perf/util/perf_regs.h | 13 +++ tools/perf/util/probe-file.c | 169 ++++++++++++++++++++++++++++++++++- tools/perf/util/symbol-elf.c | 25 +++++- tools/perf/util/symbol.h | 1 + 6 files changed, 224 insertions(+), 6 deletions(-) -- 2.10.2
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH v2 1/2] perf sdt: add scanning of sdt probles arguments Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-11-25 15:50 +0100
[PATCH v4 0/2] perf probe: add sdt probes arguments into the uprobe cmd string Alexis Berlemont <alexis.berlemont@gmail.com> - 2016-11-26 02:10 +0100
Re: [PATCH v4 0/2] perf probe: add sdt probes arguments into the uprobe cmd string Alexis Berlemont <alexis.berlemont@gmail.com> - 2016-12-06 00:50 +0100
Re: [PATCH v4 0/2] perf probe: add sdt probes arguments into the uprobe cmd string Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-12-06 15:50 +0100
csiph-web