profile_set Struct Reference

#include <arrange_profiles.h>

Data Fields

std::string image
std::list< profile_sample_filesfiles
std::list< profile_dep_setdeps
 all profile files dependent on the main image

Detailed Description

A number of profile files all for the same binary with the same profile specification (after merging). Includes the set of dependent profile files, if any.

For example, we could have image == "/bin/bash", where files contains all profiles against /bin/bash, and deps contains the sample file list for /lib/libc.so, /lib/ld.so etc.

Definition at line 90 of file arrange_profiles.h.


Field Documentation

all profile files dependent on the main image

Definition at line 98 of file arrange_profiles.h.

Referenced by operator<<().

the actual sample files for the main image and the asociated callgraph files

Definition at line 95 of file arrange_profiles.h.

Referenced by operator<<().

std::string profile_set::image

Definition at line 91 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