#include <arrange_profiles.h>
Public Member Functions | |
| inverted_profile () | |
Public Attributes | |
| std::string | image |
| the image to open | |
| image_error | error |
| an error found in reading the image | |
| std::vector< image_group_set > | groups |
| all sample files with data for the above image | |
This is the "inverse" to some degree of profile_set. For example, here we might have image = "/lib/libc.so", with groups being the profile classifications tgid:404, tgid:301, etc.
Within each group there's a number of image_sets. All the sample files listed within the image_sets are still for /lib/libc.so, but they may have different app_image values, e.g. /bin/bash. We need to keep track of the app_image values to make opreport give the right info in the "app" column.
|
|
|
|
|
an error found in reading the image
|
|
|
all sample files with data for the above image
|
|
|
the image to open
|
1.4.6