Current Team Memberships

Show patches with: Archived = No       |   1307 patches
« 1 2 ... 8 9 1013 14 »
Patch Series S/W/F Date Submitter Delegate State
[41/53] perf record: Ensure return non-zero rc when mmap fail --- 2016-01-11 Wang Nan Superseded
[40/53] perf record: Generate tracking events for process forked by perf --- 2016-01-11 Wang Nan Superseded
[39/53] perf record: Re-synthesize tracking events after output switching --- 2016-01-11 Wang Nan Superseded
[38/53] perf record: Disable buildid cache options by default in switch output mode --- 2016-01-11 Wang Nan Superseded
[37/53] perf record: Force enable --timestamp-filename when --switch-output is provided --- 2016-01-11 Wang Nan Superseded
[36/53] perf record: Split output into multiple files via '--switch-output' --- 2016-01-11 Wang Nan Superseded
[35/53] perf record: Add '--timestamp-filename' option to append timestamp to output filename --- 2016-01-11 Wang Nan New
[34/53] perf record: Use OPT_BOOLEAN_SET for buildid cache related options --- 2016-01-11 Wang Nan Superseded
[33/53] perf record: Introduce record__finish_output() to finish a perf.data --- 2016-01-11 Wang Nan New
[32/53] perf record: Turns auxtrace_snapshot_enable into 3 states --- 2016-01-11 Wang Nan Superseded
[31/53] perf tools: Add perf_data_file__switch() helper --- 2016-01-11 Wang Nan Superseded
[30/53] perf record: Extract synthesize code to record__synthesize() --- 2016-01-11 Wang Nan Superseded
[29/53] perf tools: Make ordered_events reusable --- 2016-01-11 Wang Nan New
[28/53] perf tools: Move timestamp creation to util --- 2016-01-11 Wang Nan Superseded
[27/53] perf/core: Put size of a sample at the end of it by PERF_SAMPLE_TAILSIZE --- 2016-01-11 Wang Nan New
[26/53] perf data: Support converting data from bpf_perf_event_output() --- 2016-01-11 Wang Nan Superseded
[25/53] perf tools: Introduce bpf-output event --- 2016-01-11 Wang Nan New
[24/53] perf tools: Enable indices setting syntax for BPF maps --- 2016-01-11 Wang Nan Superseded
[23/53] perf tools: Support setting different slots in a BPF map separately --- 2016-01-11 Wang Nan Superseded
[21/53] perf tools: Enable passing event to BPF object --- 2016-01-11 Wang Nan Superseded
[20/53] perf record: Apply config to BPF objects before recording --- 2016-01-11 Wang Nan Superseded
[19/53] perf tools: Enable BPF object configure syntax --- 2016-01-11 Wang Nan New
[18/53] perf tools: Add API to config maps in bpf object --- 2016-01-11 Wang Nan Superseded
[17/53] perf test: Improve bp_signal --- 2016-01-11 Wang Nan Superseded
[16/53] perf tools: Fix mmap2 event allocation in synthesize code --- 2016-01-11 Wang Nan New
[15/53] perf tools: Fix symbols searching for offline module in buildid-cache --- 2016-01-11 Wang Nan Superseded
[14/53] perf test: Check environment before start real BPF test --- 2016-01-11 Wang Nan Superseded
[13/53] perf tools: Prevent calling machine__delete() on non-allocated machine --- 2016-01-11 Wang Nan New
[12/53] perf test: Reset err after using it hold errcode in hist testcases --- 2016-01-11 Wang Nan New
[11/53] perf test: Fix false TEST_OK result for 'perf test hist' --- 2016-01-11 Wang Nan New
[10/53] tools build: Add BPF feature check to test-all --- 2016-01-11 Wang Nan New
[07/53] tools: Move Makefile.arch from perf/config to tools/scripts --- 2016-01-11 Wang Nan New
[06/53] perf tools: Fix PowerPC native building --- 2016-01-11 Wang Nan New
[05/53] perf tools: Test correct path of perf in build-test --- 2016-01-11 Wang Nan Superseded
[04/53] perf tools: Pass O option to Makefile.perf in build-test --- 2016-01-11 Wang Nan New
[03/53] perf tools: Set parallel making options build-test --- 2016-01-11 Wang Nan New
[02/53] perf tools: Fix phony build target for build-test --- 2016-01-11 Wang Nan New
[01/53] perf tools: Add -lutil in python lib list for broken python-config --- 2016-01-11 Wang Nan Accepted
[net-next] perf/core: Put size of a sample at the end of it by PERF_SAMPLE_TAILSIZE --- 2016-01-11 Wang Nan New
[6/6] perf tools: Test correct path of perf in build-test --- 2016-01-08 Wang Nan Superseded
[5/6] perf tools: Pass O option to Makefile.perf in build-test --- 2016-01-08 Wang Nan Superseded
[4/6] perf tools: Set parallel making options build-test --- 2016-01-08 Wang Nan Superseded
[3/6] perf tools: Fix phony build target for build-test --- 2016-01-08 Wang Nan Superseded
[2/6] perf tools: Add missing headers in perf's MANIFEST --- 2016-01-08 Wang Nan New
[1/6] perf tools: Add -lutil in python lib list for broken python-config --- 2016-01-08 Wang Nan Superseded
perf tools: Add missing headers in perf's MANIFEST --- 2016-01-07 Wang Nan Superseded
perf tools: Fix mmap2 event allocation in synthesize code --- 2016-01-06 Wang Nan Superseded
[RFC,v2] perf test: Improve bp_signal --- 2016-01-05 Wang Nan Superseded
[RFC] arm64: perf test: Improbe bp_signal --- 2016-01-05 Wang Nan New
[v2] arm64: Store breakpoint single step state into pstate --- 2015-12-24 Wang Nan New
[RESEND] arm64: Store breakpoint single step state into pstate --- 2015-12-23 Wang Nan Superseded
arm64: Store breakpoint single step state into pstate --- 2015-12-23 Wang Nan Superseded
perf tools: Fix symbols searching for offline module in buildid-cache --- 2015-12-22 Wang Nan Superseded
tools build: Output more data during feature detection --- 2015-12-18 Wang Nan New
tools build: Add BPF feature check to test-all --- 2015-12-18 Wang Nan Superseded
[v6,16/16] perf data: Support converting data from bpf_perf_event_output() --- 2015-12-17 Wang Nan Superseded
[v6,15/16] perf tools: Introduce bpf-output event --- 2015-12-17 Wang Nan Superseded
[v6,14/16] perf tools: Enable indices setting syntax for BPF maps --- 2015-12-17 Wang Nan Superseded
[v6,13/16] perf tools: Support setting different slots in a BPF map separately --- 2015-12-17 Wang Nan Superseded
[v6,11/16] perf tools: Enable passing event to BPF object --- 2015-12-17 Wang Nan Superseded
[v6,10/16] perf record: Apply config to BPF objects before recording --- 2015-12-17 Wang Nan Superseded
[v6,09/16] perf tools: Enable BPF object configure syntax --- 2015-12-17 Wang Nan Superseded
[v6,08/16] perf tools: Add API to config maps in bpf object --- 2015-12-17 Wang Nan Superseded
[v6,07/16] perf test: Check environment before start real BPF test --- 2015-12-17 Wang Nan Superseded
[v6,06/16] perf tools: Prevent calling machine__delete() on non-allocated machine --- 2015-12-17 Wang Nan Superseded
[v6,05/16] perf test: Reset err after using it hold errcode in hist testcases --- 2015-12-17 Wang Nan New
[v6,04/16] perf test: Fix false TEST_OK result for 'perf test hist' --- 2015-12-17 Wang Nan New
[v6,02/16] tools: Move Makefile.arch from perf/config to tools/scripts --- 2015-12-17 Wang Nan New
[v6,01/16] perf tools: Fix PowerPC native building --- 2015-12-17 Wang Nan Superseded
[v2,06/10] bpf tools: Support new map operations --- 2015-12-17 Wang Nan New
[10/10] bpf samples: Remove old BPF helpers --- 2015-12-17 Wang Nan New
[09/10] bpf samples: Uses libbpf in tools/lib to deal with BPF operations --- 2015-12-17 Wang Nan New
[08/10] bpf samples: Add utils.[ch] for using BPF --- 2015-12-17 Wang Nan New
[07/10] bpf tools: Support BPF_OBJ_PIN and BPF_OBJ_GET --- 2015-12-17 Wang Nan New
[06/10] bpf tools: Support new map operations --- 2015-12-17 Wang Nan Superseded
[05/10] bpf tools: Support load different type of programs --- 2015-12-17 Wang Nan New
[04/10] bpf tools: Switch to uapi style type names --- 2015-12-17 Wang Nan New
[03/10] bpf tools: Add const decoretor to 'license' and 'insns' for bpf_load_program() --- 2015-12-17 Wang Nan New
[02/10] bpf tools: Define LD and RM in Makefile for 'make -R' --- 2015-12-17 Wang Nan New
[01/10] bpf samples: bpf: Fix tracex5_kern.c compiling error --- 2015-12-17 Wang Nan New
[RESEND,v4,2/3] tools: Move Makefile.arch from perf/config to tools/scripts --- 2015-12-17 Wang Nan New
[RESEND,v4,1/3] perf tools: Fix PowerPC native building --- 2015-12-17 Wang Nan Superseded
[v2] perf test: Reset err after using it hold errcode in hist testcases --- 2015-12-15 Wang Nan Superseded
[v2] perf test: Fix false TEST_OK result for 'perf test hist' --- 2015-12-15 Wang Nan Superseded
perf tests: Fix false TEST_OK result for 'perf test hist' --- 2015-12-15 Wang Nan New
[v3,2/3] tools: Move Makefile.arch from perf/config to tools/scripts --- 2015-12-15 Wang Nan Superseded
[v3,1/3] perf tools: Fix PowerPC native building --- 2015-12-15 Wang Nan Superseded
[v2] tools lib bpf: Support libbpf on PowerPC --- 2015-12-14 Wang Nan New
tools lib bpf: Support libbpf on PowerPC --- 2015-12-14 Wang Nan Superseded
[v5,13/14] perf tools: Always give options even it not compiled --- 2015-12-14 Wang Nan New
[v5,12/14] perf data: Support converting data from bpf_perf_event_output() --- 2015-12-14 Wang Nan Superseded
[v5,11/14] perf tools: Introduce bpf-output event --- 2015-12-14 Wang Nan New
[v5,10/14] perf tools: Enable indices setting syntax for BPF maps --- 2015-12-14 Wang Nan Superseded
[v5,09/14] perf tools: Support setting different slots in a BPF map separately --- 2015-12-14 Wang Nan Superseded
[v5,07/14] perf tools: Enable passing event to BPF object --- 2015-12-14 Wang Nan Superseded
[v5,06/14] perf record: Apply config to BPF objects before recording --- 2015-12-14 Wang Nan Superseded
[v5,05/14] perf tools: Enable BPF object configure syntax --- 2015-12-14 Wang Nan Superseded
[v5,04/14] perf tools: Add API to config maps in bpf object --- 2015-12-14 Wang Nan Superseded
[v5,03/14] perf test: Check environment before start real BPF test --- 2015-12-14 Wang Nan Superseded
[v5,02/14] perf tools: Prevent calling machine__delete() on non-allocated machine --- 2015-12-14 Wang Nan Superseded
« 1 2 ... 8 9 1013 14 »

Bundling

Create bundle: