summaryrefslogtreecommitdiff
path: root/tools/perf/ui/tui
AgeCommit message (Expand)Author
2024-01-04perf TUI: Don't ignore job controlAhelenia ZiemiaƄska
2023-08-25perf tui slang: Tidy castsIan Rogers
2023-04-10perf ui: Move window resize signal functionsIan Rogers
2022-10-04perf ui: Update use of pthread mutexIan Rogers
2022-01-02perf top: Fix TUI exit screen refresh race conditionyaowenbin
2020-01-06tools ui popup: Allow returning hotkeysArnaldo Carvalho de Melo
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo
2019-09-20perf tools: Remove debug.h from places where it is not neededArnaldo Carvalho de Melo
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo
2019-08-29perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo
2019-08-20perf ui: Introduce non-interactive ui__info_window() functionArnaldo Carvalho de Melo
2019-08-20perf ui: Make 'exit_msg' optional in ui__question_window()Arnaldo Carvalho de Melo
2019-08-08perf tools: Fix include paths in ui directoryIan Rogers
2019-07-09perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo
2019-02-14perf tools: Rename build libperf to perfJiri Olsa
2018-12-17perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set...Arnaldo Carvalho de Melo
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-13perf ui progress: Add size info into progress barJiri Olsa
2017-09-13perf ui progress: Add ui specific init functionJiri Olsa
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo
2016-07-12perf tools: Remove needless includes from cache.hArnaldo Carvalho de Melo
2015-10-22perf ui tui: Register the error callbacks before initializing the widgetsArnaldo Carvalho de Melo
2015-08-24perf ui tui progress: Implement the ui_progress_ops->finish() methodArnaldo Carvalho de Melo
2015-08-12perf ui browser: Introduce ui_browser__write_nstring()Arnaldo Carvalho de Melo
2015-05-29perf tools: Make Ctrl-C stop processing on TUINamhyung Kim
2015-02-12perf build: Add slang objects buildingJiri Olsa
2015-01-22perf ui/tui: Show fatal error message only if existsNamhyung Kim
2014-12-23perf ui/tui: Print backtrace symbols when segfault occursNamhyung Kim
2013-12-26perf ui/tui: Protect windows by ui__lockNamhyung Kim
2013-11-11perf ui tui progress: Don't force a refresh during progress updatePatrick Palka
2013-10-23perf ui progress: Per progress bar stateArnaldo Carvalho de Melo
2013-10-23perf ui: Rename ui_progress to ui_progress_opsArnaldo Carvalho de Melo
2013-04-01perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo
2012-12-09perf ui/helpline: Introduce ui_helpline__vshow()Namhyung Kim
2012-11-14perf ui: Introduce generic ui_progress helperNamhyung Kim
2012-11-14perf ui tui: Move progress.c under ui/tui directoryNamhyung Kim
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-08perf hists browser: Use perf_hpp__format functionsNamhyung Kim
2012-08-17perf ui gtk: Add perf_gtk__show_helpline() for pr_*Namhyung Kim
2012-08-16perf ui: Introduce struct ui_helplineNamhyung Kim
2012-06-19perf ui: Introduce struct perf_error_opsNamhyung Kim
2012-05-02perf ui: Change fallback policy of setup_browser()Namhyung Kim
2012-05-02perf ui: Add gtk2 support into setup_browser()Namhyung Kim