Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1215170 > unrolled thread
| Started by | Wang Nan <wangnan0@huawei.com> |
|---|---|
| First post | 2015-08-28 09:10 +0200 |
| Last post | 2015-08-31 16:20 +0200 |
| Articles | 3 on this page of 23 — 4 participants |
Back to article view | Back to linux.kernel
[GIT PULL 00/32] perf tools: filtering events using eBPF programs Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:10 +0200
[PATCH 11/32] perf tools: Add bpf_fd field to evsel and config it Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:20 +0200
[PATCH 03/32] perf tools: Introduce dummy evsel Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:20 +0200
[PATCH 14/32] perf tools: Suppress probing messages when probing by BPF loading Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:20 +0200
[PATCH 07/32] perf probe: Attach trace_probe_event with perf_probe_event Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:20 +0200
[PATCH 08/32] perf record, bpf: Parse and probe eBPF programs probe points Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:20 +0200
[PATCH 02/32] perf tools: Don't set cmdline_group_boundary if no evsel is collected Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:20 +0200
[PATCH 28/32] perf record: Support custom vmlinux path Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:20 +0200
[PATCH 12/32] perf tools: Allow filter option to be applied to bof object Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:20 +0200
[PATCH 27/32] perf tools: Use same BPF program if arguments are identical Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:20 +0200
[PATCH 04/32] perf tools: Make perf depend on libbpf Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:20 +0200
[PATCH 09/32] perf bpf: Collect 'struct perf_probe_event' for bpf_program Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:20 +0200
[PATCH 21/32] perf probe: Reset args and nargs for probe_trace_event when failure Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:20 +0200
[PATCH 16/32] perf tools: Infrastructure for compiling scriptlets when passing '.c' to --event Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:20 +0200
[PATCH 24/32] perf tools: Introduce arch_get_reg_info() for x86 Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:20 +0200
[PATCH 15/32] perf record: Add clang options for compiling BPF scripts Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:20 +0200
[PATCH 18/32] perf test: Add 'perf test BPF' Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:20 +0200
[PATCH 19/32] bpf tools: Load a program with different instances using preprocessor Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:20 +0200
[PATCH 13/32] perf tools: Attach eBPF program to perf event Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:20 +0200
[PATCH 05/32] perf ebpf: Add the libbpf glue Wang Nan <wangnan0@huawei.com> - 2015-08-28 09:20 +0200
Re: [GIT PULL 00/32] perf tools: filtering events using eBPF programs Alexei Starovoitov <ast@plumgrid.com> - 2015-08-29 02:30 +0200
Re: [GIT PULL 00/32] perf tools: filtering events using eBPF programs Arnaldo Carvalho de Melo <acme@redhat.com> - 2015-08-31 16:00 +0200
Re: [GIT PULL 00/32] perf tools: filtering events using eBPF programs "Wangnan (F)" <wangnan0@huawei.com> - 2015-08-31 16:20 +0200
Page 2 of 2 — ← Prev page 1 [2]
| From | Alexei Starovoitov <ast@plumgrid.com> |
|---|---|
| Date | 2015-08-29 02:30 +0200 |
| Message-ID | <q2CbU-2nr-5@gated-at.bofh.it> |
| In reply to | #1215170 |
On 8/28/15 12:05 AM, Wang Nan wrote: > Hi Arnaldo, > > This time I adjust all Cc and Link field in each patch. > > Four new patches (1,2,3,12/32) is newly introduced for fixing a bug > related to '--filter' option. Patch 06/32 is also modified. Please keep > an eye on it. Arnaldo, what is the latest news on this set? I think you've looked at most of them over the last months and few patch reorders were necessary. Is it all addressed ? All further work is sadly blocked, because these core patches need to come in first. I took another look today and to me patches 1-30 look good. Thanks! -- 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/
[toc] | [prev] | [next] | [standalone]
| From | Arnaldo Carvalho de Melo <acme@redhat.com> |
|---|---|
| Date | 2015-08-31 16:00 +0200 |
| Message-ID | <q3xMT-13i-41@gated-at.bofh.it> |
| In reply to | #1215620 |
Em Fri, Aug 28, 2015 at 05:25:27PM -0700, Alexei Starovoitov escreveu: > On 8/28/15 12:05 AM, Wang Nan wrote: > >This time I adjust all Cc and Link field in each patch. > >Four new patches (1,2,3,12/32) is newly introduced for fixing a bug > >related to '--filter' option. Patch 06/32 is also modified. Please keep > >an eye on it. > Arnaldo, what is the latest news on this set? > I think you've looked at most of them over the last months and few patch > reorders were necessary. Is it all addressed ? All further work is > sadly blocked, because these core patches need to come in first. > I took another look today and to me patches 1-30 look good. I asked Ingo if he had anything else to mention about changelog format so that I could try pulling it directly, i.e. I need give it a last look, and this is not a per-patchkit cost, its just fine tuning that _should_ make processing subsequent patchkits faster, by pulling instead of me going thru each patch. But I disagree it "prevents further work", nobody has to wait for everything to get upstream to do work, anyway, it will be processed. - Arnaldo -- 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/
[toc] | [prev] | [next] | [standalone]
| From | "Wangnan (F)" <wangnan0@huawei.com> |
|---|---|
| Date | 2015-08-31 16:20 +0200 |
| Message-ID | <q3y6d-1Fs-25@gated-at.bofh.it> |
| In reply to | #1216197 |
On 2015/8/31 21:59, Arnaldo Carvalho de Melo wrote: > Em Fri, Aug 28, 2015 at 05:25:27PM -0700, Alexei Starovoitov escreveu: >> On 8/28/15 12:05 AM, Wang Nan wrote: >>> This time I adjust all Cc and Link field in each patch. >>> Four new patches (1,2,3,12/32) is newly introduced for fixing a bug >>> related to '--filter' option. Patch 06/32 is also modified. Please keep >>> an eye on it. > >> Arnaldo, what is the latest news on this set? >> I think you've looked at most of them over the last months and few patch >> reorders were necessary. Is it all addressed ? All further work is >> sadly blocked, because these core patches need to come in first. >> I took another look today and to me patches 1-30 look good. > I asked Ingo if he had anything else to mention about changelog format > so that I could try pulling it directly, i.e. I need give it a last > look, and this is not a per-patchkit cost, its just fine tuning that > _should_ make processing subsequent patchkits faster, by pulling instead > of me going thru each patch. > > But I disagree it "prevents further work", nobody has to wait for > everything to get upstream to do work, anyway, it will be processed. I think Xia Kaixu's BPF read pmu patch series is waiting for this. Please have a look at [1]. His kernel side patches has already collected by net-next, and waiting for userside update. However he is also waiting for net-next be merged, and currently we are the only user of that feature :) [1] http://lkml.kernel.org/r/1440672142-89311-1-git-send-email-xiakaixu@huawei.com . > - Arnaldo -- 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/
[toc] | [prev] | [standalone]
Page 2 of 2 — ← Prev page 1 [2]
Back to top | Article view | linux.kernel
csiph-web