summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/config.c
Commit message (Expand)AuthorAgeFilesLines
* perf config: Fix caching and memory leak in perf_home_perfconfig()Arnaldo Carvalho de Melo2021-08-301-1/+4
* perf stat: Introduce config stat.bpf-counter-eventsSong Liu2021-04-291-0/+4
* perf stat: Align CSV output for summary modeJin Yao2021-03-241-0/+3
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* perf config: Make perf_config_global() globalJiri Olsa2021-01-201-1/+1
* perf config: Make perf_config_system() globalJiri Olsa2021-01-201-1/+1
* perf config: Add perf_home_perfconfig functionJiri Olsa2021-01-201-36/+53
* perf config: Add config set interfaceJiri Olsa2021-01-201-5/+23
* perf config: Make perf_config_from_file() staticJiri Olsa2021-01-201-1/+1
* perf config: Export the perf_config_from_file() functionArnaldo Carvalho de Melo2020-10-131-1/+1
* perf tools: Remove some duplicated includesTiezhu Yang2020-06-021-1/+0
* perf config: Add stat.big-num supportPaul A. Clarke2020-05-281-0/+13
* perf config: Introduce perf_config_u8()Ravi Bangoria2020-02-271-0/+12
* perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo2019-08-311-0/+1
* perf event: Remove needless include directives from event.hArnaldo Carvalho de Melo2019-08-311-0/+2
* perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo2019-08-291-0/+1
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-2/+1
* tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-251-1/+1
* perf config: Bail out when a handler returns failure for a key-value pairArnaldo Carvalho de Melo2019-06-101-2/+6
* perf config: Fix a memory leak in collect_config()Changbin Du2019-03-191-2/+1
* perf tools: Add missing include <callchain.h> in various placesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf config: Modify size factor of snprintfSihyeon Jang2018-12-171-2/+2
* perf tools: Allow specifying proc-map-timeout in config fileMark Drayton2018-12-171-0/+4
* 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