parsed_filename Struct Reference

#include <parse_filename.h>

Public Member Functions

bool profile_spec_equal (parsed_filename const &parsed)
 return true if the profile specification are identical.

Data Fields

std::string image
std::string lib_image
std::string cg_image
std::string event
std::string count
std::string unitmask
std::string tgid
std::string tid
std::string cpu
std::string filename
bool jit_dumpfile_exists

Detailed Description

a convenience class to store result of parse_filename()

Definition at line 21 of file parse_filename.h.


Member Function Documentation

bool parsed_filename::profile_spec_equal ( parsed_filename const &  parsed  ) 

return true if the profile specification are identical.

Definition at line 233 of file parse_filename.cpp.

References count, cpu, event, tgid, tid, and unitmask.


Field Documentation

destination image for call graph file, empty if this sample file is not a callgraph file.

Definition at line 27 of file parse_filename.h.

Referenced by parse_filename().

Definition at line 29 of file parse_filename.h.

Referenced by operator<<(), and profile_spec_equal().

std::string parsed_filename::cpu

Definition at line 33 of file parse_filename.h.

Referenced by operator<<(), and profile_spec_equal().

Definition at line 28 of file parse_filename.h.

Referenced by operator<<(), and profile_spec_equal().

the original sample filename from which the above components are built

Definition at line 42 of file parse_filename.h.

Referenced by operator<<(), and parse_filename().

Definition at line 23 of file parse_filename.h.

Referenced by arrange_profiles(), operator<<(), and parse_filename().

Definition at line 43 of file parse_filename.h.

Referenced by parse_filename().

Definition at line 24 of file parse_filename.h.

Referenced by arrange_profiles(), operator<<(), and parse_filename().

std::string parsed_filename::tgid

Definition at line 31 of file parse_filename.h.

Referenced by operator<<(), and profile_spec_equal().

std::string parsed_filename::tid

Definition at line 32 of file parse_filename.h.

Referenced by operator<<(), and profile_spec_equal().

Definition at line 30 of file parse_filename.h.

Referenced by operator<<(), and profile_spec_equal().


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

Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1