Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1218856
| From | Namhyung Kim <namhyung@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/5] perf probe: Attach trace_probe_event with perf_probe_event |
| Date | 2015-09-04 14:00 +0200 |
| Message-ID | <q4XOV-1aO-9@gated-at.bofh.it> (permalink) |
| References | <q4U4G-4eq-9@gated-at.bofh.it> <q4U4H-4eq-23@gated-at.bofh.it> <q4XvA-Oj-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Sep 04, 2015 at 11:36:56AM +0000, 平松雅巳 / HIRAMATU,MASAMI wrote: > > From: Namhyung Kim [mailto:namhyung@kernel.org] Oh, this patch is came from Wang Nan. I missed to update the author, will change in v2. > > > > This patch drops struct __event_package structure. Instead, it adds > > trace_probe_event into 'struct perf_probe_event'. > > > > trace_probe_event information gives further patches a chance to access > > actual probe points and actual arguments. Using them, perf probe can > > get whole list of added probes and print them at once. > > > > Other users like upcoming bpf_loader will be able to attach one bpf > > program to different probing points of an inline functions (which has > > multiple probing points) and glob functions. Moreover, by reading > > arguments information, bpf code for reading those arguments can be > > generated. > > Looks good to me. > > Acked-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Thanks Namhyung -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/5] perf probe: Split add_perf_probe_events() Namhyung Kim <namhyung@kernel.org> - 2015-09-04 10:00 +0200
[PATCH 3/5] perf probe: Move print logic into cmd_probe() Namhyung Kim <namhyung@kernel.org> - 2015-09-04 10:00 +0200
RE: [PATCH 3/5] perf probe: Move print logic into cmd_probe() 平松雅巳 / HIRAMATU,MASAMI <masami.hiramatsu.pt@hitachi.com> - 2015-09-04 13:50 +0200
[PATCH 2/5] perf probe: Attach trace_probe_event with perf_probe_event Namhyung Kim <namhyung@kernel.org> - 2015-09-04 10:00 +0200
RE: [PATCH 2/5] perf probe: Attach trace_probe_event with perf_probe_event 平松雅巳 / HIRAMATU,MASAMI <masami.hiramatsu.pt@hitachi.com> - 2015-09-04 13:40 +0200
Re: [PATCH 2/5] perf probe: Attach trace_probe_event with perf_probe_event Namhyung Kim <namhyung@kernel.org> - 2015-09-04 14:00 +0200
[PATCH 4/5] perf probe: Split del_perf_probe_events() Namhyung Kim <namhyung@kernel.org> - 2015-09-04 10:00 +0200
RE: [PATCH 4/5] perf probe: Split del_perf_probe_events() 平松雅巳 / HIRAMATU,MASAMI <masami.hiramatsu.pt@hitachi.com> - 2015-09-04 14:00 +0200
Re: [PATCH 4/5] perf probe: Split del_perf_probe_events() Namhyung Kim <namhyung@kernel.org> - 2015-09-04 14:20 +0200
csiph-web