#include <arrange_profiles.h>
Data Fields | |
std::string | image |
std::list< profile_sample_files > | files |
std::list< profile_dep_set > | deps |
all profile files dependent on the main image |
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.
std::list<profile_dep_set> profile_set::deps |
all profile files dependent on the main image
Definition at line 98 of file arrange_profiles.h.
Referenced by operator<<().
std::list<profile_sample_files> profile_set::files |
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<<().