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-01 09:54:30
linux-kernel
[RFC PATCH v5 13/30] bpf tools: Collect relocation sections from SHT_REL sections
2015-06-01 08:08:52
linux-kernel
Re: [RFC PATCH v4 17/29] bpf tools: Relocate eBPF programs
2015-06-01 05:20:14
linux-kernel
Re: [RFC PATCH v4 10/29] bpf tools: Collect map definitions from 'maps' section
2015-05-26 06:24:17
linux-kernel
Re: [RFC PATCH v3 00/37] perf tools: introduce 'perf bpf' command to load eBPF programs.
2015-05-26 00:06:19
linux-kernel
Re: [RFC PATCH v3 09/37] bpf tools: Open eBPF object file and do basic validation
2015-05-25 11:47:48
linux-kernel
Re: [RFC PATCH v3 30/37] perf bpf: Add bpf-loader and open ELF object files
2015-05-25 09:26:20
linux-kernel
Re: [RFC PATCH v3 21/37] bpf tools: Create eBPF maps defined in an object file
2015-05-25 07:40:05
linux-kernel
Re: [RFC PATCH v3 18/37] bpf tools: Record map accessing instructions for each program
2015-05-21 07:12:01
linux-kernel
Re: [RFC PATCH v3 06/37] bpf tools: Introduce 'bpf' library to tools
2015-05-21 00:27:54
linux-kernel
Re: [RFC PATCH v3 06/37] bpf tools: Introduce 'bpf' library to tools
2015-05-20 03:48:51
linux-kernel
Re: [RFC PATCH v3 06/37] bpf tools: Introduce 'bpf' library to tools
2015-05-18 12:48:51
linux-kernel
Re: [RFC PATCH v3 16/37] bpf tools: Collect eBPF programs from their own sections
2015-05-17 11:05:14
linux-kernel
[RFC PATCH v3 06/37] bpf tools: Introduce 'bpf' library to tools
2015-05-17 11:05:08
linux-kernel
[RFC PATCH v3 05/37] tools: Add __aligned_u64 to types.h
2015-05-17 11:05:00
linux-kernel
[RFC PATCH v3 09/37] bpf tools: Open eBPF object file and do basic validation
2015-05-17 11:04:50
linux-kernel
[RFC PATCH v3 01/37] perf/events/core: fix race in bpf program unregister
2015-05-17 11:04:37
linux-kernel
[RFC PATCH v3 08/37] bpf tools: Define basic interface
2015-05-17 11:04:29
linux-kernel
[RFC PATCH v3 10/37] bpf tools: Check endianess and set swap flag according to EHDR
2015-05-17 11:04:18
linux-kernel
[RFC PATCH v3 03/37] tools lib traceevent: Install libtraceevent.a into libdir
2015-05-17 11:04:15
linux-kernel
[RFC PATCH v3 13/37] bpf tools: Collect map definitions from 'maps' section
2015-05-17 11:04:10
linux-kernel
[RFC PATCH v3 11/37] bpf tools: Iterate over ELF sections to collect information
2015-05-17 11:04:05
linux-kernel
[RFC PATCH v3 15/37] bpf tools: Collect symbol table from SHT_SYMTAB section
2015-05-17 11:03:58
linux-kernel
[RFC PATCH v3 12/37] bpf tools: Collect version and license from ELF sections
2015-05-17 11:03:42
linux-kernel
[RFC PATCH v3 14/37] bpf tools: Collect config string from 'config' section
2015-05-17 11:03:25
linux-kernel
[RFC PATCH v3 21/37] bpf tools: Create eBPF maps defined in an object file
2015-05-17 11:03:09
linux-kernel
[RFC PATCH v3 19/37] bpf tools: Clear libelf and ELF parsing resrouce to finish opening
2015-05-17 11:02:59
linux-kernel
[RFC PATCH v3 17/37] bpf tools: Collect relocation sections from SHT_REL sections
2015-05-17 11:02:48
linux-kernel
[RFC PATCH v3 22/37] bpf tools: Relocate eBPF programs
2015-05-17 11:02:37
linux-kernel
[RFC PATCH v3 18/37] bpf tools: Record map accessing instructions for each program
2015-05-17 11:02:24
linux-kernel
[RFC PATCH v3 20/37] bpf tools: Add bpf.c/h for common bpf operations
2015-05-17 11:01:40
linux-kernel
[RFC PATCH v3 28/37] perf tools: Make perf depend on libbpf
2015-05-17 11:01:34
linux-kernel
[RFC PATCH v3 25/37] bpf tools: Introduce accessors for struct bpf_program
2015-05-17 11:01:27
linux-kernel
[RFC PATCH v3 27/37] perf tools: Add new 'perf bpf' command
2015-05-17 11:01:20
linux-kernel
[RFC PATCH v3 35/37] perf tools: Add a bpf_wrapper global flag
2015-05-17 11:01:13
linux-kernel
[RFC PATCH v3 23/37] bpf tools: Introduce bpf_load_program() to bpf.c
2015-05-17 11:00:29
linux-kernel
[RFC PATCH v3 30/37] perf bpf: Add bpf-loader and open ELF object files
2015-05-17 11:00:22
linux-kernel
[RFC PATCH v3 32/37] perf bpf: Parse probe points of eBPF programs during preparation
2015-05-17 11:00:11
linux-kernel
[RFC PATCH v3 29/37] perf bpf: Add 'perf bpf record' subcommand
2015-05-17 11:00:02
linux-kernel
[RFC PATCH v3 33/37] perf bpf: Probe at kprobe points
2015-05-17 10:59:50
linux-kernel
[RFC PATCH v3 34/37] perf bpf: Load all eBPF object into kernel
2015-05-17 10:59:41
linux-kernel
[RFC PATCH v3 31/37] perf bpf: Collect all eBPF programs
2015-05-17 10:59:30
linux-kernel
[RFC PATCH v3 37/37] perf tools: Attach eBPF program to perf event
2015-05-17 10:59:20
linux-kernel
[RFC PATCH v3 36/37] perf tools: Add bpf_fd field to evsel and config it
2015-05-17 10:58:48
linux-kernel
[RFC PATCH v3 26/37] bpf tools: Introduce accessors for struct bpf_object
2015-05-17 10:58:41
linux-kernel
[RFC PATCH v3 24/37] bpf tools: Load eBPF programs in object files into kernel
2015-05-17 10:58:32
linux-kernel
[RFC PATCH v3 07/37] bpf tools: Allow caller to set printing function
2015-05-17 10:58:20
linux-kernel
[RFC PATCH v3 04/37] tools: Change FEATURE_TESTS and FEATURE_DISPLAY to weak binding
2015-05-17 10:58:08
linux-kernel
[RFC PATCH v3 00/37] perf tools: introduce 'perf bpf' command to load eBPF programs.
2015-05-17 10:57:56
linux-kernel
[RFC PATCH v3 02/37] perf tools: Set vmlinux_path__nr_entries to 0 in vmlinux_path__exit
2015-05-17 10:57:44
linux-kernel
[RFC PATCH v3 16/37] bpf tools: Collect eBPF programs from their own sections
2015-05-15 12:15:21
linux-kernel
[PATCH tip/perf/core] perf probe: Load map before glob matching