Em Tue, May 05, 2015 at 09:58:12AM +0900, Namhyung Kim escreveu:
Sometimes one can mistakenly run perf kmem stat without perf kmemThanks, applied.
record before or different configuration like recoding --slab and stat
--page. Show a warning message like below to inform user:
# perf kmem stat --page --caller
Not found page events. Have you run 'perf kmem record --page' before?
Acked-by: Pekka Enberg <penberg@xxxxxxxxxx>
Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>
I just found the messages a bit odd souding, perhaps:
# perf kmem stat --page --caller
No page allocation events found. Have you run 'perf kmem record --page'?
Pekka?