From 9d60ea31dd1233756128768cf77b21b7c647d85d Mon Sep 17 00:00:00 2001 From: Nitesh Konkar Date: Thu, 23 Feb 2017 20:25:39 +0530 Subject: [PATCH] news: Update the news.xml about perf events added Signed-off-by: Nitesh Konkar --- docs/news.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 97393b3aa2..9515395756 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -26,6 +26,17 @@ don't start it with unsupported features. + + + perf: Add more perf statistics + + + Add support to get the count of cpu clock time, task clock time, + page faults, context switches, cpu migrations, minor page faults, + major page faults, alignment faults, emulation faults by + applications running on the platform. + +