OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selfname
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libpp/
format_output.cpp
944
string const
selfname
, string const qname,
978
if ((symname ==
selfname
) && (tag == CALLEES)) {
1025
string const
selfname
= symbol_names.demangle(symb->name) + " [self]";
local
1035
output_symbol_core(out, cg_symb->callers,
selfname
, qname, lo, hi, is_module, CALLERS);
1040
output_symbol_core(out, cg_symb->callees,
selfname
, qname, lo, hi, is_module, CALLEES);
format_output.h
317
std::string const
selfname
, std::string const qname,
Completed in 208 milliseconds