summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* 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-212-0/+33
* 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-212-0/+66
* perf annotate: Introduce the --stdio2 output modeArnaldo Carvalho de Melo2018-03-212-0/+97
* perf annotate: Introduce annotation_line__filter()Arnaldo Carvalho de Melo2018-03-201-0/+4
* perf annotate: Use a ops table for annotation_line__write()Arnaldo Carvalho de Melo2018-03-202-28/+35
* perf annotate: Finish the generalization of annotate_browser__write()Arnaldo Carvalho de Melo2018-03-202-14/+112
* perf annotate: Introduce annotation_line__print_start() out of TUI codeArnaldo Carvalho de Melo2018-03-202-0/+80
* perf annotate: Introduce annotation_line__max_percent()Arnaldo Carvalho de Melo2018-03-202-0/+17
* perf annotate: Introduce symbol__annotate2 methodArnaldo Carvalho de Melo2018-03-202-0/+43
* perf annotate: Introduce init_column_widths() method out of TUI codeArnaldo Carvalho de Melo2018-03-202-0/+18
* perf annotate: Move update_column_widths() to the generic libArnaldo Carvalho de Melo2018-03-202-0/+14
* perf annotate: Move the column widths from the TUI to generic libArnaldo Carvalho de Melo2018-03-201-0/+7
* perf annotate: Introduce set_offsets() method out of TUI codeArnaldo Carvalho de Melo2018-03-202-0/+31
* perf annotate: Move nr_{asm_}entries to struct annotationArnaldo Carvalho de Melo2018-03-201-0/+2
* perf annotate: Move 'start' to struct annotationArnaldo Carvalho de Melo2018-03-201-0/+1
* perf annotate: Nuke struct browser_lineArnaldo Carvalho de Melo2018-03-201-0/+2
* perf annotate: Move mark_jump_targets from the TUI to the annotation libraryArnaldo Carvalho de Melo2018-03-202-0/+48
* perf annotate: Move nr_jumps to struct annotationArnaldo Carvalho de Melo2018-03-201-0/+1
* perf annotate: Move max_jump_sources to struct annotationArnaldo Carvalho de Melo2018-03-201-0/+1
* perf annotate: Move pcnt_with() to the annotation libraryArnaldo Carvalho de Melo2018-03-201-0/+5
* perf annotate: Stop using a global config structArnaldo Carvalho de Melo2018-03-201-0/+1
* perf annotate: Move nr_events from annotate_browser to annotation structArnaldo Carvalho de Melo2018-03-201-0/+1
* perf annotate: Move compute_ipc() to annotation libraryArnaldo Carvalho de Melo2018-03-202-0/+62
* perf annotate: Move annotation_line array from TUI to generic codeArnaldo Carvalho de Melo2018-03-201-0/+1
* perf annotate tui: Move have_cycles to struct annotationArnaldo Carvalho de Melo2018-03-201-0/+6
* perf annotate: Move cycles/IPC formatting width constants outside TUIArnaldo Carvalho de Melo2018-03-201-0/+3
* perf annotate: Move annotation_options out of the TUI browserArnaldo Carvalho de Melo2018-03-201-0/+10
* perf unwind: Report error from dwfl_attach_stateMartin Vuille2018-03-201-1/+2
* perf probe: Use right type to access array elementsMasami Hiramatsu2018-03-191-8/+5
* perf annotate: Use ops->target.name when available for unresolved call targetsArnaldo Carvalho de Melo2018-03-191-0/+3
* perf tools: Fix python extension build for gcc 8Jiri Olsa2018-03-191-0/+2
* perf tools: Fix snprint warnings for gcc 8Jiri Olsa2018-03-193-4/+4
* perf debug: Avoid setting 'quiet' to 'true' unnecessarilyYisheng Xie2018-03-161-1/+0
* perf mmap: Discard head in overwrite_rb_find_range()Yisheng Xie2018-03-161-8/+7
* perf report: Support forced leader feature in pipe modeJiri Olsa2018-03-161-1/+10
* perf annotate: Use asprintf when formatting objdump command lineArnaldo Carvalho de Melo2018-03-161-5/+12
* perf machine: Fix mmap name setupJiri Olsa2018-03-161-15/+13
* perf stat: Make function perf_stat_evsel_id_init staticThomas Richter2018-03-162-3/+1
* perf llvm: Display eBPF compiling command in debug outputJiri Olsa2018-03-161-0/+14
* perf unwind: Unwind with libdw doesn't take symfs into accountMartin Vuille2018-03-161-1/+1
* perf tools: Add mem2node objectJiri Olsa2018-03-163-0/+154
* perf env: Free memory nodes dataJiri Olsa2018-03-161-0/+4
* perf tools: Add MEM_TOPOLOGY feature to perf data fileJiri Olsa2018-03-083-0/+315
* perf tools: Add refcnt into struct mem_infoJiri Olsa2018-03-084-6/+41
* perf report: Display perf.data header infoJiri Olsa2018-03-081-1/+6
* perf report: Fix the output for stdio events listJiri Olsa2018-03-082-4/+17
* perf annotate: Fix s390 target function disassemblyThomas Richter2018-03-081-1/+1