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

  /external/oprofile/libop/
op_xml_out.h 25 IMAGE_PATH, INCLUDE_SYMBOLS, MERGE,
  /external/oprofile/pp/
opreport_options.cpp 61 vector<string> include_symbols; member in namespace:__anon33080
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);

Completed in 58 milliseconds