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-05-15 11:02:55 linux-kernel [PATCH] bpf: fix a race between perf_event_fd and kprobe freeing
2015-05-15 09:43:03 linux-kernel Re: [RFC PATCH v2 00/37] perf tools: introduce 'perf bpf' command to load eBPF programs.
2015-05-15 09:21:12 linux-kernel Re: [BUG] kernel panic after bpf program removed.
2015-05-15 08:41:34 linux-kernel Re: [RFC PATCH v2 00/37] perf tools: introduce 'perf bpf' command to load eBPF programs.
2015-05-15 08:15:28 linux-kernel [RFC PATCH v2 33/37] tools perf bpf: load eBPF object into kernel.
2015-05-15 08:12:40 linux-kernel [RFC PATCH v2 20/37] tools lib bpf: create maps needed by object file.
2015-05-15 08:11:03 linux-kernel [RFC PATCH v2 35/37] tools perf: add bpf_fd field to evsel and introduce new event syntax.
2015-05-15 08:00:31 linux-kernel [RFC PATCH v2 31/37] tools perf: config probe points of eBPF programs during prepartion.
2015-05-15 08:00:21 linux-kernel [RFC PATCH v2 27/37] tools perf: make perf depend on libbpf.
2015-05-15 07:59:43 linux-kernel [RFC PATCH v2 18/37] tools lib bpf: clean elf memory after loading.
2015-05-15 07:59:15 linux-kernel [RFC PATCH v2 25/37] tools lib bpf: accessors for struct bpf_object.
2015-05-15 07:59:13 linux-kernel [RFC PATCH v2 23/37] tools lib bpf: load bpf programs in object file into kernel.
2015-05-15 07:59:11 linux-kernel [RFC PATCH v2 21/37] tools lib bpf: relocation programs.
2015-05-15 07:58:34 linux-kernel [RFC PATCH v2 07/37] tools lib bpf: defines basic interface.
2015-05-15 07:58:05 linux-kernel [RFC PATCH v2 32/37] tools perf bpf: probe at kprobe points.
2015-05-15 07:57:37 linux-kernel [RFC PATCH v2 09/37] tools lib bpf: check swap according to EHDR.
2015-05-15 07:56:55 linux-kernel [RFC PATCH v2 29/37] tools perf: add bpf-loader and open elf object files.
2015-05-15 07:56:49 linux-kernel [RFC PATCH v2 15/37] tools lib bpf: collect bpf programs from object files.
2015-05-15 07:56:12 linux-kernel [RFC PATCH v2 11/37] tools lib bpf: collect version and license from ELF.
2015-05-15 07:55:01 linux-kernel [RFC PATCH v2 36/37] tools perf: generate event argv.
2015-05-15 07:54:40 linux-kernel [RFC PATCH v2 24/37] tools lib bpf: accessors of bpf_program.
2015-05-15 07:54:29 linux-kernel [RFC PATCH v2 00/37] perf tools: introduce 'perf bpf' command to load eBPF programs.
2015-05-15 07:54:11 linux-kernel [RFC PATCH v2 14/37] tools lib bpf: collect symbol table in object files.
2015-05-15 07:54:04 linux-kernel [RFC PATCH v2 16/37] tools lib bpf: collect relocation sections from object file.
2015-05-15 07:54:00 linux-kernel [RFC PATCH v2 37/37] tools perf bpf: passes generated arguments to cmd_record.
2015-05-15 07:53:55 linux-kernel [RFC PATCH v2 12/37] tools lib bpf: collect map definitions.
2015-05-15 07:53:52 linux-kernel [RFC PATCH v2 30/37] tools perf: collect all bpf programs.
2015-05-15 07:53:43 linux-kernel [RFC PATCH v2 13/37] tools lib bpf: collect config section in object.
2015-05-15 07:53:38 linux-kernel [RFC PATCH v2 05/37] tools lib bpf: introduce 'bpf' library to tools.
2015-05-15 07:53:30 linux-kernel [RFC PATCH v2 28/37] tools perf: add 'perf bpf record' subcommand.
2015-05-15 07:53:25 linux-kernel [RFC PATCH v2 19/37] tools lib bpf: add bpf.c/h for common bpf operations.
2015-05-15 07:53:15 linux-kernel [RFC PATCH v2 17/37] tools lib bpf: collect relocation instructions for each program.
2015-05-15 07:53:08 linux-kernel [RFC PATCH v2 34/37] tools perf: add a bpf_wrapper global flag.
2015-05-15 07:53:00 linux-kernel [RFC PATCH v2 06/37] tools lib bpf: allow set printing function.
2015-05-15 07:52:56 linux-kernel [RFC PATCH v2 08/37] tools lib bpf: open eBPF object file and do basic validation.
2015-05-15 07:52:53 linux-kernel [RFC PATCH v2 10/37] tools lib bpf: iterater over elf sections to collect information.
2015-05-15 07:52:47 linux-kernel [RFC PATCH v2 03/37] tools build: Allow other override features to check.
2015-05-15 07:52:37 linux-kernel [RFC PATCH v2 26/37] tools perf: Add new 'perf bpf' command.
2015-05-15 07:52:32 linux-kernel [RFC PATCH v2 22/37] tools lib bpf: introduce bpf_load_program to bpf.c.
2015-05-15 07:52:21 linux-kernel [RFC PATCH v2 01/37] tools perf: set vmlinux_path__nr_entries to 0 in vmlinux_path__exit.
2015-05-15 07:52:19 linux-kernel [RFC PATCH v2 02/37] tools lib traceevent: install libtraceevent.a into libdir.
2015-05-15 07:52:17 linux-kernel [RFC PATCH v2 04/37] tools include: add __aligned_u64 to types.h.
2015-05-15 03:54:45 linux-kernel [BUG] kernel panic after bpf program removed.
2015-05-14 12:23:36 linux-kernel [PATCH] tools perf: set vmlinux_path__nr_entries to 0 in vmlinux_path__exit.
2015-05-06 10:00:59 linux-kernel [PATCH v2] tools lib traceevent: install libtraceevent.a into libdir.
2015-05-06 05:00:40 linux-kernel Re: [RFC PATCH 00/22] perf tools: introduce 'perf bpf' command to load eBPF programs.
2015-05-06 04:47:11 linux-kernel Re: [RFC PATCH 00/22] perf tools: introduce 'perf bpf' command to load eBPF programs.
2015-05-06 04:41:41 linux-kernel Re: [RFC PATCH 0/6] perf bpf: Probing with local variable
2015-05-06 03:58:28 linux-kernel Re: [RFC PATCH 0/6] perf bpf: Probing with local variable
2015-05-06 02:38:04 linux-kernel Re: [RFC PATCH 21/22] perf bpf: probe at kprobe points.
2015-05-05 06:15:15 linux-kernel Re: [RFC PATCH 00/22] perf tools: introduce 'perf bpf' command to load eBPF programs.