Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1605314 > unrolled thread
| Started by | Masami Hiramatsu <mhiramat@kernel.org> |
|---|---|
| First post | 2017-03-21 06:20 +0100 |
| Last post | 2017-03-21 06:20 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v5 0/2] perf probe: add sdt probes arguments into the uprobe cmd string Masami Hiramatsu <mhiramat@kernel.org> - 2017-03-21 06:20 +0100
| From | Masami Hiramatsu <mhiramat@kernel.org> |
|---|---|
| Date | 2017-03-21 06:20 +0100 |
| Subject | Re: [PATCH v5 0/2] perf probe: add sdt probes arguments into the uprobe cmd string |
| Message-ID | <tnkn8-7aS-11@gated-at.bofh.it> |
Hello Alexis and Arnaldo, I think this series is now good to go. Could you pick these? Acked-by: Masami Hiramatsu <mhiramat@kernel.org> for this series. Thank you, On Wed, 14 Dec 2016 01:07:30 +0100 Alexis Berlemont <alexis.berlemont@gmail.com> wrote: > Hi Masami, > > Many thanks for your mail. > > Here is another patch set which tries to fix the points you mentioned: > > * Skip the arguments containing a constant ($123); > * Review the code in charge of the register renaming (search for '%' > and parse it); > * Minor changes (print the argument in case of error, skipping, check > the sdt arg type index); > > Many thanks, > > 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 | 83 +++++++++++++++++ > tools/perf/util/perf_regs.c | 6 ++ > tools/perf/util/perf_regs.h | 6 ++ > tools/perf/util/probe-file.c | 170 ++++++++++++++++++++++++++++++++++- > tools/perf/util/symbol-elf.c | 25 +++++- > tools/perf/util/symbol.h | 1 + > 6 files changed, 285 insertions(+), 6 deletions(-) > > -- > 2.10.2 > -- Masami Hiramatsu <mhiramat@kernel.org>
Back to top | Article view | linux.kernel
csiph-web