_ITM_srcLocationS Struct Reference

#include <itm.h>

List of all members.

Public Attributes

int32 reserved_1
int32 flags
int32 reserved_2
int32 reserved_3
const char * psource


Detailed Description

This is the same source location structure as is used for OpenMP.

Definition at line 81 of file itm.h.


Member Data Documentation

const char* _ITM_srcLocationS::psource

psource contains a string describing the source location generated like this

 sprintf(loc_name,";%s;%s;%d;%d;;", path_file_name, routine_name, sline, eline); 
where sline is the starting line and eline the ending line.

Definition at line 87 of file itm.h.


The documentation for this struct was generated from the following file:
Generated on Sat Apr 23 11:43:36 2011 for Mnemosyne by  doxygen 1.4.7