summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c
Commit message (Expand)AuthorAgeFilesLines
...
* perf annotate stdio2: Print more descriptive event information headerArnaldo Carvalho de Melo2018-04-031-7/+3
* perf annotate: Introduce annotation__scnprintf_samples_period() methodArnaldo Carvalho de Melo2018-04-031-0/+38
* perf annotate: Use absolute addresses to calculate jump target offsetsArnaldo Carvalho de Melo2018-03-231-3/+2
* perf annotate: Defer searching for comma in raw line till it is neededArnaldo Carvalho de Melo2018-03-231-1/+2
* perf annotate: Support jumping from one function to anotherArnaldo Carvalho de Melo2018-03-231-2/+4
* perf annotate: Add "_local" to jump/offset validation routinesArnaldo Carvalho de Melo2018-03-231-5/+4
* perf annotate: Mark jumps to outher functions with the call arrowArnaldo Carvalho de Melo2018-03-211-3/+52
* perf annotate: Pass function descriptor to its instruction parsing routinesArnaldo Carvalho de Melo2018-03-211-13/+17
* perf annotate: No need to calculate notes->start twiceArnaldo Carvalho de Melo2018-03-211-5/+4
* perf annotate browser: Add 'P' hotkey to dump annotation to fileArnaldo Carvalho de Melo2018-03-211-0/+31
* perf annotate: Add function header to --stdio2Arnaldo Carvalho de Melo2018-03-211-0/+8
* perf annotate: Use the default annotation options for --stdio2Arnaldo Carvalho de Melo2018-03-211-3/+1
* perf annotate: Move the default annotate options to the libraryArnaldo Carvalho de Melo2018-03-211-0/+62
* perf annotate: Introduce the --stdio2 output modeArnaldo Carvalho de Melo2018-03-211-0/+92
* perf annotate: Use a ops table for annotation_line__write()Arnaldo Carvalho de Melo2018-03-201-21/+23
* perf annotate: Finish the generalization of annotate_browser__write()Arnaldo Carvalho de Melo2018-03-201-9/+104
* perf annotate: Introduce annotation_line__print_start() out of TUI codeArnaldo Carvalho de Melo2018-03-201-0/+75
* perf annotate: Introduce annotation_line__max_percent()Arnaldo Carvalho de Melo2018-03-201-0/+14
* perf annotate: Introduce symbol__annotate2 methodArnaldo Carvalho de Melo2018-03-201-0/+39
* perf annotate: Introduce init_column_widths() method out of TUI codeArnaldo Carvalho de Melo2018-03-201-0/+17
* perf annotate: Move update_column_widths() to the generic libArnaldo Carvalho de Melo2018-03-201-0/+13
* perf annotate: Introduce set_offsets() method out of TUI codeArnaldo Carvalho de Melo2018-03-201-0/+28
* perf annotate: Move mark_jump_targets from the TUI to the annotation libraryArnaldo Carvalho de Melo2018-03-201-0/+44
* perf annotate: Move compute_ipc() to annotation libraryArnaldo Carvalho de Melo2018-03-201-0/+60
* perf annotate: Use ops->target.name when available for unresolved call targetsArnaldo Carvalho de Melo2018-03-191-0/+3
* perf annotate: Use asprintf when formatting objdump command lineArnaldo Carvalho de Melo2018-03-161-5/+12
* perf annotate: Fix s390 target function disassemblyThomas Richter2018-03-081-1/+1
* perf annotate: Find 'call' instruction target symbol at parsing timeArnaldo Carvalho de Melo2018-03-051-17/+21
* perf report: Fix a wrong offset issue when using /proc/kcoreJin Yao2018-01-081-1/+2
* perf env: Adopt perf_env__arch() from the annotate codeArnaldo Carvalho de Melo2017-12-271-16/+0
* perf annotate: Use perf_env when obtaining the arch nameArnaldo Carvalho de Melo2017-12-271-9/+8
* perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()Arnaldo Carvalho de Melo2017-12-271-3/+4
* perf annotate: Fix objdump comment parsing for Intel mov dissassemblyThomas Richter2017-12-051-3/+5
* perf tools: Move symbol__calc_percent() call to outside symbol__disassemble()Jiri Olsa2017-11-171-6/+3
* perf tools: Change (symbol|annotation)__calc_percent return type to voidJiri Olsa2017-11-171-9/+8
* perf annotate: Do not truncate instruction names at 6 charsRavi Bangoria2017-11-161-9/+9
* perf annotate: Align source and offset linesJiri Olsa2017-11-161-10/+24
* perf annotate: Factor annotation_line__print from disasm_line__printJiri Olsa2017-11-161-36/+33
* perf annotate: Add annotation_line__print functionJiri Olsa2017-11-161-6/+22
* perf annotate: Remove disasm__calc_percent functionJiri Olsa2017-11-161-44/+0
* perf annotate: Remove disasm__calc_percent() from disasm_line__print()Jiri Olsa2017-11-161-44/+15
* perf annotate: Add symbol__calc_lines functionJiri Olsa2017-11-161-120/+66
* perf annotate: Add symbol__calc_percent functionJiri Olsa2017-11-161-1/+61
* perf annotate: Add samples into struct annotation_lineJiri Olsa2017-11-131-0/+8
* perf annotate: Add annotated_source__purge functionJiri Olsa2017-11-131-6/+6
* perf annotate: Add annotation_line__(new|delete) functionsJiri Olsa2017-11-131-7/+56
* perf annotate: Add annotation_line__add functionJiri Olsa2017-11-131-3/+3
* perf annotate: Add annotation_line__next functionJiri Olsa2017-11-131-6/+7
* perf annotate: Add evsel into struct annotation_line_argsJiri Olsa2017-11-131-3/+8
* perf annotate: Add offset/line/line_nr into struct annotate_argsJiri Olsa2017-11-131-8/+13