From bb39572f8d5af8deca87b9fd087c9723d183d885 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sun, 19 Apr 2020 08:45:19 +0200 Subject: [PATCH] sadf: XML: Remove "per" attribute for memory activity All memory statistics are not "per second" values. So remove this attribute from the XML output. Signed-off-by: Sebastien GODARD --- xml_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml_stats.c b/xml_stats.c index 9b81d39..2f6f74d 100644 --- a/xml_stats.c +++ b/xml_stats.c @@ -489,7 +489,7 @@ __print_funct_t xml_print_memory_stats(struct activity *a, int curr, int tab, *smc = (struct stats_memory *) a->buf[curr]; unsigned long long nousedmem; - xprintf(tab, ""); + xprintf(tab, ""); if (DISPLAY_MEMORY(a->opt_flags)) { -- 2.40.0