Home
last modified time | relevance | path

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

/external/oprofile/pp/
Dopreport_options.cpp60 vector<string> exclude_symbols; variable
83 popt::option(exclude_symbols, "exclude-symbols", 'e',
218 if (!exclude_symbols.empty() || !include_symbols.empty()) { in check_options()
304 if (!exclude_symbols.empty()) in handle_options()
305 xml_utils::add_option(EXCLUDE_SYMBOLS, exclude_symbols); in handle_options()
316 symbol_filter = string_filter(include_symbols, exclude_symbols); in handle_options()
Dopannotate_options.cpp49 string exclude_symbols; variable
71 popt::option(exclude_symbols, "exclude-symbols", 'e',
120 options::symbol_filter = string_filter(include_symbols, exclude_symbols); in handle_options()