Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1410325
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH perf/core v9 00/16] perf-probe --cache and SDT support |
| Date | 2016-05-31 15:50 +0200 |
| Message-ID | <rESdr-3nT-9@gated-at.bofh.it> (permalink) |
| References | <rDObT-25o-3@gated-at.bofh.it> <rEmwW-7g1-5@gated-at.bofh.it> <rEy55-6xL-31@gated-at.bofh.it> <rENQt-Jk-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Em Tue, May 31, 2016 at 06:01:28PM +0900, Masami Hiramatsu escreveu: > On Mon, 30 May 2016 13:10:20 -0300 > Arnaldo Carvalho de Melo <acme@kernel.org> wrote: > > Em Mon, May 30, 2016 at 12:54:58PM +0900, Namhyung Kim escreveu: > > > On Sun, May 29, 2016 at 12:15:01AM +0900, Masami Hiramatsu wrote: > > > > Here is the 9th version of the patchset for probe-cache and > > > > initial SDT support. > > > > The previous version is here; https://lkml.org/lkml/2016/5/14/107 > > > > This version just fixes 2 points according to Hemant's comment, > > > > and split out the filename__readable() patch. > > > > Changes in v9: > > > > - [1/16,2/16] split out the filename__readable() > > > > - [7/16] Fix to show which event is deleted. > > > > - [12/16] Update list_usage to show sdt option. > > > Thanks for doing this, I hope this gets merged soon. The patch 4 and > > > 14 look a bit larger and would be better to be splitted IMHO. Other > > > than that, all look good to me. > > > Acked-by: Namhyung Kim <namhyung@kernel.org> > > Agreed, please split both patches, I applied 1-3, please resend from 4 > > onwards. > Hmm, for patch#4, it includes > A. Rename and Export build_id_cache__cachedir() [14 LOC] > B. Add perf_probe_event__copy() [73 LOC] > C. Add (or fix and reenable) synthesize_perf_probe_point() [38 LOC] > D. Introduce perf_cache interfaces (new/add/commit/delete) [320 LOC] > E. Add --cache option for perf-probe [15 LOC] > And E depends on D, D depends on A,B and C. And of course without E, > other parts are just a deadweight.(no other one call it, just exported) > Should I split them all? Please. - Arnaldo
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH perf/core v9 00/16] perf-probe --cache and SDT support Masami Hiramatsu <mhiramat@kernel.org> - 2016-05-28 17:20 +0200
[PATCH perf/core v9 08/16] perf/sdt: ELF support for SDT Masami Hiramatsu <mhiramat@kernel.org> - 2016-05-28 17:20 +0200
[PATCH perf/core v9 15/16] perf probe: Support @BUILDID or @FILE suffix for SDT events Masami Hiramatsu <mhiramat@kernel.org> - 2016-05-28 17:20 +0200
[PATCH perf/core v9 01/16] perf-symbol: Introduce filename__readable to check readability Masami Hiramatsu <mhiramat@kernel.org> - 2016-05-28 17:20 +0200
Re: [PATCH perf/core v9 01/16] perf-symbol: Introduce filename__readable to check readability Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-05-30 18:10 +0200
Re: [PATCH perf/core v9 01/16] perf-symbol: Introduce filename__readable to check readability Masami Hiramatsu <mhiramat@kernel.org> - 2016-05-31 08:00 +0200
Re: [PATCH perf/core v9 01/16] perf-symbol: Introduce filename__readable to check readability Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-05-30 18:10 +0200
[tip:perf/core] perf symbols: Introduce filename__readable to check readability tip-bot for Masami Hiramatsu <tipbot@zytor.com> - 2016-06-02 08:40 +0200
[PATCH perf/core v9 09/16] perf probe: Add group name support Masami Hiramatsu <mhiramat@kernel.org> - 2016-05-28 17:20 +0200
[PATCH perf/core v9 04/16] perf probe: Add --cache option to cache the probe definitions Masami Hiramatsu <mhiramat@kernel.org> - 2016-05-28 17:20 +0200
[PATCH perf/core v9 05/16] perf probe: Use cache entry if possible Masami Hiramatsu <mhiramat@kernel.org> - 2016-05-28 17:20 +0200
[PATCH perf/core v9 14/16] perf probe: Allow wildcard for cached events Masami Hiramatsu <mhiramat@kernel.org> - 2016-05-28 17:20 +0200
[PATCH perf/core v9 10/16] perf buildid-cache: Scan and import user SDT events to probe cache Masami Hiramatsu <mhiramat@kernel.org> - 2016-05-28 17:20 +0200
Re: [PATCH perf/core v9 00/16] perf-probe --cache and SDT support Namhyung Kim <namhyung@kernel.org> - 2016-05-30 06:00 +0200
Re: [PATCH perf/core v9 00/16] perf-probe --cache and SDT support Masami Hiramatsu <mhiramat@kernel.org> - 2016-05-30 16:40 +0200
Re: [PATCH perf/core v9 00/16] perf-probe --cache and SDT support Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-05-30 18:20 +0200
Re: [PATCH perf/core v9 00/16] perf-probe --cache and SDT support Masami Hiramatsu <mhiramat@kernel.org> - 2016-05-31 11:10 +0200
Re: [PATCH perf/core v9 00/16] perf-probe --cache and SDT support Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-05-31 15:50 +0200
Re: [PATCH perf/core v9 00/16] perf-probe --cache and SDT support Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-05-30 18:30 +0200
Re: [PATCH perf/core v9 00/16] perf-probe --cache and SDT support Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-05-30 18:40 +0200
Re: [PATCH perf/core v9 00/16] perf-probe --cache and SDT support Masami Hiramatsu <mhiramat@kernel.org> - 2016-05-31 10:10 +0200
Re: [PATCH perf/core v9 00/16] perf-probe --cache and SDT support Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-05-31 15:40 +0200
Re: [PATCH perf/core v9 00/16] perf-probe --cache and SDT support Hemant Kumar <hemant@linux.vnet.ibm.com> - 2016-05-31 18:40 +0200
csiph-web