[PATCH] latency tracer support for ARM ep93xx platform

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
the following patch adds hardware support for the latency tracer in -rt
patch on ARM ep93xx platform. 

regards
Luotao Fu
-- 
     Dipl.-Ing. Luotao Fu | http://www.pengutronix.de
  Pengutronix - Linux Solutions for Science and Industry
    Handelsregister: Amtsgericht Hildesheim, HRA 2686
      Hannoversche Str. 2, 31134 Hildesheim, Germany
    Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9

Adds latency tracer support for ep93xx platform.

Signed-off-by: Luotao Fu <[email protected]>

Index: linux-2.6.18-rt.sec/include/asm-arm/arch-ep93xx/timex.h
===================================================================
--- include/asm-arm/arch-ep93xx/timex.h
+++ include/asm-arm/arch-ep93xx/timex.h
@@ -3,3 +3,10 @@
  */
 
 #define CLOCK_TICK_RATE		983040
+
+#include <asm/io.h>
+#include <asm-arm/arch-ep93xx/ep93xx-regs.h>
+
+#define mach_read_cycles() readl(EP93XX_TIMER4_VALUE_LOW)
+#define mach_cycles_to_usecs(d) (((d) * ((1000000LL << 32) / CLOCK_TICK_RATE)) >> 32)
+#define mach_usecs_to_cycles(d) (((d) * (((long long)CLOCK_TICK_RATE << 32) / 1000000)) >> 32)

Attachment: signature.asc
Description: Digital signature


[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux