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-01 01:25:44 linux-kernel Re: [RFC PATCH v9 02/50] tools build: Add feature check for eBPF API
2015-06-30 02:30:24 linux-kernel Re: [RFC PATCH v9 02/50] tools build: Add feature check for eBPF API
2015-06-30 01:40:07 linux-kernel Re: [RFC PATCH v9 49/50 -fix] perf probe: Init symbol as kprobe if any event is kprobe
2015-06-27 12:36:37 linux-kernel [PATCH v2] bpf: Use correct #ifdef controller for trace_call_bpf()
2015-06-27 12:26:23 linux-kernel [RFC PATCH v9 49/50 -fix] perf probe: Init symbol as kprobe if any event is kprobe
2015-06-27 12:11:35 linux-kernel [RFC PATCH v9 01/50 -fix] tracing, perf: Implement BPF programs attached to uprobes
2015-06-27 12:11:17 linux-kernel [PATCH] bpf: Use correct #ifdef controller for trace_call_bpf()
2015-06-27 11:17:39 linux-kernel Re: [RFC PATCH 1/3] perf probe: Init symbol as kprobe if any pev is kprobe
2015-06-27 07:35:34 linux-kernel Re: [RFC PATCH 1/3] perf probe: Init symbol as kprobe if any pev is kprobe
2015-06-27 00:15:39 linux-kernel Re: [RFC PATCH v9 00/50] perf tools: filtering events using eBPF programs
2015-06-26 14:32:02 linux-kernel [RFC PATCH v9 02/50] tools build: Add feature check for eBPF API
2015-06-26 14:31:24 linux-kernel [RFC PATCH v9 03/50] bpf tools: Introduce 'bpf' library to tools
2015-06-26 14:31:17 linux-kernel [RFC PATCH v9 07/50] bpf tools: Check endianness and make libbpf fail early
2015-06-26 14:31:12 linux-kernel [RFC PATCH v9 06/50] bpf tools: Read eBPF object from buffer
2015-06-26 14:30:35 linux-kernel [RFC PATCH v9 12/50] bpf tools: Collect eBPF programs from their own sections
2015-06-26 14:30:32 linux-kernel [RFC PATCH v9 11/50] bpf tools: Collect symbol table from SHT_SYMTAB section
2015-06-26 14:30:26 linux-kernel [RFC PATCH v9 10/50] bpf tools: Collect map definitions from 'maps' section
2015-06-26 14:29:54 linux-kernel [RFC PATCH v9 13/50] bpf tools: Collect relocation sections from SHT_REL sections
2015-06-26 14:29:19 linux-kernel [RFC PATCH v9 01/50] tracing, perf: Implement BPF programs attached to uprobes
2015-06-26 14:29:11 linux-kernel [RFC PATCH v9 09/50] bpf tools: Collect version and license from ELF sections
2015-06-26 14:28:07 linux-kernel [RFC PATCH v9 18/50] bpf tools: Introduce bpf_load_program() to bpf.c
2015-06-26 14:27:56 linux-kernel [RFC PATCH v9 19/50] bpf tools: Load eBPF programs in object files into kernel
2015-06-26 14:27:46 linux-kernel [RFC PATCH v9 16/50] bpf tools: Create eBPF maps defined in an object file
2015-06-26 14:27:34 linux-kernel [RFC PATCH v9 04/50] bpf tools: Allow caller to set printing function
2015-06-26 14:27:29 linux-kernel [RFC PATCH v9 17/50] bpf tools: Relocate eBPF programs
2015-06-26 14:27:22 linux-kernel [RFC PATCH v9 14/50] bpf tools: Record map accessing instructions for each program
2015-06-26 14:26:35 linux-kernel [RFC PATCH v9 15/50] bpf tools: Add bpf.c/h for common bpf operations
2015-06-26 14:26:18 linux-kernel [RFC PATCH v9 25/50] perf tools: Call clang to compile C source to object code
2015-06-26 14:25:49 linux-kernel [RFC PATCH v9 23/50] perf tools: Make perf depend on libbpf
2015-06-26 14:25:17 linux-kernel [RFC PATCH v9 32/50] perf probe: Attach trace_probe_event with perf_probe_event
2015-06-26 14:24:42 linux-kernel [RFC PATCH v9 33/50] perf record: Probe at kprobe points
2015-06-26 14:24:06 linux-kernel [RFC PATCH v9 24/50] perf tools: Introduce llvm config options
2015-06-26 14:23:57 linux-kernel [RFC PATCH v9 30/50] perf record: Compile scriptlets if pass '.c' to --event
2015-06-26 14:21:30 linux-kernel [RFC PATCH v9 31/50] perf tools: Parse probe points of eBPF programs during preparation
2015-06-26 14:21:22 linux-kernel [RFC PATCH v9 38/50] perf record: Add clang options for compiling BPF scripts
2015-06-26 14:21:15 linux-kernel [RFC PATCH v9 47/50] perf tools: Use same BPF program if arguments are identical
2015-06-26 14:20:32 linux-kernel [RFC PATCH v9 44/50] perf tools: Introduce arch_get_reg_info() for x86
2015-06-26 14:20:25 linux-kernel [RFC PATCH v9 40/50] perf tools: Fix probe-event.h include
2015-06-26 14:20:19 linux-kernel [RFC PATCH v9 42/50] perf tools: Move linux/filter.h to tools/include
2015-06-26 14:20:13 linux-kernel [RFC PATCH v9 29/50] perf record: Enable passing bpf object file to --event
2015-06-26 14:20:05 linux-kernel [RFC PATCH v9 43/50] perf tools: Add BPF_PROLOGUE config options for further patches
2015-06-26 14:19:40 linux-kernel [RFC PATCH v9 39/50] bpf tools: Load a program with different instance using preprocessor
2015-06-26 14:19:29 linux-kernel [RFC PATCH v9 46/50] perf tools: Generate prologue for BPF programs
2015-06-26 14:19:14 linux-kernel [RFC PATCH v9 45/50] perf tools: Add prologue for BPF programs for fetching arguments
2015-06-26 14:18:59 linux-kernel [RFC PATCH v9 35/50] perf tools: Add bpf_fd field to evsel and config it
2015-06-26 14:18:24 linux-kernel [RFC PATCH v9 50/50] perf tools: Support attach BPF program on uprobe events
2015-06-26 14:18:11 linux-kernel [RFC PATCH v9 41/50] perf probe: Reset tev->args and tev->nargs when failure
2015-06-26 14:17:30 linux-kernel [RFC PATCH v9 49/50] perf probe: Init symbol as kprobe if any event is kprobe
2015-06-26 14:17:27 linux-kernel [RFC PATCH v9 48/50] perf record: Support custom vmlinux path
2015-06-26 14:17:19 linux-kernel [RFC PATCH v9 37/50] perf tools: Suppress probing messages when probing by BPF loading
2015-06-26 14:17:14 linux-kernel [RFC PATCH v9 27/50] perf tools: Auto detecting kernel build directory