aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-12perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORTJin Yao2-4/+4
2018-04-12perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXXJin Yao1-2/+2
2018-04-12perf annotate: Allow showing offsets in more than just jump targetsArnaldo Carvalho de Melo2-2/+18
2018-04-09perf tests clang: Fix function name for clang IR testSandipan Das1-1/+1
2018-04-09perf clang: Add support for recent clang versionsSandipan Das1-1/+10
2018-04-09perf tools: No need to include namespaces.h in util.hArnaldo Carvalho de Melo1-2/+2
2018-04-06perf auxtrace: Make auxtrace_queues__add_buffer() do CPU filteringAdrian Hunter1-10/+10
2018-04-05perf report: Remove duplicated 'samples' in lost samples warningArnaldo Carvalho de Melo1-1/+1
2018-04-05perf annotate: Show group details on the title lineArnaldo Carvalho de Melo1-2/+5
2018-04-05perf auxtrace: Make auxtrace_queues__add_buffer() allocate struct bufferAdrian Hunter1-30/+24
2018-04-03perf annotate stdio2: Print more descriptive event information headerArnaldo Carvalho de Melo1-7/+3
2018-04-03perf annotate: Introduce annotation__scnprintf_samples_period() methodArnaldo Carvalho de Melo2-0/+50
2018-04-03perf hists: Move hists__scnprintf_title() away from the TUI codeArnaldo Carvalho de Melo1-0/+81
2018-04-03perf hists: Introduce hists__scnprint_title()Arnaldo Carvalho de Melo1-0/+6
2018-04-02perf config: Rename to HAVE_DWARF_GETLOCATIONS_SUPPORTJin Yao1-1/+1
2018-04-02perf tools: Add a "dso_size" sort orderKim Phillips4-0/+47
2018-03-27perf mmap: Be consistent when checking for an unmaped ring bufferArnaldo Carvalho de Melo1-1/+12
2018-03-27perf mmap: Fix accessing unmapped mmap in perf_mmap__read_done()Kan Liang1-0/+6
2018-03-23perf annotate: Use absolute addresses to calculate jump target offsetsArnaldo Carvalho de Melo1-3/+2
2018-03-23perf annotate: Defer searching for comma in raw line till it is neededArnaldo Carvalho de Melo1-1/+2
2018-03-23perf annotate: Support jumping from one function to anotherArnaldo Carvalho de Melo1-2/+4
2018-03-23perf annotate: Add "_local" to jump/offset validation routinesArnaldo Carvalho de Melo2-8/+15
2018-03-23perf python: Reference Py_None before returning itPetr Machata1-1/+3
2018-03-21perf annotate: Mark jumps to outher functions with the call arrowArnaldo Carvalho de Melo2-3/+53
2018-03-21perf annotate: Pass function descriptor to its instruction parsing routinesArnaldo Carvalho de Melo2-14/+18
2018-03-21perf annotate: No need to calculate notes->start twiceArnaldo Carvalho de Melo1-5/+4
2018-03-21perf annotate browser: Add 'P' hotkey to dump annotation to fileArnaldo Carvalho de Melo2-0/+33
2018-03-21perf annotate: Add function header to --stdio2Arnaldo Carvalho de Melo1-0/+8
2018-03-21perf annotate: Use the default annotation options for --stdio2Arnaldo Carvalho de Melo1-3/+1
2018-03-21perf annotate: Move the default annotate options to the libraryArnaldo Carvalho de Melo2-0/+66
2018-03-21perf annotate: Introduce the --stdio2 output modeArnaldo Carvalho de Melo2-0/+97
2018-03-20perf annotate: Introduce annotation_line__filter()Arnaldo Carvalho de Melo1-0/+4
2018-03-20perf annotate: Use a ops table for annotation_line__write()Arnaldo Carvalho de Melo2-28/+35
2018-03-20perf annotate: Finish the generalization of annotate_browser__write()Arnaldo Carvalho de Melo2-14/+112
2018-03-20perf annotate: Introduce annotation_line__print_start() out of TUI codeArnaldo Carvalho de Melo2-0/+80
2018-03-20perf annotate: Introduce annotation_line__max_percent()Arnaldo Carvalho de Melo2-0/+17
2018-03-20perf annotate: Introduce symbol__annotate2 methodArnaldo Carvalho de Melo2-0/+43
2018-03-20perf annotate: Introduce init_column_widths() method out of TUI codeArnaldo Carvalho de Melo2-0/+18
2018-03-20perf annotate: Move update_column_widths() to the generic libArnaldo Carvalho de Melo2-0/+14
2018-03-20perf annotate: Move the column widths from the TUI to generic libArnaldo Carvalho de Melo1-0/+7
2018-03-20perf annotate: Introduce set_offsets() method out of TUI codeArnaldo Carvalho de Melo2-0/+31
2018-03-20perf annotate: Move nr_{asm_}entries to struct annotationArnaldo Carvalho de Melo1-0/+2
2018-03-20perf annotate: Move 'start' to struct annotationArnaldo Carvalho de Melo1-0/+1
2018-03-20perf annotate: Nuke struct browser_lineArnaldo Carvalho de Melo1-0/+2
2018-03-20perf annotate: Move mark_jump_targets from the TUI to the annotation libraryArnaldo Carvalho de Melo2-0/+48
2018-03-20perf annotate: Move nr_jumps to struct annotationArnaldo Carvalho de Melo1-0/+1
2018-03-20perf annotate: Move max_jump_sources to struct annotationArnaldo Carvalho de Melo1-0/+1
2018-03-20perf annotate: Move pcnt_with() to the annotation libraryArnaldo Carvalho de Melo1-0/+5
2018-03-20perf annotate: Stop using a global config structArnaldo Carvalho de Melo1-0/+1
2018-03-20perf annotate: Move nr_events from annotate_browser to annotation structArnaldo Carvalho de Melo1-0/+1