aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/tui (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04perf ui: Update use of pthread mutexIan Rogers4-20/+19
2022-01-02perf top: Fix TUI exit screen refresh race conditionyaowenbin1-3/+5
2020-01-06tools ui popup: Allow returning hotkeysArnaldo Carvalho de Melo1-4/+8
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+1
2019-09-20perf tools: Remove debug.h from places where it is not neededArnaldo Carvalho de Melo2-2/+0
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo4-4/+1
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo 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 ui: Introduce non-interactive ui__info_window() functionArnaldo Carvalho de Melo1-8/+15
2019-08-20perf ui: Make 'exit_msg' optional in ui__question_window()Arnaldo Carvalho de Melo1-3/+11
2019-08-08perf tools: Fix include paths in ui directoryIan Rogers1-1/+1
2019-07-09perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo2-1/+2
2019-02-14perf tools: Rename build libperf to perfJiri Olsa1-4/+4
2018-12-17perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set nulArnaldo Carvalho de Melo1-1/+1
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar5-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-09-13perf ui progress: Add size info into progress barJiri Olsa1-1/+22
2017-09-13perf ui progress: Add ui specific init functionJiri Olsa1-2/+7
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo1-0/+1
2016-07-12perf tools: Remove needless includes from cache.hArnaldo Carvalho de Melo1-0/+2
2015-10-22perf ui tui: Register the error callbacks before initializing the widgetsArnaldo Carvalho de Melo1-4/+4
2015-08-24perf ui tui progress: Implement the ui_progress_ops->finish() methodArnaldo Carvalho de Melo1-1/+18
2015-08-12perf ui browser: Introduce ui_browser__write_nstring()Arnaldo Carvalho de Melo1-1/+1
2015-05-29perf tools: Make Ctrl-C stop processing on TUINamhyung Kim1-1/+1
2015-02-12perf build: Add slang objects buildingJiri Olsa1-0/+4
2015-01-22perf ui/tui: Show fatal error message only if existsNamhyung Kim2-1/+5
2014-12-23perf ui/tui: Print backtrace symbols when segfault occursNamhyung Kim1-2/+24
2013-12-26perf ui/tui: Protect windows by ui__lockNamhyung Kim1-3/+16
2013-11-11perf ui tui progress: Don't force a refresh during progress updatePatrick Palka1-1/+2
2013-10-23perf ui progress: Per progress bar stateArnaldo Carvalho de Melo1-4/+4
2013-10-23perf ui: Rename ui_progress to ui_progress_opsArnaldo Carvalho de Melo3-4/+12
2013-04-01perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo1-10/+11
2012-12-09perf ui/helpline: Introduce ui_helpline__vshow()Namhyung Kim1-14/+15
2012-11-14perf ui: Introduce generic ui_progress helperNamhyung Kim2-1/+12
2012-11-14perf ui tui: Move progress.c under ui/tui directoryNamhyung Kim1-0/+32
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-2/+2
2012-09-08perf hists browser: Use perf_hpp__format functionsNamhyung Kim1-0/+4
2012-08-17perf ui gtk: Add perf_gtk__show_helpline() for pr_*Namhyung Kim1-2/+0
2012-08-16perf ui: Introduce struct ui_helplineNamhyung Kim1-0/+57
2012-06-19perf ui: Introduce struct perf_error_opsNamhyung Kim2-0/+249
2012-05-02perf ui: Change fallback policy of setup_browser()Namhyung Kim1-1/+1
2012-05-02perf ui: Add gtk2 support into setup_browser()Namhyung Kim1-0/+140