index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
ui
/
tui
/
setup.c
Age
Commit message (
Expand
)
Author
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
2019-08-31
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
2019-08-29
perf tools: Remove needless perf.h include directive from headers
Arnaldo Carvalho de Melo
2019-07-09
perf tools: Add missing headers, mostly stdlib.h
Arnaldo Carvalho de Melo
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-04-19
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
2016-07-12
perf tools: Remove needless includes from cache.h
Arnaldo Carvalho de Melo
2015-10-22
perf ui tui: Register the error callbacks before initializing the widgets
Arnaldo Carvalho de Melo
2015-05-29
perf tools: Make Ctrl-C stop processing on TUI
Namhyung Kim
2015-01-22
perf ui/tui: Show fatal error message only if exists
Namhyung Kim
2014-12-23
perf ui/tui: Print backtrace symbols when segfault occurs
Namhyung Kim
2013-10-23
perf ui: Rename ui_progress to ui_progress_ops
Arnaldo Carvalho de Melo
2013-04-01
perf tools: Remove dependency on libnewt
Arnaldo Carvalho de Melo
2012-11-14
perf ui: Introduce generic ui_progress helper
Namhyung Kim
2012-09-11
perf tools: Use __maybe_used for unused variables
Irina Tirdea
2012-09-08
perf hists browser: Use perf_hpp__format functions
Namhyung Kim
2012-08-17
perf ui gtk: Add perf_gtk__show_helpline() for pr_*
Namhyung Kim
2012-06-19
perf ui: Introduce struct perf_error_ops
Namhyung Kim
2012-05-02
perf ui: Change fallback policy of setup_browser()
Namhyung Kim
2012-05-02
perf ui: Add gtk2 support into setup_browser()
Namhyung Kim