HomeSort by relevance Sort by last modified time
    Searched full:include_symbols (Results 1 - 3 of 3) sorted by null

  /external/oprofile/pp/
opreport_options.cpp 61 vector<string> include_symbols; member in namespace:__anon9168
85 popt::option(include_symbols, "include-symbols", 'i',
218 if (!exclude_symbols.empty() || !include_symbols.empty()) {
306 if (!include_symbols.empty())
307 xml_utils::add_option(INCLUDE_SYMBOLS, include_symbols);
316 symbol_filter = string_filter(include_symbols, exclude_symbols);
opannotate_options.cpp 48 string include_symbols; member in namespace:__anon9162
69 popt::option(include_symbols, "include-symbols", 'i',
120 options::symbol_filter = string_filter(include_symbols, exclude_symbols);
  /external/oprofile/libop/
op_xml_out.h 25 IMAGE_PATH, INCLUDE_SYMBOLS, MERGE,

Completed in 122 milliseconds