summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers/hists.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-09perf hists browser: Fix potential NULL pointer dereference found by the smatc...Leo Yan1-4/+11
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-07-01perf tools: Ditch rtrim(), use strim() from tools/libArnaldo Carvalho de Melo1-1/+2
2019-06-26perf tools: Remove trim() implementation, use tools/lib's strim()Arnaldo Carvalho de Melo1-1/+2
2019-06-26perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo1-1/+1
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-03-11perf report: Implement browsing of individual samplesAndi Kleen1-0/+47
2019-03-11perf report: Support builtin perf script in scripts menuAndi Kleen1-10/+13
2019-03-11perf report: Support running scripts for current time rangeAndi Kleen1-11/+72
2019-02-06perf tools: Add missing include <callchain.h> in various placesArnaldo Carvalho de Melo1-0/+1
2019-02-06perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo1-0/+1
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo1-0/+1
2019-01-25perf hist: Use cached rbtreesDavidlohr Bueso1-8/+8
2019-01-21perf tools: Replace automatic const char[] variables by staticsRasmus Villemoes1-2/+2
2018-12-17perf top: Move perf_top__reset_sample_counters() to after counts displayJiri Olsa1-0/+3
2018-12-17perf top: Save and display the drop count statsJiri Olsa1-0/+4
2018-12-17perf top: Save and display the lost count statsJiri Olsa1-0/+4
2018-06-06perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo1-5/+6
2018-06-04perf annotate: Move objdump_path to struct annotation_optionsArnaldo Carvalho de Melo1-1/+2
2018-06-04perf hists browser: Pass annotation_options from tool to browserArnaldo Carvalho de Melo1-9/+20
2018-04-18perf hists browser: Clarify top/report browser helpAndi Kleen1-1/+1
2018-04-06perf hists browser: Remove leftover from row returned from refreshArnaldo Carvalho de Melo1-8/+2
2018-04-06perf hists browser: Show extra_title_lines in the 'D' debug hotkeyArnaldo Carvalho de Melo1-1/+2
2018-04-03perf ui browser: Move the extra title lines from the hists browserArnaldo Carvalho de Melo1-19/+24
2018-04-03perf hists: Move hists__scnprintf_title() away from the TUI codeArnaldo Carvalho de Melo1-79/+0
2018-04-03perf hists: Introduce hists__scnprint_title()Arnaldo Carvalho de Melo1-4/+11
2018-04-03perf hists browser: Rename perf_evsel_browser_title to a more descriptive nameArnaldo Carvalho de Melo1-5/+3
2018-03-08perf report: Fix the output for stdio events listJiri Olsa1-2/+3
2018-03-05perf top browser: Show sample_freq in browser title lineArnaldo Carvalho de Melo1-3/+7
2018-02-15perf hists browser: Add parameter to disable lost event warningKan Liang1-13/+25
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24perf report: Remove code to handle inline frames from browsersMilian Wolff1-168/+12
2017-08-30perf report: Calculate the average cycles of iterationsJin Yao1-6/+2
2017-07-18perf report: Enable finding kernel inline functionsJin Yao1-3/+0
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 Melo1-0/+1
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 Melo1-0/+2
2017-04-19perf tools: Including missing inttypes.h headerArnaldo 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-01-20perf hists browser: Add e/c hotkeys to expand/collapse callchain for current ...Jiri Olsa1-0/+17
2017-01-20perf hists browser: Put hist_entry folding logic into single functionJiri Olsa1-18/+25
2016-11-24Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-10/+23