Wang Nan ([email protected])

Number of posts: 1715 (1.23 per day)
First post: 2014-01-02 07:55:34
Last post: 2017-11-01 05:55:36

Date List Subject
2015-07-17 03:37:38 linux-kernel Re: [RFC PATCH v5 2/3] tools lib traceevent: Add function to get dynamic arrays length
2015-07-17 02:43:14 linux-kernel Re: [RFC PATCH v5 0/3] Make eBPF programs output data to perf
2015-07-17 02:34:44 linux-kernel Re: perf test LLVM was: Re: [GIT PULL 00/39] perf tools: filtering events using eBPF programs
2015-07-15 11:08:36 linux-kernel Re: perf test LLVM was: Re: [GIT PULL 00/39] perf tools: filtering events using eBPF programs
2015-07-15 11:02:59 linux-kernel [PATCH updated 16/39] perf tests: Add LLVM test for eBPF on-the-fly compiling
2015-07-14 07:25:30 linux-kernel Re: [PATCH 14/39] perf tools: Auto detecting kernel build directory
2015-07-14 06:57:44 linux-kernel Re: [PATCH 14/39] perf tools: Auto detecting kernel build directory
2015-07-14 04:03:10 linux-kernel Re: [PATCH 02/39] bpf tools: Collect eBPF programs from their own sections
2015-07-14 04:03:00 linux-kernel Re: [PATCH 06/39] bpf tools: Create eBPF maps defined in an object file
2015-07-13 05:52:24 linux-kernel Re: [PATCH 28/39] bpf tools: Load a program with different instances using preprocessor
2015-07-10 07:36:59 linux-kernel [PATCH 2/2] perf record: Allow passing perf's own pid to '--filter'
2015-07-10 07:36:46 linux-kernel [PATCH 1/2] perf record: Apply filter to all events in a glob matching
2015-07-10 03:16:57 linux-kernel Re: [PATCH 02/39] bpf tools: Collect eBPF programs from their own sections
2015-07-09 12:48:28 linux-kernel [PATCH 13/39] perf tools: Call clang to compile C source to object code
2015-07-09 12:48:01 linux-kernel [PATCH 21/39] perf probe: Attach trace_probe_event with perf_probe_event
2015-07-09 12:47:10 linux-kernel [PATCH 36/39] perf tools: Use same BPF program if arguments are identical
2015-07-09 12:46:52 linux-kernel [PATCH 02/39] bpf tools: Collect eBPF programs from their own sections
2015-07-09 12:46:44 linux-kernel [PATCH 06/39] bpf tools: Create eBPF maps defined in an object file
2015-07-09 12:45:54 linux-kernel [PATCH 34/39] perf tools: Add prologue for BPF programs for fetching arguments
2015-07-09 12:45:11 linux-kernel [PATCH 25/39] perf tools: Attach eBPF program to perf event
2015-07-09 12:45:04 linux-kernel [PATCH 14/39] perf tools: Auto detecting kernel build directory
2015-07-09 12:44:50 linux-kernel [PATCH 29/39] perf tools: Fix probe-event.h include
2015-07-09 12:44:35 linux-kernel [PATCH 18/39] perf record: Enable passing bpf object file to --event
2015-07-09 12:44:10 linux-kernel [PATCH 31/39] perf tools: Move linux/filter.h to tools/include
2015-07-09 12:44:03 linux-kernel [PATCH 26/39] perf tools: Suppress probing messages when probing by BPF loading
2015-07-09 12:43:44 linux-kernel [PATCH 27/39] perf record: Add clang options for compiling BPF scripts
2015-07-09 12:43:07 linux-kernel [PATCH 32/39] perf tools: Add BPF_PROLOGUE config options for further patches
2015-07-09 12:42:31 linux-kernel [PATCH 30/39] perf probe: Reset args and nargs for probe_trace_event when failure
2015-07-09 12:41:45 linux-kernel [PATCH 35/39] perf tools: Generate prologue for BPF programs
2015-07-09 12:41:18 linux-kernel [PATCH 28/39] bpf tools: Load a program with different instances using preprocessor
2015-07-09 12:41:12 linux-kernel [PATCH 24/39] perf tools: Add bpf_fd field to evsel and config it
2015-07-09 12:40:37 linux-kernel [PATCH 37/39] perf record: Support custom vmlinux path
2015-07-09 12:40:26 linux-kernel [PATCH 23/39] perf record: Load all eBPF object into kernel
2015-07-09 12:40:21 linux-kernel [PATCH 09/39] bpf tools: Load eBPF programs in object files into kernel
2015-07-09 12:40:15 linux-kernel [PATCH 15/39] perf tools: Auto detecting kernel include options
2015-07-09 12:40:03 linux-kernel [PATCH 22/39] perf record: Probe at kprobe points
2015-07-09 12:39:51 linux-kernel [PATCH 19/39] perf record: Compile scriptlets if pass '.c' to --event
2015-07-09 12:39:38 linux-kernel [PATCH 11/39] bpf tools: Link all bpf objects onto a list
2015-07-09 12:38:47 linux-kernel [PATCH 08/39] bpf tools: Introduce bpf_load_program() to bpf.c
2015-07-09 12:38:40 linux-kernel [GIT PULL 00/39] perf tools: filtering events using eBPF programs
2015-07-09 12:38:34 linux-kernel [PATCH 03/39] bpf tools: Collect relocation sections from SHT_REL sections
2015-07-09 12:38:30 linux-kernel [PATCH 04/39] bpf tools: Record map accessing instructions for each program
2015-07-09 12:38:25 linux-kernel [PATCH 10/39] bpf tools: Introduce accessors for struct bpf_program
2015-07-09 12:38:15 linux-kernel [PATCH 16/39] perf tests: Add LLVM test for eBPF on-the-fly compiling
2015-07-09 12:38:09 linux-kernel [PATCH 12/39] perf tools: Introduce llvm config options
2015-07-09 12:37:59 linux-kernel [PATCH 17/39] perf tools: Make perf depend on libbpf
2015-07-09 12:37:15 linux-kernel [PATCH 38/39] perf probe: Init symbol as kprobe if any event is kprobe
2015-07-09 12:37:13 linux-kernel [PATCH 39/39] perf tools: Support attach BPF program on uprobe events
2015-07-09 12:37:10 linux-kernel [PATCH 33/39] perf tools: Introduce arch_get_reg_info() for x86
2015-07-09 12:36:56 linux-kernel [PATCH 20/39] perf tools: Parse probe points of eBPF programs during preparation
2015-07-09 12:36:43 linux-kernel [PATCH 05/39] bpf tools: Add bpf.c/h for common bpf operations