| Commit message (Expand) | Author | Age | Files | Lines |
* | perf ui: Move window resize signal functions | Ian Rogers | 2023-04-11 | 1 | -1/+0 |
* | perf ui: Update use of pthread mutex | Ian Rogers | 2022-10-04 | 4 | -20/+19 |
* | perf top: Fix TUI exit screen refresh race condition | yaowenbin | 2022-01-02 | 1 | -3/+5 |
* | tools ui popup: Allow returning hotkeys | Arnaldo Carvalho de Melo | 2020-01-06 | 1 | -4/+8 |
* | perf tools: Remove util.h from where it is not needed | Arnaldo Carvalho de Melo | 2019-09-20 | 1 | -1/+1 |
* | perf tools: Remove debug.h from places where it is not needed | Arnaldo Carvalho de Melo | 2019-09-20 | 2 | -2/+0 |
* | perf tools: Remove needless evlist.h include directives | Arnaldo Carvalho de Melo | 2019-09-01 | 4 | -4/+1 |
* | perf debug: Remove needless include directives from debug.h | Arnaldo Carvalho de Melo | 2019-09-01 | 1 | -0/+1 |
* | perf tools: Remove needless perf.h include directive from headers | Arnaldo Carvalho de Melo | 2019-08-29 | 1 | -0/+1 |
* | perf ui: Introduce non-interactive ui__info_window() function | Arnaldo Carvalho de Melo | 2019-08-20 | 1 | -8/+15 |
* | perf ui: Make 'exit_msg' optional in ui__question_window() | Arnaldo Carvalho de Melo | 2019-08-20 | 1 | -3/+11 |
* | perf tools: Fix include paths in ui directory | Ian Rogers | 2019-08-08 | 1 | -1/+1 |
* | perf tools: Add missing headers, mostly stdlib.h | Arnaldo Carvalho de Melo | 2019-07-09 | 2 | -1/+2 |
* | perf tools: Rename build libperf to perf | Jiri Olsa | 2019-02-14 | 1 | -4/+4 |
* | perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set... | Arnaldo Carvalho de Melo | 2018-12-17 | 1 | -1/+1 |
* | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar | 2017-11-07 | 5 | -0/+5 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 5 | -0/+5 |
* | | perf ui progress: Add size info into progress bar | Jiri Olsa | 2017-09-13 | 1 | -1/+22 |
* | | perf ui progress: Add ui specific init function | Jiri Olsa | 2017-09-13 | 1 | -2/+7 |
|/ |
|
* | perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used | Arnaldo Carvalho de Melo | 2017-04-19 | 1 | -0/+1 |
* | perf tools: Remove needless includes from cache.h | Arnaldo Carvalho de Melo | 2016-07-12 | 1 | -0/+2 |
* | perf ui tui: Register the error callbacks before initializing the widgets | Arnaldo Carvalho de Melo | 2015-10-22 | 1 | -4/+4 |
* | perf ui tui progress: Implement the ui_progress_ops->finish() method | Arnaldo Carvalho de Melo | 2015-08-24 | 1 | -1/+18 |
* | perf ui browser: Introduce ui_browser__write_nstring() | Arnaldo Carvalho de Melo | 2015-08-12 | 1 | -1/+1 |
* | perf tools: Make Ctrl-C stop processing on TUI | Namhyung Kim | 2015-05-29 | 1 | -1/+1 |
* | perf build: Add slang objects building | Jiri Olsa | 2015-02-12 | 1 | -0/+4 |
* | perf ui/tui: Show fatal error message only if exists | Namhyung Kim | 2015-01-22 | 2 | -1/+5 |
* | perf ui/tui: Print backtrace symbols when segfault occurs | Namhyung Kim | 2014-12-23 | 1 | -2/+24 |
* | perf ui/tui: Protect windows by ui__lock | Namhyung Kim | 2013-12-26 | 1 | -3/+16 |
* | perf ui tui progress: Don't force a refresh during progress update | Patrick Palka | 2013-11-11 | 1 | -1/+2 |
* | perf ui progress: Per progress bar state | Arnaldo Carvalho de Melo | 2013-10-23 | 1 | -4/+4 |
* | perf ui: Rename ui_progress to ui_progress_ops | Arnaldo Carvalho de Melo | 2013-10-23 | 3 | -4/+12 |
* | perf tools: Remove dependency on libnewt | Arnaldo Carvalho de Melo | 2013-04-01 | 1 | -10/+11 |
* | perf ui/helpline: Introduce ui_helpline__vshow() | Namhyung Kim | 2012-12-09 | 1 | -14/+15 |
* | perf ui: Introduce generic ui_progress helper | Namhyung Kim | 2012-11-14 | 2 | -1/+12 |
* | perf ui tui: Move progress.c under ui/tui directory | Namhyung Kim | 2012-11-14 | 1 | -0/+32 |
* | perf tools: Use __maybe_used for unused variables | Irina Tirdea | 2012-09-11 | 1 | -2/+2 |
* | perf hists browser: Use perf_hpp__format functions | Namhyung Kim | 2012-09-08 | 1 | -0/+4 |
* | perf ui gtk: Add perf_gtk__show_helpline() for pr_* | Namhyung Kim | 2012-08-17 | 1 | -2/+0 |
* | perf ui: Introduce struct ui_helpline | Namhyung Kim | 2012-08-16 | 1 | -0/+57 |
* | perf ui: Introduce struct perf_error_ops | Namhyung Kim | 2012-06-19 | 2 | -0/+249 |
* | perf ui: Change fallback policy of setup_browser() | Namhyung Kim | 2012-05-02 | 1 | -1/+1 |
* | perf ui: Add gtk2 support into setup_browser() | Namhyung Kim | 2012-05-02 | 1 | -0/+140 |