aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/tui/helpline.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04perf ui: Update use of pthread mutexIan Rogers1-3/+2
2019-09-20perf tools: Remove debug.h from places where it is not neededArnaldo Carvalho de Melo1-1/+0
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-0/+1
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo1-0/+1
2018-12-17perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set nulArnaldo Carvalho de Melo1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-01-22perf ui/tui: Show fatal error message only if existsNamhyung Kim1-0/+3
2012-12-09perf ui/helpline: Introduce ui_helpline__vshow()Namhyung Kim1-14/+15
2012-08-16perf ui: Introduce struct ui_helplineNamhyung Kim1-0/+57