#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 |
a convenience class to store result of parse_filename()
Definition at line 21 of file parse_filename.h.
bool parsed_filename::profile_spec_equal | ( | parsed_filename const & | parsed | ) |
std::string parsed_filename::cg_image |
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().
std::string parsed_filename::count |
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().
std::string parsed_filename::event |
Definition at line 28 of file parse_filename.h.
Referenced by operator<<(), and profile_spec_equal().
std::string parsed_filename::filename |
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().
std::string parsed_filename::image |
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().
std::string parsed_filename::lib_image |
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().
std::string parsed_filename::unitmask |
Definition at line 30 of file parse_filename.h.
Referenced by operator<<(), and profile_spec_equal().