Re: [PATCHSET 0/6] perf kmem: Implement page allocation analysis (v8)

2015-05-02 Thread Namhyung Kim
Ping! On Tue, Apr 21, 2015 at 1:55 PM, Namhyung Kim wrote: > Hello, > > Currently perf kmem command only analyzes SLAB memory allocation. And > I'd like to introduce page allocation analysis also. Users can use > --slab and/or --page option to select it. If none of these options > are used,

Re: [PATCHSET 0/6] perf kmem: Implement page allocation analysis (v8)

2015-05-02 Thread Namhyung Kim
Ping! On Tue, Apr 21, 2015 at 1:55 PM, Namhyung Kim namhy...@kernel.org wrote: Hello, Currently perf kmem command only analyzes SLAB memory allocation. And I'd like to introduce page allocation analysis also. Users can use --slab and/or --page option to select it. If none of these

[PATCHSET 0/6] perf kmem: Implement page allocation analysis (v8)

2015-04-20 Thread Namhyung Kim
Hello, Currently perf kmem command only analyzes SLAB memory allocation. And I'd like to introduce page allocation analysis also. Users can use --slab and/or --page option to select it. If none of these options are used, it does slab allocation analysis for backward compatibility. *

[PATCHSET 0/6] perf kmem: Implement page allocation analysis (v8)

2015-04-20 Thread Namhyung Kim
Hello, Currently perf kmem command only analyzes SLAB memory allocation. And I'd like to introduce page allocation analysis also. Users can use --slab and/or --page option to select it. If none of these options are used, it does slab allocation analysis for backward compatibility. *