aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers/hists.c
AgeCommit message (Expand)Author
2020-08-03perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()Wei Li
2020-05-15perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etcArnaldo Carvalho de Melo
2019-07-31perf hists browser: Fix potential NULL pointer dereference found by the smatc...Leo Yan
2019-03-11perf report: Implement browsing of individual samplesAndi Kleen
2019-03-11perf report: Support builtin perf script in scripts menuAndi Kleen
2019-03-11perf report: Support running scripts for current time rangeAndi Kleen
2019-02-06perf tools: Add missing include <callchain.h> in various placesArnaldo Carvalho de Melo
2019-02-06perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo
2019-01-25perf hist: Use cached rbtreesDavidlohr Bueso
2019-01-21perf tools: Replace automatic const char[] variables by staticsRasmus Villemoes
2018-12-17perf top: Move perf_top__reset_sample_counters() to after counts displayJiri Olsa
2018-12-17perf top: Save and display the drop count statsJiri Olsa
2018-12-17perf top: Save and display the lost count statsJiri Olsa
2018-06-06perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo
2018-06-04perf annotate: Move objdump_path to struct annotation_optionsArnaldo Carvalho de Melo
2018-06-04perf hists browser: Pass annotation_options from tool to browserArnaldo Carvalho de Melo
2018-04-18perf hists browser: Clarify top/report browser helpAndi Kleen
2018-04-06perf hists browser: Remove leftover from row returned from refreshArnaldo Carvalho de Melo
2018-04-06perf hists browser: Show extra_title_lines in the 'D' debug hotkeyArnaldo Carvalho de Melo
2018-04-03perf ui browser: Move the extra title lines from the hists browserArnaldo Carvalho de Melo
2018-04-03perf hists: Move hists__scnprintf_title() away from the TUI codeArnaldo Carvalho de Melo
2018-04-03perf hists: Introduce hists__scnprint_title()Arnaldo Carvalho de Melo
2018-04-03perf hists browser: Rename perf_evsel_browser_title to a more descriptive nameArnaldo Carvalho de Melo
2018-03-08perf report: Fix the output for stdio events listJiri Olsa
2018-03-05perf top browser: Show sample_freq in browser title lineArnaldo Carvalho de Melo
2018-02-15perf hists browser: Add parameter to disable lost event warningKan Liang
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24perf report: Remove code to handle inline frames from browsersMilian Wolff
2017-08-30perf report: Calculate the average cycles of iterationsJin Yao
2017-07-18perf report: Enable finding kernel inline functionsJin Yao
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo
2017-04-20perf tools: Move units conversion/formatting routines to separate objectArnaldo Carvalho de Melo
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Don't include terminal handling headers in util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo
2017-04-19perf tools: Move srcline definitions to separate headerArnaldo Carvalho de Melo
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-03-27perf report: Enable sorting by srcline as keyMilian Wolff
2017-03-27perf report: Show inline stack for browser modeJin Yao
2017-03-13perf hists browser: Fix typo in function switch_data_fileChangbin Du
2017-01-20perf hists browser: Add e/c hotkeys to expand/collapse callchain for current ...Jiri Olsa
2017-01-20perf hists browser: Put hist_entry folding logic into single functionJiri Olsa
2016-11-24Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2016-11-14perf report: Show branch info in callchain entry for browser modeJin Yao
2016-11-09perf hists browser: Fix column indentation on --hierarchyNamhyung Kim
2016-11-09perf hists browser: Show folded sign properly on --hierarchyNamhyung Kim