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

  /external/oprofile/libpp/
diff_container.h 30 diff_collection const
symbol_sort.h 47 void sort(diff_collection & syms, bool reverse_sort,
diff_container.cpp 45 add_sym(diff_collection & syms, diff_symbol const & sym,
62 symbol_old(diff_collection & syms, symbol_entry const & sym,
73 symbol_new(diff_collection & syms, symbol_entry const & sym,
83 void symbol_diff(diff_collection & syms,
115 diff_collection const
118 diff_collection syms;
symbol.h 140 typedef std::vector<diff_symbol> diff_collection; typedef
symbol_sort.cpp 149 sort(diff_collection & syms, bool reverse_sort, bool lf) const
format_output.h 228 void output(std::ostream & out, diff_collection const & syms);
format_output.cpp 558 void diff_formatter::output(ostream & out, diff_collection const & syms)
562 diff_collection::const_iterator it = syms.begin();
563 diff_collection::const_iterator end = syms.end();
  /external/oprofile/pp/
opreport.cpp 423 diff_collection symbols = dc.get_symbols(choice);

Completed in 186 milliseconds