summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui
Commit message (Expand)AuthorAgeFilesLines
* perf ui/tui: Show fatal error message only if existsNamhyung Kim2015-01-222-1/+5
* perf tools: Pass struct perf_hpp_fmt to its callbacksNamhyung Kim2015-01-211-4/+8
* perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo2015-01-212-4/+3
* perf hists browser: Fix segfault when showing callchainNamhyung Kim2015-01-081-1/+1
* perf hists: Fix children sort key behaviorNamhyung Kim2015-01-081-0/+3
* perf ui/tui: Print backtrace symbols when segfault occursNamhyung Kim2014-12-231-2/+24
* calloc/xcalloc: Fix argument orderArjun Sreedharan2014-12-091-2/+2
* perf hists browser: Change print format from %lu to %PRIu64Tom Huynh2014-12-091-1/+1
* perf tools: Collapse first level callchain entry if it has siblingNamhyung Kim2014-11-241-3/+8
* perf hists browser: Print overhead percent value for first-level callchainNamhyung Kim2014-11-241-2/+12
* perf annotate: Support source line numbers in annotateAndi Kleen2014-11-191-1/+12
* perf callchain: Use a common function to resolve symbol or nameAndi Kleen2014-11-193-41/+10
* perf top: Add a visual cue for toggle zeroing of samplesTaeung Song2014-10-151-10/+22
* perf ui browsers: Add missing includeArnaldo Carvalho de Melo2014-10-101-0/+1
* perf evsel: Add hists helperArnaldo Carvalho de Melo2014-10-092-9/+13
* perf hists browser: Fix callchain print bug on TUINamhyung Kim2014-09-261-3/+0
* perf hists browser: Consolidate callchain print functions in TUINamhyung Kim2014-08-241-123/+80
* perf tools: Add +field argument support for --field optionJiri Olsa2014-08-241-2/+2
* perf hists browser: Cleanup callchain print functionsNamhyung Kim2014-08-221-83/+29
* perf hists browser: Factor out hist_browser__show_callchain_entry()Namhyung Kim2014-08-201-31/+33
* perf hists browser: Fix children overhead dumpNamhyung Kim2014-08-201-1/+1
* perf hists browser: Get rid of unused 'remaining' variableNamhyung Kim2014-08-201-8/+2
* perf top: Handle 'z' key for toggle zeroing samples in TUINamhyung Kim2014-08-131-0/+9
* perf hists browser: Fix a small callchain display bugNamhyung Kim2014-08-131-1/+3
* perf tools: Fix column alignment when headers aren't shown on TUINamhyung Kim2014-08-121-3/+4
* perf tools: Add name field into perf_hpp_fmtNamhyung Kim2014-08-122-78/+62
* perf report: Honor column width settingNamhyung Kim2014-08-124-39/+77
* perf tools: Save column length in perf_hpp_fmtNamhyung Kim2014-08-122-47/+90
* perf tools: Make __hpp__fmt() receive an additional len argumentNamhyung Kim2014-08-123-30/+35
* perf tools: Remove verbose from functions prototypesJiri Olsa2014-07-171-1/+1
* perf hists browser: Add ui.show-headers config file optionJiri Olsa2014-07-071-1/+1
* perf hists browser: Display columns header text on 'H' pressJiri Olsa2014-07-071-2/+45
* perf hists browser: Add support for showing columns headerArnaldo Carvalho de Melo2014-07-071-2/+40
* perf hists browser: Override ui_browser refresh_dimensions methodArnaldo Carvalho de Melo2014-07-071-5/+13
* perf hists browser: Introduce gotorc methodArnaldo Carvalho de Melo2014-07-071-3/+8
* perf ui browser: Allow overriding refresh_dimensions methodArnaldo Carvalho de Melo2014-07-072-2/+6
* perf ui browser: Add ->rows to disambiguate from ->heightArnaldo Carvalho de Melo2014-07-073-24/+24
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-06-252-15/+12
|\
| * perf ui browser: Fix scrollbar refresh row indexJiri Olsa2014-06-191-1/+1
| * perf hists browser: Remove ev_name argument from perf_evsel__hists_browseJiri Olsa2014-06-191-14/+11
* | perf tools: Fix segfault in cumulative.callchain reportJiri Olsa2014-06-201-5/+16
|/
* perf tools: Move elide bool into perf_hpp_fmt structJiri Olsa2014-06-031-4/+4
* perf tools: Fix "==" into "=" in ui_browser__warning assignmentzhangdianfang2014-06-031-1/+1
* perf ui/gtk: Fix callchain displayNamhyung Kim2014-06-011-1/+9
* perf ui/stdio: Fix invalid percentage value of cumulated hist entriesNamhyung Kim2014-06-011-1/+3
* perf tools: Do not auto-remove Children column if --fields givenNamhyung Kim2014-06-011-0/+3
* perf tools: Add more hpp helper functionsNamhyung Kim2014-06-011-0/+17
* perf tools: Apply percent-limit to cumulative percentageNamhyung Kim2014-06-013-35/+15
* perf ui/gtk: Add support to accumulated hist statNamhyung Kim2014-06-011-0/+17
* perf ui/browser: Add support to accumulated hist statNamhyung Kim2014-06-011-0/+25
OpenPOWER on IntegriCloud