LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
2015-06-26 14:17:11
linux-kernel
[RFC PATCH v9 34/50] perf record: Load all eBPF object into kernel
2015-06-26 14:17:08
linux-kernel
[RFC PATCH v9 36/50] perf tools: Attach eBPF program to perf event
2015-06-26 14:17:05
linux-kernel
[RFC PATCH v9 26/50] perf tests: Add LLVM test for eBPF on-the-fly compiling
2015-06-26 14:17:00
linux-kernel
[RFC PATCH v9 28/50] perf tools: Auto detecting kernel include options
2015-06-26 14:16:57
linux-kernel
[RFC PATCH v9 21/50] bpf tools: Introduce accessors for struct bpf_object
2015-06-26 14:16:53
linux-kernel
[RFC PATCH v9 22/50] bpf tools: Link all bpf objects onto a list
2015-06-26 14:16:48
linux-kernel
[RFC PATCH v9 20/50] bpf tools: Introduce accessors for struct bpf_program
2015-06-26 14:16:40
linux-kernel
[RFC PATCH v9 08/50] bpf tools: Iterate over ELF sections to collect information
2015-06-26 14:16:38
linux-kernel
[RFC PATCH v9 00/50] perf tools: filtering events using eBPF programs
2015-06-26 14:16:35
linux-kernel
[RFC PATCH v9 05/50] bpf tools: Open eBPF object file and do basic validation
2015-06-26 11:11:25
linux-kernel
Re: [RFC PATCH 3/3] perf tools: Support attach BPF program on uprobe events
2015-06-26 11:01:48
linux-kernel
Re: [RFC PATCH v8 38/49] bpf tools: Load instructions buffer using load_program()
2015-06-26 04:24:55
linux-kernel
Re: [RFC PATCH v8 46/49] perf tools: Add prologue for BPF programs for fetching arguments
2015-06-25 10:38:26
linux-kernel
[RFC PATCH 1/3] perf probe: Init symbol as kprobe if any pev is kprobe
2015-06-25 10:38:18
linux-kernel
[RFC PATCH 0/3] tracing, perf tools: Attach BPF program on uprobe events
2015-06-25 10:38:11
linux-kernel
[RFC PATCH 2/3] tracing, perf: Implement BPF programs attached to uprobes
2015-06-25 10:38:02
linux-kernel
[RFC PATCH 3/3] perf tools: Support attach BPF program on uprobe events
2015-06-24 12:45:00
linux-kernel
[RFC PATCH v8 01/49] tools build: Add feature check for eBPF API
2015-06-24 12:44:49
linux-kernel
[RFC PATCH v8 02/49] bpf tools: Introduce 'bpf' library to tools
2015-06-24 12:44:40
linux-kernel
[RFC PATCH v8 20/49] bpf tools: Introduce accessors for struct bpf_object
2015-06-24 12:44:30
linux-kernel
[RFC PATCH v8 15/49] bpf tools: Create eBPF maps defined in an object file
2015-06-24 12:44:26
linux-kernel
[RFC PATCH v8 18/49] bpf tools: Load eBPF programs in object files into kernel
2015-06-24 12:44:18
linux-kernel
[RFC PATCH v8 21/49] bpf tools: Link all bpf objects onto a list
2015-06-24 12:43:16
linux-kernel
[RFC PATCH v8 24/49] perf tools: Call clang to compile C source to object code
2015-06-24 12:43:07
linux-kernel
[RFC PATCH v8 19/49] bpf tools: Introduce accessors for struct bpf_program
2015-06-24 12:42:56
linux-kernel
[RFC PATCH v8 22/49] perf tools: Make perf depend on libbpf
2015-06-24 12:42:46
linux-kernel
[RFC PATCH v8 23/49] perf tools: Introduce llvm config options
2015-06-24 12:42:34
linux-kernel
[RFC PATCH v8 13/49] bpf tools: Record map accessing instructions for each program
2015-06-24 12:42:21
linux-kernel
[RFC PATCH v8 33/49] perf record: Load all eBPF object into kernel
2015-06-24 12:42:12
linux-kernel
[RFC PATCH v8 32/49] perf record: Probe at kprobe points
2015-06-24 12:42:07
linux-kernel
[RFC PATCH v8 12/49] bpf tools: Collect relocation sections from SHT_REL sections
2015-06-24 12:41:57
linux-kernel
[RFC PATCH v8 11/49] bpf tools: Collect eBPF programs from their own sections
2015-06-24 12:41:50
linux-kernel
[RFC PATCH v8 38/49] bpf tools: Load instructions buffer using load_program()
2015-06-24 12:41:45
linux-kernel
[RFC PATCH v8 14/49] bpf tools: Add bpf.c/h for common bpf operations
2015-06-24 12:40:40
linux-kernel
[RFC PATCH v8 34/49] perf tools: Add bpf_fd field to evsel and config it
2015-06-24 12:40:35
linux-kernel
[RFC PATCH v8 29/49] perf record: Compile scriptlets if pass '.c' to --event
2015-06-24 12:40:17
linux-kernel
[RFC PATCH v8 26/49] perf tools: Auto detecting kernel build directory
2015-06-24 12:40:02
linux-kernel
[RFC PATCH v8 35/49] perf tools: Attach eBPF program to perf event
2015-06-24 12:39:51
linux-kernel
[RFC PATCH v8 31/49] perf probe: Attach trace_probe_event with perf_probe_event
2015-06-24 12:39:26
linux-kernel
[RFC PATCH v8 30/49] perf tools: Parse probe points of eBPF programs during preparation
2015-06-24 12:39:18
linux-kernel
[RFC PATCH v8 27/49] perf tools: Auto detecting kernel include options
2015-06-24 12:39:02
linux-kernel
[RFC PATCH v8 40/49] perf tools: Fix probe-event.h include
2015-06-24 12:38:33
linux-kernel
[RFC PATCH v8 41/49] perf probe: Reset tev->args and tev->nargs when failure
2015-06-24 12:38:02
linux-kernel
[RFC PATCH v8 39/49] bpf tools: Load a program with different instance using preprocessor
2015-06-24 12:37:45
linux-kernel
[RFC PATCH v8 42/49] perf tools: Move linux/filter.h to tools/include
2015-06-24 12:37:21
linux-kernel
[RFC PATCH v8 37/49] perf record: Add clang options for compiling BPF scripts
2015-06-24 12:37:13
linux-kernel
[RFC PATCH v8 28/49] perf record: Enable passing bpf object file to --event
2015-06-24 12:36:38
linux-kernel
[RFC PATCH v8 25/49] perf tests: Add LLVM test for eBPF on-the-fly compiling
2015-06-24 12:36:16
linux-kernel
[RFC PATCH v8 16/49] bpf tools: Relocate eBPF programs
2015-06-24 12:36:08
linux-kernel
[RFC PATCH v8 46/49] perf tools: Add prologue for BPF programs for fetching arguments
2015-06-24 12:34:49
linux-kernel
[RFC PATCH v8 48/49] perf tools: Use same BPF program if arguments are identical