Searched refs:diff_collection (Results 1 – 8 of 8) sorted by relevance
/external/oprofile/libpp/ |
D | diff_container.cpp | 45 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()
|
D | diff_container.h | 30 diff_collection const
|
D | symbol_sort.h | 47 void sort(diff_collection & syms, bool reverse_sort,
|
D | symbol.h | 140 typedef std::vector<diff_symbol> diff_collection; typedef
|
D | symbol_sort.cpp | 149 sort(diff_collection & syms, bool reverse_sort, bool lf) const in sort()
|
D | format_output.h | 228 void output(std::ostream & out, diff_collection const & syms);
|
D | format_output.cpp | 558 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/ |
D | opreport.cpp | 423 diff_collection symbols = dc.get_symbols(choice); in output_diff_symbols()
|