summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/config.c
Commit message (Expand)AuthorAgeFilesLines
* perf config: Call perf_config__init() lazilyArnaldo Carvalho de Melo2018-05-161-7/+9
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf config: Allow creating empty config set for config file autogenerationTaeung Song2017-09-131-4/+1
|/
* tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-201-6/+7
* perf config: Do not die when parsing u64 or int config valuesArnaldo Carvalho de Melo2017-06-271-12/+22
* perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo2017-06-271-1/+2
* perf config: Use pr_warning()Arnaldo Carvalho de Melo2017-06-271-4/+2
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+3
* perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo2017-04-241-0/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-191-0/+2
* perf tools: Do not fail in case of empty HOME env variableJiri Olsa2017-03-311-23/+31
* perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo2017-01-271-4/+5
* perf config: Do not consider an error not to have any perfconfig fileArnaldo Carvalho de Melo2017-01-271-6/+8
* perf config: Mark where are config items from (user or system)Taeung Song2016-11-141-1/+15
* perf config: Add support setting variables in a config fileTaeung Song2016-11-141-0/+6
* perf config: Introduce new init() and exit()Taeung Song2016-06-231-45/+47
* perf tools: Remove some unused functionsArnaldo Carvalho de Melo2016-06-211-1/+1
* perf config: Handle NULL at perf_config_set__delete()Taeung Song2016-06-141-0/+3
* perf config: Use new perf_config_set__init() to initialize config setTaeung Song2016-06-071-1/+46
* perf config: Constructor should free its allocated memory when failingTaeung Song2016-06-071-2/+4
* perf config: Handle the error when config set is NULL at collect_config()Taeung Song2016-06-061-1/+5
* perf config: Fix abnormal termination at perf_parse_file()Taeung Song2016-06-061-9/+7
* perf config: Introduce perf_config_set classTaeung Song2016-04-141-0/+173
* perf config: Fix build with older toolchain.Vinson Lee2016-04-061-3/+3
* perf config: Rename 'v' to 'home' in set_buildid_dir()Taeung Song2016-03-301-3/+4
* perf config: Rework buildid_dir_command_config to perf_buildid_configTaeung Song2016-03-301-32/+18
* perf config: Add '--system' and '--user' options to select which config file ...Taeung Song2016-02-121-2/+2
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-1/+1
* perf tools: Introduce llvm config optionsWang Nan2015-08-071-0/+4
* perf tools: Add --buildid-dir option to set cache directoryJiri Olsa2014-12-091-3/+5
* perf tools: Use single strcmp call instead of twoJiri Olsa2014-12-091-1/+1
* perf tools: Fix line number in the config file error messageJiri Olsa2014-09-261-2/+11
* perf tools: Introduce perf_callchain_config()Namhyung Kim2014-09-261-0/+3
* perf tools: Add perf_config_u64 functionJiri Olsa2014-08-121-0/+24
* perf hists browser: Add ui.show-headers config file optionJiri Olsa2014-07-071-0/+13
* perf tools: Add hist.percentage config optionNamhyung Kim2014-04-161-0/+4
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-2/+4
* perf config: Allow '_' in config file variable namesArnaldo Carvalho de Melo2012-05-291-1/+1
* perf tools: Remove stale git headlines from top commentNamhyung Kim2011-12-201-1/+4
* doc: fix broken referencesPaul Bolle2011-09-271-2/+2
* perf tools: Check $HOME/.perfconfig ownershipArnaldo Carvalho de Melo2011-08-091-4/+23
* perf tools: do not look at ./config for configurationJonathan Nieder2011-08-081-7/+0
* perf buildid: add perfconfig option to specify buildid cache dirStephane Eranian2010-06-051-1/+63
* perf tools: Remove some unused functionsArnaldo Carvalho de Melo2010-05-181-455/+6
* perf: Enable more compiler warningsIngo Molnar2009-08-161-9/+13
* perf_counter tools: Add more warnings and fix/annotate themIngo Molnar2009-07-011-8/+10
* perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/Ingo Molnar2009-06-061-0/+873