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

  /external/oprofile/libop/
op_xml_out.h 35 CALLERS, CALLEES,
  /external/oprofile/libpp/
format_output.cpp 537 cend = sym->callees.end();
539 for (cit = sym->callees.begin(); cit != cend; ++cit) {
769 /* make sure callers/callees are included in SYMBOL_TABLE */
771 output_cg_children(out, cg_symb->callees, abfd);
978 if ((symname == selfname) && (tag == CALLEES)) {
1038 out << open_element(CALLEES);
1040 output_symbol_core(out, cg_symb->callees, selfname, qname, lo, hi, is_module, CALLEES);
1042 out << close_element(CALLEES);

Completed in 40 milliseconds