summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | perf annotate tui: Move have_cycles to struct annotationArnaldo Carvalho de Melo2018-03-202-11/+15
* | | perf annotate tui: Use annotate_browser__cycles_width() mroeArnaldo Carvalho de Melo2018-03-201-3/+2
* | | perf annotate: Move cycles/IPC formatting width constants outside TUIArnaldo Carvalho de Melo2018-03-202-11/+11
* | | perf annotate: Move annotation_options out of the TUI browserArnaldo Carvalho de Melo2018-03-202-9/+11
* | | perf unwind: Report error from dwfl_attach_stateMartin Vuille2018-03-201-1/+2
* | | perf tests bp_account: Fix build with clang-6Arnaldo Carvalho de Melo2018-03-191-1/+1
* | | 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 top: Document --ignore-vmlinuxArnaldo 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-197-19/+19
* | | 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 vendor events: Update POWER9 eventsSukadev Bhattiprolu2018-03-168-173/+178
* | | perf report: Support forced leader feature in pipe modeJiri Olsa2018-03-162-15/+53
* | | perf record: Synthesize features before events in pipe modeJiri Olsa2018-03-161-7/+11
* | | perf tests: Fix out of bounds access on array fd when cnt is 100Colin Ian King2018-03-161-5/+3
* | | perf annotate: Use asprintf when formatting objdump command lineArnaldo Carvalho de Melo2018-03-161-5/+12
* | | perf test: Fix exit code for record+probe_libc_inet_pton.shSandipan Das2018-03-161-1/+4
* | | 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
OpenPOWER on IntegriCloud