Lines Matching refs:symbol
260 string symbol_annotation(symbol_entry const * symbol)
262 if (!symbol)
265 string annot = count_str(symbol->sample.counts,
268 string const & symname = symbol_names.demangle(symbol->name);
272 str += count_str(symbol->sample.counts, samples->samples_count());
278 /// return true if this line contains a symbol name in objdump formatting
279 /// symbol are on the form 08030434 <symbol_name>: we need to be strict
280 /// here to avoid any interpretation of a source line as a symbol line
313 // this regexp dis-ambiguate between a symbol line and an asm line. If
343 // ! complexity: linear in number of symbol must use sorted
361 // not a symbol, probably an asm line.
474 // directly calling objdump and rely on the symbol filtering or
806 << "the selected symbol\n";