profile_sample_files Struct Reference

#include <arrange_profiles.h>

Data Fields

std::string sample_filename
std::list< std::string > cg_files

Detailed Description

A samples filename + its associated callgraph sample filename.

Definition at line 52 of file arrange_profiles.h.


Field Documentation

std::list<std::string> profile_sample_files::cg_files

List of callgraph sample filename. If the {dep} part of cg_filename != {cg} part it's a cross binary samples file.

Definition at line 64 of file arrange_profiles.h.

Referenced by operator<<().

This member can be empty since it is possible to get callgraph w/o any samples to the binary. e.g an application which defer all works to shared library but if arrange_profiles receive a sample file list filtered from cg file sample_filename can't be empty

Definition at line 59 of file arrange_profiles.h.

Referenced by operator<<().


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

Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1