#!/bin/sh # # stackcollapse.py can cover all type of perf samples including # the tracepoints, so no special record requirements, just record what # you want to analyze. # perf record "$@" nel/atom/tools/lib/subcmd/parse-options.c?h=linux-5.1.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/tools/lib/subcmd/parse-options.c
AgeCommit message (Expand)Author
2018-10-19tools lib subcmd: Introduce OPTION_ULONGArnaldo Carvalho de Melo
2018-04-18perf tools: Add '\n' at the end of parse-options error messagesRavi Bangoria
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo
2017-04-26tools lib string: Adopt prefixcmp() from perf and subcmdArnaldo Carvalho de Melo
2017-02-14tools lib subcmd: Make it an error to pass a signed value to OPTION_UINTEGERArnaldo Carvalho de Melo
2017-01-03tools lib subcmd: Add OPT_STRING_OPTARG_SET optionJiri Olsa
2016-10-25tools lib subcmd: Suppport cascading optionsNamhyung Kim