commit | df95e795a722892a9e0603ce4b9b62fab9f02967 | [log] [tgz] |
---|---|---|
author | Dennis Zhou <dennisz@fb.com> | Mon Jun 19 19:28:32 2017 -0400 |
committer | Tejun Heo <tj@kernel.org> | Tue Jun 20 15:31:43 2017 -0400 |
tree | f26b6c6c78874be2b866d516c42da69a67acc07c | |
parent | 30a5b5367ef9d5c9055414e12ec2f02d9de2e70f [diff] |
percpu: add tracepoint support for percpu memory 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 <dennisz@fb.com> Signed-off-by: Tejun Heo <tj@kernel.org>