Re: [PATCH 4/4] percpu: add tracepoint support for percpu memory

2017-06-21 Thread Levin, Alexander (Sasha Levin)
On Mon, Jun 19, 2017 at 07:28:32PM -0400, Dennis Zhou wrote: >Add support for tracepoints to the following events: chunk allocation, >chunk free, area allocation, area free, and area allocation failure. >This should let us replay percpu memory requests and evaluate >corresponding decisions. This p

[PATCH 4/4] percpu: add tracepoint support for percpu memory

2017-06-19 Thread Dennis Zhou
Add support for tracepoints to the following events: chunk allocation, chunk free, area allocation, area free, and area allocation failure. This should let us replay percpu memory requests and evaluate corresponding decisions. Signed-off-by: Dennis Zhou --- include/trace/events/percpu.h | 125 ++