aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-12perf ui progress: Fix progress updateJiri Olsa1-1/+6
2017-09-12perf ui progress: Make sure we always define step valueJiri Olsa1-1/+1
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 Yao2-13/+5
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: Rename 'sum' to 'nr_samples' in struct sym_histTaeung Song1-1/+1
2017-07-21perf annotate: Introduce struct sym_hist_entryTaeung Song2-5/+5
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo3-3/+6
2017-07-18perf report: Enable finding kernel inline functionsJin Yao2-6/+0
2017-07-18perf annotate: Implement visual marker for macro fusionJin Yao3-0/+57
2017-07-18perf annotate: Check for fused instructionsJin Yao2-2/+4
2017-07-10perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its targetJin Yao1-1/+1
2017-06-19perf annotate: Return arch from symbol__disassemble() and save it in browserJin Yao2-2/+7
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-05-24perf tools: Put caller above callee in --children modeNamhyung Kim1-0/+2
2017-04-26perf ui gtk: Move gtk .so name to the only place where it is usedArnaldo Carvalho de Melo1-0/+3
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo2-0/+2
2017-04-20perf tools: Move units conversion/formatting routines to separate objectArnaldo Carvalho de Melo1-0/+1
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo2-0/+2
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move path related functions to util/path.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 Melo4-0/+4
2017-04-19perf tools: Move srcline definitions to separate headerArnaldo Carvalho de Melo2-0/+2
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo4-1/+6
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo4-1/+4
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2-0/+2
2017-04-11perf ui browser: Refactor the code to parse color configs with ltrim()Taeung Song1-1/+1
2017-03-27perf report: Enable sorting by srcline as keyMilian Wolff2-2/+4
2017-03-27perf report: Show inline stack for browser modeJin Yao1-8/+172
2017-03-27perf report: Show inline stack for stdio modeJin Yao1-1/+84
2017-03-13perf hists browser: Fix typo in function switch_data_fileChangbin Du1-1/+1
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim2-4/+4
2017-02-06Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-0/+10
2017-02-02perf diff: Fix -o/--order option behavior (again)Namhyung Kim1-0/+6
2017-02-02perf diff: Fix segfault on 'perf diff -o N' optionNamhyung Kim1-0/+4
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
2017-01-17perf tools: Move two variables usied in libperf from perf.cSoramichi AKIYAMA1-0/+1
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 ui helpline: Provide a printf variantArnaldo Carvalho de Melo2-0/+11