aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/ui/browsers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-13perf annotate: Add annotated_source__purge functionJiri Olsa1-5/+3
2017-11-13perf annotate: Add annotation_line__(new|delete) functionsJiri Olsa1-1/+3
2017-11-13perf annotate: Move rb_node to struct annotation_lineJiri Olsa1-14/+16
2017-11-13perf annotate: Add annotation_line__next functionJiri Olsa1-3/+4
2017-11-13perf annotate: Add evsel into struct annotation_line_argsJiri Olsa1-1/+1
2017-11-13perf annotate: Add symbol__annotate functionJiri Olsa1-3/+3
2017-11-13perf annotate: Move ipc/cycles into annotation_line structJiri Olsa1-8/+8
2017-11-13perf annotate: Move line/offset into annotation_line structJiri Olsa1-22/+23
2017-11-13perf annotate: Add annotation_line structJiri Olsa1-17/+17
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar7-0/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-10-24perf report: Remove code to handle inline frames from browsersMilian Wolff1-168/+12
2017-09-01perf annotate browser: Help for cycling thru hottest instructions with TAB/shift+TABArnaldo Carvalho de Melo1-1/+2
2017-08-30perf report: Calculate the average cycles of iterationsJin Yao1-6/+2
2017-08-18perf annotate browser: Circulate percent, total-period and nr-samples viewTaeung Song1-3/+8
2017-08-18perf annotate browser: Support --show-nr-samples optionTaeung Song1-3/+11
2017-07-28perf annotate TUI: Set appropriate column width for period/percentArnaldo Carvalho de Melo1-4/+6
2017-07-28perf annotate TUI: Fix column header when toggling period/percentTaeung Song1-1/+1
2017-07-28perf annotate TUI: Clarify calculation of column header widthsArnaldo Carvalho de Melo1-9/+11
2017-07-28perf annotate TUI: Fix --show-total-periodTaeung Song1-1/+1
2017-07-28perf annotate TUI: Use sym_hist_entry in disasm_line_samplesArnaldo Carvalho de Melo1-4/+4
2017-07-21perf annotate: Introduce struct sym_hist_entryTaeung Song1-3/+3
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo1-1/+2
2017-07-18perf report: Enable finding kernel inline functionsJin Yao1-3/+0
2017-07-18perf annotate: Implement visual marker for macro fusionJin Yao1-0/+26
2017-07-18perf annotate: Check for fused instructionsJin Yao1-1/+3
2017-06-19perf annotate: Return arch from symbol__disassemble() and save it in browserJin Yao1-1/+5
2017-06-19perf annotate browser: Display titles in left frameJin Yao1-3/+21
2017-06-19perf report: Remove unnecessary check in annotate_browser_write()Jin Yao1-14/+10
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo1-0/+1
2017-04-20perf tools: Move units conversion/formatting routines to separate objectArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Don't include terminal handling headers in util.hArnaldo Carvalho de Melo3-0/+4
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move srcline definitions to separate headerArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2-0/+4
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2-0/+2
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo1-0/+1
2017-03-27perf report: Enable sorting by srcline as keyMilian Wolff1-1/+2
2017-03-27perf report: Show inline stack for browser modeJin Yao1-8/+172
2017-03-13perf hists browser: Fix typo in function switch_data_fileChangbin Du1-1/+1
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim1-3/+3
2017-01-20perf hists browser: Add e/c hotkeys to expand/collapse callchain for current entryJiri Olsa1-0/+17
2017-01-20perf hists browser: Put hist_entry folding logic into single functionJiri Olsa1-18/+25
2016-12-15perf annotate: Fix jump target outside of function address rangeRavi Bangoria1-2/+3
2016-11-25perf annotate: Show invalid jump offset in error messageArnaldo Carvalho de Melo1-2/+4
2016-11-25perf annotate: Remove duplicate 'name' field from disasm_lineArnaldo Carvalho de Melo1-9/+9
2016-11-24Merge tag 'perf-core-for-mingo-20161123' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-1/+1
2016-11-24Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-10/+23