[PATCH 39/44] perf annotate: Mark jumps to outher functions with the call arrow

2018-03-24 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo Things like this in _cpp_lex_token (gcc's cc1 program): cpp_named_operator2name@@Base+0xa72 Point to a place that is after the cpp_named_operator2name boundaries, i.e. in the ELF symbol table for cc1 cpp_named_operator2name is marked as

[PATCH 39/44] perf annotate: Mark jumps to outher functions with the call arrow

2018-03-24 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo Things like this in _cpp_lex_token (gcc's cc1 program): cpp_named_operator2name@@Base+0xa72 Point to a place that is after the cpp_named_operator2name boundaries, i.e. in the ELF symbol table for cc1 cpp_named_operator2name is marked as being 32-bytes long,