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-08-26 08:38:13 linux-kernel [PATCH] perf tools: Don't set cmdline_group_boundary if no evsel is collected
2015-08-26 07:41:27 linux-kernel [PATCH v2 2/4] perf probe: Fix list result when address is zero
2015-08-26 07:41:25 linux-kernel [PATCH v2 4/4] tracing/uprobes: Do not print '0x (null)' when offset is 0
2015-08-26 07:41:23 linux-kernel [PATCH v2 1/4] perf probe: Prevent segfault when reading probe point with absolute address
2015-08-26 07:41:00 linux-kernel [PATCH v2 3/4] perf probe: Support probing at absolute address
2015-08-26 07:40:51 linux-kernel [PATCH v2 0/4] perf probe, tracing/uprobes: Support probing at absolute address
2015-08-26 02:38:57 linux-kernel Re: [PATCH 2/2] perf probe: Support probing at absolute address
2015-08-25 13:27:55 linux-kernel [PATCH 2/2] perf probe: Support probing at absolute address
2015-08-25 13:27:53 linux-kernel [PATCH 1/2] perf probe: Prevent segfault when reading probe point with absolute address
2015-08-21 10:23:26 linux-kernel [PATCH 08/29] perf record: Load all eBPF object into kernel
2015-08-21 10:17:57 linux-kernel [PATCH 07/29] perf bpf: Collect 'struct perf_probe_event' for bpf_program
2015-08-21 10:17:54 linux-kernel [PATCH 02/29] perf tools: Make perf depend on libbpf
2015-08-21 10:17:53 linux-kernel [PATCH 06/29] perf record, bpf: Parse and probe eBPF programs probe points
2015-08-21 10:17:03 linux-kernel [PATCH 12/29] perf record: Add clang options for compiling BPF scripts
2015-08-21 10:16:29 linux-kernel [PATCH 24/29] perf tools: Use same BPF program if arguments are identical
2015-08-21 10:15:45 linux-kernel [PATCH 21/29] perf tools: Introduce arch_get_reg_info() for x86
2015-08-21 10:15:35 linux-kernel [PATCH 25/29] perf record: Support custom vmlinux path
2015-08-21 10:15:07 linux-kernel [PATCH 15/29] perf test: Add 'perf test BPF'
2015-08-21 10:13:51 linux-kernel [PATCH 28/29] tools lib traceevent: Support function __get_dynamic_array_len
2015-08-21 10:13:07 linux-kernel [PATCH 29/29] bpf: Introduce function for outputing data to perf event
2015-08-21 10:13:01 linux-kernel [PATCH 23/29] perf tools: Generate prologue for BPF programs
2015-08-21 10:12:29 linux-kernel [PATCH 09/29] perf tools: Add bpf_fd field to evsel and config it
2015-08-21 10:12:11 linux-kernel [GIT PULL 00/29] perf tools: filtering events using eBPF programs
2015-08-21 10:11:52 linux-kernel [PATCH 10/29] perf tools: Attach eBPF program to perf event
2015-08-21 10:11:44 linux-kernel [PATCH 11/29] perf tools: Suppress probing messages when probing by BPF loading
2015-08-21 10:11:40 linux-kernel [PATCH 13/29] perf tools: Infrastructure for compiling scriptlets when passing '.c' to --event
2015-08-21 10:11:17 linux-kernel [PATCH 19/29] perf tools: Move linux/filter.h to tools/include
2015-08-21 10:11:15 linux-kernel [PATCH 20/29] perf tools: Add BPF_PROLOGUE config options for further patches
2015-08-21 10:11:14 linux-kernel [PATCH 14/29] perf tests: Enforce LLVM test for BPF test
2015-08-21 10:10:55 linux-kernel [PATCH 22/29] perf tools: Add prologue for BPF programs for fetching arguments
2015-08-21 10:10:39 linux-kernel [PATCH 27/29] perf tools: Support attach BPF program on uprobe events
2015-08-21 10:10:34 linux-kernel [PATCH 16/29] bpf tools: Load a program with different instances using preprocessor
2015-08-21 10:10:27 linux-kernel [PATCH 18/29] perf probe: Reset args and nargs for probe_trace_event when failure
2015-08-21 10:10:24 linux-kernel [PATCH 26/29] perf probe: Init symbol as kprobe
2015-08-21 10:10:20 linux-kernel [PATCH 01/29] perf probe: Try to use symbol table if searching debug info failed
2015-08-21 10:10:16 linux-kernel [PATCH 17/29] perf tools: Fix probe-event.h include
2015-08-21 10:10:12 linux-kernel [PATCH 05/29] perf probe: Attach trace_probe_event with perf_probe_event
2015-08-21 10:10:04 linux-kernel [PATCH 03/29] perf ebpf: Add the libbpf glue
2015-08-21 10:10:02 linux-kernel [PATCH 04/29] perf tools: Enable passing bpf object file to --event
2015-08-20 04:25:31 linux-kernel [PATCH] perf probe: Try to use symbol table if searching debug info failed
2015-08-19 03:06:01 linux-kernel Re: [RFC PATCH v6 0/2] Make eBPF programs output data to perf
2015-08-13 06:24:39 linux-kernel Re: [llvm-dev] llvm bpf debug info. Re: [RFC PATCH v4 3/3] bpf: Introduce function for outputing data to perf event
2015-08-12 05:40:21 linux-kernel Re: [llvm-dev] llvm bpf debug info. Re: [RFC PATCH v4 3/3] bpf: Introduce function for outputing data to perf event
2015-08-12 02:35:17 linux-kernel Re: llvm bpf debug info. Re: [RFC PATCH v4 3/3] bpf: Introduce function for outputing data to perf event
2015-08-10 06:26:32 linux-kernel [PATCH 10/27] perf tools: Suppress probing messages when probing by BPF loading
2015-08-10 06:26:29 linux-kernel [PATCH 12/27] perf tools: Infrastructure for compiling scriptlets when passing '.c' to --event
2015-08-10 06:23:33 linux-kernel [PATCH 07/27] perf record: Load all eBPF object into kernel
2015-08-10 06:23:05 linux-kernel [PATCH 16/27] bpf tools: Load a program with different instances using preprocessor
2015-08-10 06:23:02 linux-kernel [PATCH 04/27] perf probe: Attach trace_probe_event with perf_probe_event
2015-08-10 06:22:33 linux-kernel [PATCH 02/27] perf ebpf: Add the libbpf glue
2015-08-10 06:22:31 linux-kernel [PATCH 08/27] perf tools: Add bpf_fd field to evsel and config it