All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perfc: Print a system time in a convenient format
@ 2018-09-11  6:53 Andrii Anisov
  2018-09-11  8:27 ` Jan Beulich
  0 siblings, 1 reply; 21+ messages in thread
From: Andrii Anisov @ 2018-09-11  6:53 UTC (permalink / raw)
  To: xen-devel
  Cc: Stefano Stabellini, Andrii Anisov, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Ian Jackson, Tim Deegan,
	Julien Grall, Jan Beulich, xen-devel, Wei Liu

From: Andrii Anisov <andrii_anisov@epam.com>

Signed-off-by: Andrii Anisov <andrii_anisov@epam.com>
---
 xen/common/perfc.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/xen/common/perfc.c b/xen/common/perfc.c
index 0675677..0abd977 100644
--- a/xen/common/perfc.c
+++ b/xen/common/perfc.c
@@ -33,8 +33,7 @@ void perfc_printall(unsigned char key)
     unsigned int i, j;
     s_time_t now = NOW();
 
-    printk("Xen performance counters SHOW  (now = 0x%08X:%08X)\n",
-           (u32)(now>>32), (u32)now);
+    printk("Xen performance counters SHOW  (now = %"PRI_stime")\n", now);
 
     for ( i = j = 0; i < NR_PERFCTRS; i++ )
     {
-- 
2.7.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2018-09-11 14:33 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-11  6:53 [PATCH] perfc: Print a system time in a convenient format Andrii Anisov
2018-09-11  8:27 ` Jan Beulich
2018-09-11  8:50   ` Andrii Anisov
2018-09-11  9:10     ` Jan Beulich
2018-09-11  9:15       ` Andrew Cooper
2018-09-11  9:18         ` Jan Beulich
2018-09-11  9:20           ` Andrew Cooper
2018-09-11  9:28             ` Jan Beulich
2018-09-11  9:21           ` Andrii Anisov
2018-09-11  9:30             ` Jan Beulich
2018-09-11  9:49               ` Andrii Anisov
2018-09-11 14:04                 ` Andrii Anisov
2018-09-11 14:27                   ` George Dunlap
2018-09-11 14:33                   ` Jan Beulich
2018-09-11  9:28           ` George Dunlap
2018-09-11  9:37             ` Jan Beulich
2018-09-11  9:19       ` Andrii Anisov
2018-09-11  9:24     ` George Dunlap
2018-09-11  9:33       ` Jan Beulich
2018-09-11  9:50         ` Andrii Anisov
2018-09-11  9:51         ` George Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.