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-24 12:34:41
linux-kernel
[RFC PATCH v8 45/49] perf tools: Introduce arch_get_reg_info() for x86
2015-06-24 12:34:35
linux-kernel
[RFC PATCH v8 47/49] perf tools: Generate prologue for BPF programs
2015-06-24 12:34:29
linux-kernel
[RFC PATCH v8 44/49] perf tools: Add BPF_PROLOGUE config options for further patches
2015-06-24 12:34:20
linux-kernel
[RFC PATCH v8 49/49] perf record: Support custom vmlinux path
2015-06-24 12:34:14
linux-kernel
[RFC PATCH v8 43/49] perf tools: Iterater over tev instead of pev in bpf__for_each_program
2015-06-24 12:34:09
linux-kernel
[RFC PATCH v8 36/49] perf tools: Suppress probing messages when probing by BPF loading
2015-06-24 12:33:57
linux-kernel
[RFC PATCH v8 03/49] bpf tools: Allow caller to set printing function
2015-06-24 12:33:48
linux-kernel
[RFC PATCH v8 10/49] bpf tools: Collect symbol table from SHT_SYMTAB section
2015-06-24 12:33:42
linux-kernel
[RFC PATCH v8 07/49] bpf tools: Iterate over ELF sections to collect information
2015-06-24 12:33:36
linux-kernel
[RFC PATCH v8 17/49] bpf tools: Introduce bpf_load_program() to bpf.c
2015-06-24 12:33:27
linux-kernel
[RFC PATCH v8 05/49] bpf tools: Read eBPF object from buffer
2015-06-24 12:33:19
linux-kernel
[RFC PATCH v8 04/49] bpf tools: Open eBPF object file and do basic validation
2015-06-24 12:33:16
linux-kernel
[RFC PATCH v8 00/49] perf tools: filtering events using eBPF programs
2015-06-24 12:33:10
linux-kernel
[RFC PATCH v8 09/49] bpf tools: Collect map definitions from 'maps' section
2015-06-24 12:33:00
linux-kernel
[RFC PATCH v8 08/49] bpf tools: Collect version and license from ELF sections
2015-06-24 12:32:49
linux-kernel
[RFC PATCH v8 06/49] bpf tools: Check endianess and make libbpf fail early
2015-06-19 09:28:13
linux-kernel
Re: [RFC] perf report: introduce --map-anon-mem for anon-executable-memory symbols parsing
2015-06-19 00:45:24
linux-kernel
Re: [PATCH v2] bpf: fix a bug in verification logic when SUB operation taken on FRAME_PTR
2015-06-18 08:34:19
linux-kernel
[PATCH v2] bpf: fix a bug in verification logic when SUB operation taken on FRAME_PTR
2015-06-18 08:13:30
linux-kernel
[PATCH] bpf: fix a bug in verification logic when SUB operation taken on FRAME_PTR
2015-06-17 14:46:53
linux-kernel
[PATCH] perf tools: Move libtraceevent dynamic list to separated LDFLAGS variable
2015-06-17 12:42:23
linux-kernel
Re: [PATCH RESEND] perf tools: Ignore .config-detected in .gitignore
2015-06-17 12:06:47
linux-kernel
[PATCH RESEND] perf tools: Ignore .config-detected in .gitignore
2015-06-17 11:54:54
linux-kernel
Re: [PATCH tip] perf tools: Fix a compiling problem
2015-06-17 11:52:26
linux-kernel
Re: [PATCH] perf unwind: Fix a compile error
2015-06-17 09:57:12
linux-kernel
[PATCH v2] perf tools: Fix a problem when opening old perf.data with different byte order
2015-06-17 03:41:12
linux-kernel
[PATCH] perf tools: Fix a problem when opening old perf.data with different byte order
2015-06-16 05:30:32
linux-kernel
Re: [RFC PATCH v7 00/37] perf tools: filtering events using eBPF programs
2015-06-12 06:59:26
linux-kernel
Re: latency histogram with BPF
2015-06-12 06:31:19
linux-kernel
[RFC PATCH v7 37/37 -fix] perf record: Add clang options for compiling BPF scripts
2015-06-12 06:09:17
linux-kernel
Re: [RFC PATCH v7 37/37] perf record: Add clang options for compiling BPF scripts
2015-06-12 05:46:13
linux-kernel
[RFC PATCH v7 16/37] bpf tools: Relocate eBPF programs
2015-06-12 05:46:12
linux-kernel
[RFC PATCH v7 14/37] bpf tools: Add bpf.c/h for common bpf operations
2015-06-12 05:45:29
linux-kernel
[RFC PATCH v7 11/37] bpf tools: Collect eBPF programs from their own sections
2015-06-12 05:45:25
linux-kernel
[RFC PATCH v7 15/37] bpf tools: Create eBPF maps defined in an object file
2015-06-12 05:44:32
linux-kernel
[RFC PATCH v7 17/37] bpf tools: Introduce bpf_load_program() to bpf.c
2015-06-12 05:44:30
linux-kernel
[RFC PATCH v7 12/37] bpf tools: Collect relocation sections from SHT_REL sections
2015-06-12 05:44:25
linux-kernel
[RFC PATCH v7 13/37] bpf tools: Record map accessing instructions for each program
2015-06-12 05:44:04
linux-kernel
[RFC PATCH v7 20/37] bpf tools: Introduce accessors for struct bpf_object
2015-06-12 05:43:05
linux-kernel
[RFC PATCH v7 22/37] perf tools: Make perf depend on libbpf
2015-06-12 05:42:59
linux-kernel
[RFC PATCH v7 18/37] bpf tools: Load eBPF programs in object files into kernel
2015-06-12 05:42:57
linux-kernel
[RFC PATCH v7 19/37] bpf tools: Introduce accessors for struct bpf_program
2015-06-12 05:40:58
linux-kernel
[RFC PATCH v7 05/37] bpf tools: Read eBPF object from buffer
2015-06-12 05:40:54
linux-kernel
[RFC PATCH v7 27/37] perf tools: Auto detecting kernel include options
2015-06-12 05:40:51
linux-kernel
[RFC PATCH v7 07/37] bpf tools: Iterate over ELF sections to collect information
2015-06-12 05:40:46
linux-kernel
[RFC PATCH v7 25/37] perf tests: Add LLVM test for eBPF on-the-fly compiling
2015-06-12 05:40:42
linux-kernel
[RFC PATCH v7 02/37] bpf tools: Introduce 'bpf' library to tools
2015-06-12 05:40:38
linux-kernel
[RFC PATCH v7 24/37] perf tools: Call clang to compile C source to object code
2015-06-12 05:40:36
linux-kernel
[RFC PATCH v7 04/37] bpf tools: Open eBPF object file and do basic validation
2015-06-12 05:40:34
linux-kernel
[RFC PATCH v7 06/37] bpf tools: Check endianess and make libbpf fail early
2015-06-12 05:40:29
linux-kernel
[RFC PATCH v7 26/37] perf tools: Auto detecting kernel build directory