aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/config.c
AgeCommit message (Expand)Author
2019-05-05perf config: Fix a memory leak in collect_config()Changbin Du
2018-05-16perf config: Call perf_config__init() lazilyArnaldo Carvalho de Melo
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-13perf config: Allow creating empty config set for config file autogenerationTaeung Song
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo
2017-06-27perf config: Do not die when parsing u64 or int config valuesArnaldo Carvalho de Melo
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo
2017-06-27perf config: Use pr_warning()Arnaldo Carvalho de Melo
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo
2017-04-24perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo
2017-03-31perf tools: Do not fail in case of empty HOME env variableJiri Olsa
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo
2017-01-27perf config: Do not consider an error not to have any perfconfig fileArnaldo Carvalho de Melo
2016-11-14perf config: Mark where are config items from (user or system)Taeung Song
2016-11-14perf config: Add support setting variables in a config fileTaeung Song
2016-06-23perf config: Introduce new init() and exit()Taeung Song
2016-06-21perf tools: Remove some unused functionsArnaldo Carvalho de Melo
2016-06-14perf config: Handle NULL at perf_config_set__delete()Taeung Song
2016-06-07perf config: Use new perf_config_set__init() to initialize config setTaeung Song
2016-06-07perf config: Constructor should free its allocated memory when failingTaeung Song
2016-06-06perf config: Handle the error when config set is NULL at collect_config()Taeung Song
2016-06-06perf config: Fix abnormal termination at perf_parse_file()Taeung Song
2016-04-14perf config: Introduce perf_config_set classTaeung Song
2016-04-06perf config: Fix build with older toolchain.Vinson Lee
2016-03-30perf config: Rename 'v' to 'home' in set_buildid_dir()Taeung Song
2016-03-30perf config: Rework buildid_dir_command_config to perf_buildid_configTaeung Song
2016-02-12perf config: Add '--system' and '--user' options to select which config file ...Taeung Song
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-08-07perf tools: Introduce llvm config optionsWang Nan
2014-12-09perf tools: Add --buildid-dir option to set cache directoryJiri Olsa
2014-12-09perf tools: Use single strcmp call instead of twoJiri Olsa
2014-09-26perf tools: Fix line number in the config file error messageJiri Olsa
2014-09-26perf tools: Introduce perf_callchain_config()Namhyung Kim
2014-08-12perf tools: Add perf_config_u64 functionJiri Olsa
2014-07-07perf hists browser: Add ui.show-headers config file optionJiri Olsa
2014-04-16perf tools: Add hist.percentage config optionNamhyung Kim
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-05-29perf config: Allow '_' in config file variable namesArnaldo Carvalho de Melo
2011-12-20perf tools: Remove stale git headlines from top commentNamhyung Kim
2011-09-27doc: fix broken referencesPaul Bolle
2011-08-09perf tools: Check $HOME/.perfconfig ownershipArnaldo Carvalho de Melo
2011-08-08perf tools: do not look at ./config for configurationJonathan Nieder
2010-06-05perf buildid: add perfconfig option to specify buildid cache dirStephane Eranian
2010-05-18perf tools: Remove some unused functionsArnaldo Carvalho de Melo
2009-08-16perf: Enable more compiler warningsIngo Molnar
2009-07-01perf_counter tools: Add more warnings and fix/annotate themIngo Molnar
2009-06-06perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/Ingo Molnar