summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/tui/helpline.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf tui slang: Tidy castsIan Rogers2023-08-251-1/+1
* perf ui: Update use of pthread mutexIan Rogers2022-10-041-3/+2
* perf tools: Remove debug.h from places where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+0
* perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo2019-09-011-0/+1
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-09-011-0/+1
* perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set...Arnaldo Carvalho de Melo2018-12-171-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf ui/tui: Show fatal error message only if existsNamhyung Kim2015-01-221-0/+3
* perf ui/helpline: Introduce ui_helpline__vshow()Namhyung Kim2012-12-091-14/+15
* perf ui: Introduce struct ui_helplineNamhyung Kim2012-08-161-0/+57