Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1199652
| From | "Wangnan (F)" <wangnan0@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: perf eBPF patch ordering. was: Re: perf test LLVM was: Re: [GIT PULL 00/39] perf tools: filtering events using eBPF programs |
| Date | 2015-08-04 12:50 +0200 |
| Message-ID | <pTHXc-86v-17@gated-at.bofh.it> (permalink) |
| References | (7 earlier) <pTpGW-6PV-19@gated-at.bofh.it> <pTqjE-7A6-15@gated-at.bofh.it> <pTqD0-8cj-17@gated-at.bofh.it> <pTtUe-4n6-25@gated-at.bofh.it> <pTCXw-Vx-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 2015/8/4 13:28, Wangnan (F) wrote: > Hi Arnaldo, > > The following changes since commit > 922cc21746202956acb41c89a6190bb50805fa31: > > perf tools: Introduce llvm config options (2015-07-31 12:17:50 -0300) > > are available in the git repository at: > > https://github.com/WangNan0/linux.git ebpf > > for you to fetch changes up to d85bf4b6470b8d860bbae25418e5ae3ccd9711e8: > > perf tools: Support attach BPF program on uprobe events (2015-08-04 > 04:59:20 +0000) > > ---------------------------------------------------------------- > > The new cset has following improvements: > > 1. Improve error message: now don't dump LLVM environment setting > messages > if clang is found. Also, describe how to pre-compile .c file into .o. > > See: perf tools: Call clang to compile C source to object code > https://github.com/WangNan0/linux/commit/264676a5b922aaf1e9be3800fe06d5b67b06cd12 > > > 2. Reorder patches, so when 'perf record' is able to accept '--event > file.c', the BPF filter > should work. Also, an example BPF script file is provided, and the > compilation > method is described in commit message. > > See: > perf tools: Infrastructure for compiling scriptlets when > passing '.c' to --event > https://github.com/WangNan0/linux/commit/eca622f4a88e1a791fc2405c398256ad572eba54 > > > 3. Introduce 'perf test BPF', which uses previous introduced > scriptlet, fork a > 'perf record' to utilise it and uses 'perf report' to check the > result. > > See: perf tests: Enforce LLVM test for BPF test > https://github.com/WangNan0/linux/commit/a7cdab453863c580446dc2c3a3f3a86f21b770ce > > > perf test: Enable 'perf test' run as test targets > https://github.com/WangNan0/linux/commit/b14f2627e95d348be5ec19bd24a5117e8c2ffe46 > > and > perf test: Add 'perf test BPF' > https://github.com/WangNan0/linux/commit/8414217dbfa57df4dbb55642dc26205e1c7cbdf1 > Just realized that 'tempnam' is not safe. Switch to mkdtemp. Please see the new version: https://github.com/WangNan0/linux/commit/bd02aed760c4a35fec4483d24c158799f05f6f9e and pull request update: The following changes since commit 922cc21746202956acb41c89a6190bb50805fa31: perf tools: Introduce llvm config options (2015-07-31 12:17:50 -0300) are available in the git repository at: https://github.com/WangNan0/linux.git ebpf for you to fetch changes up to 47ef1d2a64bd0e7931835e1c40caed21f793c8b8: perf tools: Support attach BPF program on uprobe events (2015-08-04 10:30:50 +0000) Thank you. -- 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
perf eBPF patch ordering. was: Re: perf test LLVM was: Re: [GIT PULL 00/39] perf tools: filtering events using eBPF programs Arnaldo Carvalho de Melo <arnaldo.melo@gmail.com> - 2015-07-31 17:40 +0200
Re: perf eBPF patch ordering. was: Re: perf test LLVM was: Re: [GIT PULL 00/39] perf tools: filtering events using eBPF programs "Wangnan (F)" <wangnan0@huawei.com> - 2015-08-03 04:40 +0200
Re: perf eBPF patch ordering. was: Re: perf test LLVM was: Re: [GIT PULL 00/39] perf tools: filtering events using eBPF programs Arnaldo Carvalho de Melo <arnaldo.melo@gmail.com> - 2015-08-03 17:10 +0200
Re: perf eBPF patch ordering. was: Re: perf test LLVM was: Re: [GIT PULL 00/39] perf tools: filtering events using eBPF programs Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-03 17:20 +0200
Re: perf eBPF patch ordering. was: Re: perf test LLVM was: Re: [GIT PULL 00/39] perf tools: filtering events using eBPF programs pi3orama <pi3orama@163.com> - 2015-08-03 18:00 +0200
Re: perf eBPF patch ordering. was: Re: perf test LLVM was: Re: [GIT PULL 00/39] perf tools: filtering events using eBPF programs Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-03 18:20 +0200
Re: perf eBPF patch ordering. was: Re: perf test LLVM was: Re: [GIT PULL 00/39] perf tools: filtering events using eBPF programs Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-03 21:50 +0200
Re: perf eBPF patch ordering. was: Re: perf test LLVM was: Re: [GIT PULL 00/39] perf tools: filtering events using eBPF programs "Wangnan (F)" <wangnan0@huawei.com> - 2015-08-04 07:30 +0200
Re: perf eBPF patch ordering. was: Re: perf test LLVM was: Re: [GIT PULL 00/39] perf tools: filtering events using eBPF programs "Wangnan (F)" <wangnan0@huawei.com> - 2015-08-04 12:50 +0200
Re: perf eBPF patch ordering. was: Re: perf test LLVM was: Re: [GIT PULL 00/39] perf tools: filtering events using eBPF programs Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-04 18:00 +0200
Re: perf eBPF patch ordering. was: Re: perf test LLVM was: Re: [GIT PULL 00/39] perf tools: filtering events using eBPF programs Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-04 18:20 +0200
Re: perf eBPF patch ordering. was: Re: perf test LLVM was: Re: [GIT PULL 00/39] perf tools: filtering events using eBPF programs pi3orama <pi3orama@163.com> - 2015-08-04 18:20 +0200
Re: perf eBPF patch ordering. was: Re: perf test LLVM was: Re: [GIT PULL 00/39] perf tools: filtering events using eBPF programs "Wangnan (F)" <wangnan0@huawei.com> - 2015-08-06 04:00 +0200
Re: perf eBPF patch ordering. was: Re: perf test LLVM was: Re: [GIT PULL 00/39] perf tools: filtering events using eBPF programs Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-07 04:10 +0200
Re: perf eBPF patch ordering. was: Re: perf test LLVM was: Re: [GIT PULL 00/39] perf tools: filtering events using eBPF programs Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-07 04:10 +0200
csiph-web