[PATCH 11/13] perf tools: Add test_generic_metric function

2020-06-02 Thread Jiri Olsa
Adding test_generic_metric that prepares and runs given metric over the data from struct runtime_stat object. Acked-by: Ian Rogers Signed-off-by: Jiri Olsa --- tools/perf/util/stat-shadow.c | 14 ++ tools/perf/util/stat.h| 3 +++ 2 files changed, 17 insertions(+) diff

[PATCH 11/13] perf tools: Add test_generic_metric function

2020-06-02 Thread Jiri Olsa
Adding test_generic_metric that prepares and runs given metric over the data from psswd struct runtime_stat object. Signed-off-by: Jiri Olsa --- tools/perf/util/stat-shadow.c | 14 ++ tools/perf/util/stat.h| 3 +++ 2 files changed, 17 insertions(+) diff --git