Searched refs:exclude_symbols (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/pp/
H A Dopannotate_options.cpp49 string exclude_symbols; member in namespace:__anon10830
71 popt::option(exclude_symbols, "exclude-symbols", 'e',
120 options::symbol_filter = string_filter(include_symbols, exclude_symbols);
H A Dopreport_options.cpp60 vector<string> exclude_symbols; member in namespace:__anon10836
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