summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf hists: Introduce hists__scnprint_title()Arnaldo Carvalho de Melo2018-04-032-4/+17
* perf hists browser: Rename perf_evsel_browser_title to a more descriptive nameArnaldo Carvalho de Melo2018-04-031-5/+3
* perf version: Add man pageJin Yao2018-04-021-0/+24
* perf tools: Add 'perf -vv' as an alias to 'perf version --build-options'Jin Yao2018-04-022-0/+7
* perf version: Print the compiled-in status of librariesJin Yao2018-04-021-1/+81
* perf config: Rename to HAVE_DWARF_GETLOCATIONS_SUPPORTJin Yao2018-04-022-2/+2
* perf config: Add some new -DHAVE_XXX to CFLAGSJin Yao2018-04-021-0/+6
* perf trace: Show only failing syscallsArnaldo Carvalho de Melo2018-04-022-3/+9
* perf tools: Add a "dso_size" sort orderKim Phillips2018-04-025-0/+48
* 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
OpenPOWER on IntegriCloud