HomeSort by relevance Sort by last modified time
    Searched refs:exclude_symbols (Results 1 - 2 of 2) sorted by null

  /external/oprofile/pp/
opannotate_options.cpp 49 string exclude_symbols; member in namespace:__anon10208
71 popt::option(exclude_symbols, "exclude-symbols", 'e',
120 options::symbol_filter = string_filter(include_symbols, exclude_symbols);
opreport_options.cpp 60 vector<string> exclude_symbols; member in namespace:__anon10214
83 popt::option(exclude_symbols, "exclude-symbols", 'e',
218 if (!exclude_symbols.empty() || !include_symbols.empty()) {
304 if (!exclude_symbols.empty())
305 xml_utils::add_option(EXCLUDE_SYMBOLS, exclude_symbols);
316 symbol_filter = string_filter(include_symbols, exclude_symbols);

Completed in 43 milliseconds