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