summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/tui
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Fix include paths in ui directoryIan Rogers2019-08-081-1/+1
* perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo2019-07-092-1/+2
* perf tools: Rename build libperf to perfJiri Olsa2019-02-141-4/+4
* perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set...Arnaldo Carvalho de Melo2018-12-171-1/+1
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-075-0/+5
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
* | perf ui progress: Add size info into progress barJiri Olsa2017-09-131-1/+22
* | perf ui progress: Add ui specific init functionJiri Olsa2017-09-131-2/+7
|/
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Remove needless includes from cache.hArnaldo Carvalho de Melo2016-07-121-0/+2
* perf ui tui: Register the error callbacks before initializing the widgetsArnaldo Carvalho de Melo2015-10-221-4/+4
* perf ui tui progress: Implement the ui_progress_ops->finish() methodArnaldo Carvalho de Melo2015-08-241-1/+18
* perf ui browser: Introduce ui_browser__write_nstring()Arnaldo Carvalho de Melo2015-08-121-1/+1
* perf tools: Make Ctrl-C stop processing on TUINamhyung Kim2015-05-291-1/+1
* perf build: Add slang objects buildingJiri Olsa2015-02-121-0/+4
* perf ui/tui: Show fatal error message only if existsNamhyung Kim2015-01-222-1/+5
* perf ui/tui: Print backtrace symbols when segfault occursNamhyung Kim2014-12-231-2/+24
* perf ui/tui: Protect windows by ui__lockNamhyung Kim2013-12-261-3/+16
* perf ui tui progress: Don't force a refresh during progress updatePatrick Palka2013-11-111-1/+2
* perf ui progress: Per progress bar stateArnaldo Carvalho de Melo2013-10-231-4/+4
* perf ui: Rename ui_progress to ui_progress_opsArnaldo Carvalho de Melo2013-10-233-4/+12
* perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo2013-04-011-10/+11
* perf ui/helpline: Introduce ui_helpline__vshow()Namhyung Kim2012-12-091-14/+15
* perf ui: Introduce generic ui_progress helperNamhyung Kim2012-11-142-1/+12
* perf ui tui: Move progress.c under ui/tui directoryNamhyung Kim2012-11-141-0/+32
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-2/+2
* perf hists browser: Use perf_hpp__format functionsNamhyung Kim2012-09-081-0/+4
* perf ui gtk: Add perf_gtk__show_helpline() for pr_*Namhyung Kim2012-08-171-2/+0Star
* perf ui: Introduce struct ui_helplineNamhyung Kim2012-08-161-0/+57
* perf ui: Introduce struct perf_error_opsNamhyung Kim2012-06-192-0/+249
* perf ui: Change fallback policy of setup_browser()Namhyung Kim2012-05-021-1/+1
* perf ui: Add gtk2 support into setup_browser()Namhyung Kim2012-05-021-0/+140