file_location Struct Reference

A simple container for a fileno:linenr location. More...

#include <symbol.h>

Collaboration diagram for file_location:
Collaboration graph
[legend]

Public Member Functions

 file_location ()
bool operator< (file_location const &rhs) const

Data Fields

debug_name_id filename
 empty if not valid.
unsigned int linenr
 0 means invalid or code is generated internally by the compiler

Detailed Description

A simple container for a fileno:linenr location.

Definition at line 35 of file symbol.h.


Constructor & Destructor Documentation

file_location::file_location (  )  [inline]

Definition at line 36 of file symbol.h.


Member Function Documentation

bool file_location::operator< ( file_location const &  rhs  )  const [inline]

Definition at line 42 of file symbol.h.

References filename, and linenr.


Field Documentation

empty if not valid.

Definition at line 38 of file symbol.h.

Referenced by sample_container::accumulate_samples(), profile_container::add_samples(), symbol_container::find(), and operator<().

unsigned int file_location::linenr

0 means invalid or code is generated internally by the compiler

Definition at line 40 of file symbol.h.

Referenced by sample_container::accumulate_samples(), profile_container::add_samples(), symbol_container::find(), and operator<().


The documentation for this struct was generated from the following file:

Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1