summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-021-4/+0
|\
| * Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2018-03-071-4/+0
| |\
| | * Drop a bunch of metag referencesJames Hogan2018-02-231-4/+0
* | | perf vendor events s390: Add JSON files for IBM z14Thomas Richter2018-03-274-0/+469
* | | perf vendor events s390: Add JSON files for IBM z13Thomas Richter2018-03-274-0/+511
* | | perf vendor events s390: Add JSON files for IBM zEC12 zBC12Thomas Richter2018-03-274-0/+385
* | | perf vendor events s390: Add JSON files for IBM z196Thomas Richter2018-03-274-0/+319
* | | perf vendor events s390: Add JSON files for IBM z10EC z10BCThomas Richter2018-03-274-0/+284
* | | perf mmap: Be consistent when checking for an unmaped ring bufferArnaldo Carvalho de Melo2018-03-271-1/+12
* | | perf mmap: Fix accessing unmapped mmap in perf_mmap__read_done()Kan Liang2018-03-271-0/+6
* | | perf build: Fix check-headers.sh opts assignmentJiri Olsa2018-03-271-0/+1
* | | 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-232-7/+22
* | | perf annotate: Add "_local" to jump/offset validation routinesArnaldo Carvalho de Melo2018-03-233-9/+16
* | | perf python: Reference Py_None before returning itPetr Machata2018-03-231-1/+3
* | | perf annotate: Mark jumps to outher functions with the call arrowArnaldo Carvalho de Melo2018-03-212-3/+53
* | | perf annotate: Pass function descriptor to its instruction parsing routinesArnaldo Carvalho de Melo2018-03-213-16/+21
* | | 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-213-0/+37
* | | perf report: Introduce --ignore-vmlinux command line optionArnaldo Carvalho de Melo2018-03-212-0/+5
* | | perf annotate: Introduce --ignore-vmlinux command line optionArnaldo Carvalho de Melo2018-03-212-0/+5
* | | 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-218-69/+72
* | | perf annotate: Introduce the --stdio2 output modeArnaldo Carvalho de Melo2018-03-214-7/+115
* | | perf annotate: Introduce annotation_line__filter()Arnaldo Carvalho de Melo2018-03-202-12/+11
* | | perf annotate: Use a ops table for annotation_line__write()Arnaldo Carvalho de Melo2018-03-203-42/+53
* | | perf annotate: Finish the generalization of annotate_browser__write()Arnaldo Carvalho de Melo2018-03-203-96/+127
* | | perf annotate: Introduce annotation_line__print_start() out of TUI codeArnaldo Carvalho de Melo2018-03-203-61/+101
* | | perf ui browser: Add vprintf() methodArnaldo Carvalho de Melo2018-03-202-1/+8
* | | perf annotate: Introduce annotation_line__max_percent()Arnaldo Carvalho de Melo2018-03-203-6/+18
* | | perf annotate: Introduce symbol__annotate2 methodArnaldo Carvalho de Melo2018-03-203-27/+44
* | | perf annotate: Introduce init_column_widths() method out of TUI codeArnaldo Carvalho de Melo2018-03-203-13/+19
* | | perf annotate: Move update_column_widths() to the generic libArnaldo Carvalho de Melo2018-03-203-13/+14
* | | perf annotate: Move the column widths from the TUI to generic libArnaldo Carvalho de Melo2018-03-202-26/+26
* | | perf annotate: Introduce set_offsets() method out of TUI codeArnaldo Carvalho de Melo2018-03-203-22/+33
* | | perf annotate: Move nr_{asm_}entries to struct annotationArnaldo Carvalho de Melo2018-03-202-12/+13
* | | perf annotate: Move 'start' to struct annotationArnaldo Carvalho de Melo2018-03-202-3/+3
* | | perf annotate: Nuke struct browser_lineArnaldo Carvalho de Melo2018-03-202-46/+22
* | | perf annotate: Move mark_jump_targets from the TUI to the annotation libraryArnaldo Carvalho de Melo2018-03-203-51/+51
* | | perf annotate: Move nr_jumps to struct annotationArnaldo Carvalho de Melo2018-03-202-9/+5
* | | perf annotate: Move jumps_percent_color to ui_browserArnaldo Carvalho de Melo2018-03-201-10/+8
* | | perf annotate: Move max_jump_sources to struct annotationArnaldo Carvalho de Melo2018-03-202-5/+7
* | | perf annotate tui: Add browser__annotation() helperArnaldo Carvalho de Melo2018-03-201-24/+16
* | | perf annotate: Move pcnt_with() to the annotation libraryArnaldo Carvalho de Melo2018-03-202-11/+8
* | | perf annotate: Stop using a global config structArnaldo Carvalho de Melo2018-03-202-34/+51
* | | perf annotate: Move nr_events from annotate_browser to annotation structArnaldo Carvalho de Melo2018-03-202-5/+7
* | | perf annotate: Move compute_ipc() to annotation libraryArnaldo Carvalho de Melo2018-03-203-68/+63
* | | perf annotate: Move annotation_line array from TUI to generic codeArnaldo Carvalho de Melo2018-03-202-22/+20