Home
last modified time | relevance | path

Searched refs:diff_collection (Results 1 – 8 of 8) sorted by relevance

/external/oprofile/libpp/
Ddiff_container.cpp45 add_sym(diff_collection & syms, diff_symbol const & sym, in add_sym()
62 symbol_old(diff_collection & syms, symbol_entry const & sym, in symbol_old()
73 symbol_new(diff_collection & syms, symbol_entry const & sym, in symbol_new()
83 void symbol_diff(diff_collection & syms, in symbol_diff()
115 diff_collection const
118 diff_collection syms; in get_symbols()
Ddiff_container.h30 diff_collection const
Dsymbol_sort.h47 void sort(diff_collection & syms, bool reverse_sort,
Dsymbol.h140 typedef std::vector<diff_symbol> diff_collection; typedef
Dsymbol_sort.cpp149 sort(diff_collection & syms, bool reverse_sort, bool lf) const in sort()
Dformat_output.h228 void output(std::ostream & out, diff_collection const & syms);
Dformat_output.cpp558 void diff_formatter::output(ostream & out, diff_collection const & syms) in output()
562 diff_collection::const_iterator it = syms.begin(); in output()
563 diff_collection::const_iterator end = syms.end(); in output()
/external/oprofile/pp/
Dopreport.cpp423 diff_collection symbols = dc.get_symbols(choice); in output_diff_symbols()