aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers/hists.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa1-3/+3
2019-08-31perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo1-0/+2
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo1-0/+1
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+1
2019-08-29perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo1-0/+1
2019-08-29perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo1-0/+1
2019-08-20perf top: Show info message while collecting samplesArnaldo Carvalho de Melo1-0/+3
2019-07-29libperf: Add nr_entries to struct perf_evlistJiri Olsa1-1/+1
2019-07-29libperf: Include perf_evlist in evlist objectJiri Olsa1-3/+3
2019-07-29libperf: Include perf_evsel in evsel objectJiri Olsa1-4/+4
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-3/+3
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-20/+20
2019-07-09perf hists browser: Fix potential NULL pointer dereference found by the smatch toolLeo 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