summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf annotate: Add map into struct annotate_argsJiri Olsa2017-11-131-11/+11
* perf annotate: Add arch into struct annotate_argsJiri Olsa2017-11-131-9/+8
* perf annotate: Add struct annotate_argsJiri Olsa2017-11-131-9/+18
* perf annotate: Add symbol__annotate functionJiri Olsa2017-11-131-25/+33
* perf annotate: Move line/offset into annotation_line structJiri Olsa2017-11-131-20/+21
* perf annotate: Add annotation_line structJiri Olsa2017-11-131-10/+10
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-1/+11
|\
| * perf symbols: Fix memory corruption because of zero length symbolsRavi Bangoria2017-10-251-1/+11
* | perf annotate: Remove arch::cpuid_parse callbackJiri Olsa2017-10-231-7/+3
|/
* perf annotate stdio: Support --show-nr-samples optionTaeung Song2017-08-181-1/+5
* perf annotate: Fix storing per line sym_hist_entryArnaldo Carvalho de Melo2017-07-281-2/+3
* perf annotate stdio: Set enough columns for --show-total-periodArnaldo Carvalho de Melo2017-07-261-3/+3
* perf annotate stdio: Fix column header when using --show-total-periodTaeung Song2017-07-251-1/+2
* perf annotate stdio: Fix --show-total-periodTaeung Song2017-07-251-1/+1
* perf annotate: Store the sample period in each histogram bucketTaeung Song2017-07-211-5/+12
* perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song2017-07-211-7/+11
* perf annotate: Rename 'sum' to 'nr_samples' in struct sym_histTaeung Song2017-07-211-13/+13
* perf annotate: Introduce struct sym_hist_entryTaeung Song2017-07-211-22/+23
* perf buildid-cache: Cache debuginfoKrister Johansen2017-07-181-1/+1
* perf annotate: Implement visual marker for macro fusionJin Yao2017-07-181-0/+5
* perf annotate: Check for fused instructionsJin Yao2017-07-181-2/+20
* perf annotate: Return arch from symbol__disassemble() and save it in browserJin Yao2017-06-191-2/+8
* perf annotate: Use dso__decompress_kmodule_path()Namhyung Kim2017-06-081-24/+3
OpenPOWER on IntegriCloud