GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> TEX / dev > tex / rhel4-32


Interface   Data Structures   File List   Data Fields   Globals  

TEX_pubdefs.h.xx-x86-gcc File Reference

x86/gcc specific implementation of the TRC__tics macro More...


Defines

#define TRC__tics()


Detailed Description

x86/gcc specific implementation of the TRC__tics macro

CVS $Id: TEX_pubdefs.h.xx-x86-gcc,v 1.1.1.1 2007/03/22 00:56:19 apw Exp $
Author:
A.P.Waite

Define Documentation

 
#define TRC__tics (  ) 

Value:

({                                                    \
          unsigned long long t;                             \
          __asm__ volatile (".byte 0x0f,0x31" : "=A"(t));   \
          t;                                                \
      })


Generated on Thu Mar 24 15:45:16 2011 by  doxygen 1.5.8