#include <iostream>
#include <fstream>
#include <new>
#include <string>
#include <cstring>
#include "Args.hpp"
#include "ProfileReader.hpp"
#include "ProfileWriter.hpp"
#include "PCProfile.hpp"
#include "DerivedProfile.hpp"
#include "DCPIProfile.hpp"
#include <lib/binutils/LM.hpp>
#include <lib/support/diagnostics.h>
Go to the source code of this file.
|
int | real_main (int argc, char *argv[]) |
|
void | ListAvailPredefDCPIFilters (DCPIProfile *prof, bool longlist=false) |
|
PCProfileFilterList * | GetDCPIFilters (DCPIProfile *prof, binutils::LM *lm, const char *metricList, const char *excludeMList) |
|
int | main (int argc, char *argv[]) |
|
PCProfileFilterList * | GetDCPIFilters (StringList *mlist, binutils::LM *lm) |
|
StringList * | GetAvailPredefDCPIFilterNms (DCPIProfile *prof, binutils::LM *lm) |
|
bool | IsPredefDCPIFilterAvail (DCPIProfile *prof, StringList *flist, const char *emsg=NULL) |
|
bool | IsPredefDCPIFilterAvail (DCPIProfile *prof, PredefinedDCPIMetricTable::Entry *e) |
|
StringList * | ConvertColonListToStringList (const char *str) |
|
void | RemoveFromList (StringList *l1, StringList *l2) |
|
◆ StringList
◆ StringListCIt
◆ StringListIt
◆ ConvertColonListToStringList()
StringList * ConvertColonListToStringList |
( |
const char * |
str | ) |
|
◆ GetAvailPredefDCPIFilterNms()
◆ GetDCPIFilters() [1/2]
◆ GetDCPIFilters() [2/2]
◆ IsPredefDCPIFilterAvail() [1/2]
◆ IsPredefDCPIFilterAvail() [2/2]
◆ ListAvailPredefDCPIFilters()
void ListAvailPredefDCPIFilters |
( |
DCPIProfile * |
prof, |
|
|
bool |
longlist = false |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ real_main()
int real_main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ RemoveFromList()