Re: [PATCH v4 1/2] perf sdt: add scanning of sdt probles arguments

2016-12-06 Thread Masami Hiramatsu
On Sat, 26 Nov 2016 01:58:02 +0100 Alexis Berlemont wrote: > During a "perf buildid-cache --add" command, the section > ".note.stapsdt" of the "added" binary is scanned in order to list the > available SDT markers available in a binary. The parts containing the > probes arguments were left unscan

[PATCH v4 1/2] perf sdt: add scanning of sdt probles arguments

2016-11-25 Thread Alexis Berlemont
During a "perf buildid-cache --add" command, the section ".note.stapsdt" of the "added" binary is scanned in order to list the available SDT markers available in a binary. The parts containing the probes arguments were left unscanned. The whole section is now parsed; the probe arguments are extrac