aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/config.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-27perf config: Introduce perf_config_u8()Ravi Bangoria1-0/+12
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo1-0/+1
2019-08-31perf event: Remove needless include directives from event.hArnaldo Carvalho de Melo1-0/+2
2019-08-29perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo1-0/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-2/+1
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-06-10perf config: Bail out when a handler returns failure for a key-value pairArnaldo Carvalho de Melo1-2/+6
2019-03-19perf config: Fix a memory leak in collect_config()Changbin Du1-2/+1
2019-02-06perf tools: Add missing include <callchain.h> in various placesArnaldo Carvalho de Melo1-0/+1
2018-12-17perf config: Modify size factor of snprintfSihyeon Jang1-2/+2
2018-12-17perf tools: Allow specifying proc-map-timeout in config fileMark Drayton1-0/+4
2018-05-16perf config: Call perf_config__init() lazilyArnaldo Carvalho de Melo1-7/+9
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-13perf config: Allow creating empty config set for config file autogenerationTaeung Song1-4/+1
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo1-6/+7
2017-06-27perf config: Do not die when parsing u64 or int config valuesArnaldo Carvalho de Melo1-12/+22
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo1-1/+2
2017-06-27perf config: Use pr_warning()Arnaldo Carvalho de Melo1-4/+2
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo1-0/+3
2017-04-24perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-0/+2
2017-03-31perf tools: Do not fail in case of empty HOME env variableJiri Olsa1-23/+31
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo1-4/+5
2017-01-27perf config: Do not consider an error not to have any perfconfig fileArnaldo Carvalho de Melo1-6/+8
2016-11-14perf config: Mark where are config items from (user or system)Taeung Song1-1/+15
2016-11-14perf config: Add support setting variables in a config fileTaeung Song1-0/+6
2016-06-23perf config: Introduce new init() and exit()Taeung Song1-45/+47
2016-06-21perf tools: Remove some unused functionsArnaldo Carvalho de Melo1-1/+1
2016-06-14perf config: Handle NULL at perf_config_set__delete()Taeung Song1-0/+3
2016-06-07perf config: Use new perf_config_set__init() to initialize config setTaeung Song1-1/+46
2016-06-07perf config: Constructor should free its allocated memory when failingTaeung Song1-2/+4
2016-06-06perf config: Handle the error when config set is NULL at collect_config()Taeung Song1-1/+5
2016-06-06perf config: Fix abnormal termination at perf_parse_file()Taeung Song1-9/+7
2016-04-14perf config: Introduce perf_config_set classTaeung Song1-0/+173
2016-04-06perf config: Fix build with older toolchain.Vinson Lee1-3/+3
2016-03-30perf config: Rename 'v' to 'home' in set_buildid_dir()Taeung Song1-3/+4
2016-03-30perf config: Rework buildid_dir_command_config to perf_buildid_configTaeung Song1-32/+18
2016-02-12perf config: Add '--system' and '--user' options to select which config file is usedTaeung Song1-2/+2
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-1/+1
2015-08-07perf tools: Introduce llvm config optionsWang Nan1-0/+4
2014-12-09perf tools: Add --buildid-dir option to set cache directoryJiri Olsa1-3/+5
2014-12-09perf tools: Use single strcmp call instead of twoJiri Olsa1-1/+1
2014-09-26perf tools: Fix line number in the config file error messageJiri Olsa1-2/+11
2014-09-26perf tools: Introduce perf_callchain_config()Namhyung Kim1-0/+3
2014-08-12perf tools: Add perf_config_u64 functionJiri Olsa1-0/+24
2014-07-07perf hists browser: Add ui.show-headers config file optionJiri Olsa1-0/+13
2014-04-16perf tools: Add hist.percentage config optionNamhyung Kim1-0/+4
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-2/+4