aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/subcmd (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-18tools lib subcmd: Don't add the kernel sources to the include pathArnaldo Carvalho de Melo1-2/+0
2018-12-17tools lib subcmd: Fix a few source code comment typosIngo Molnar1-2/+2
2018-10-19tools lib subcmd: Introduce OPTION_ULONGArnaldo Carvalho de Melo2-0/+21
2018-09-19tools lib subcmd: Support overwriting the pagerAndi Kleen2-1/+11
2018-04-18perf tools: Add '\n' at the end of parse-options error messagesRavi Bangoria1-3/+3
2018-02-06tools/lib/subcmd/pager.c: do not alias select() paramsSergey Senozhatsky1-1/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman16-0/+16
2017-08-28perf tools: Robustify detection of clang binaryDavid Carrillo-Cisneros1-1/+1
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2-10/+10
2017-04-26tools lib string: Adopt prefixcmp() from perf and subcmdArnaldo Carvalho de Melo3-9/+2
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-02-14tools lib subcmd: Make it an error to pass a signed value to OPTION_UINTEGERArnaldo Carvalho de Melo1-0/+4
2017-02-14tools: Set the maximum optimization level according to the compiler being usedArnaldo Carvalho de Melo1-1/+7
2017-01-16tools lib subcmd: Fix missing member nameSoramichi AKIYAMA1-9/+9
2017-01-11tools lib subcmd: Add missing linux/kernel.h include to subcmd.hArnaldo Carvalho de Melo1-0/+1
2017-01-05Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar2-0/+8
2017-01-03tools lib subcmd: Add OPT_STRING_OPTARG_SET optionJiri Olsa2-0/+8
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König1-1/+1
2016-10-25tools lib subcmd: Suppport cascading optionsNamhyung Kim2-0/+16
2016-10-03perf tools: Query terminal width and use in perf listAndi Kleen2-0/+17
2016-07-12tools lib subcmd: Use str_error_r()Arnaldo Carvalho de Melo1-2/+3
2016-07-04tools lib subcmd: Respect WERROR=0 for buildChris Phlipot1-1/+7
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-03-18tools: Move utilities.mak from perf to tools/scripts/Arnaldo Carvalho de Melo1-1/+1
2016-03-03objtool: Support CROSS_COMPILEJosh Poimboeuf1-2/+4
2016-01-12tools subcmd: Add missing NORETURN define for parse-options.hJosh Poimboeuf1-0/+4
2015-12-17tools subcmd: Rename subcmd header include guardsJosh Poimboeuf7-21/+22
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf17-0/+2368