summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/config.h
Commit message (Expand)AuthorAgeFilesLines
* perf config: Make perf_config_global() globalJiri Olsa2021-01-201-0/+1
* perf config: Make perf_config_system() globalJiri Olsa2021-01-201-0/+1
* perf config: Add perf_home_perfconfig functionJiri Olsa2021-01-201-0/+1
* perf config: Add config set interfaceJiri Olsa2021-01-201-0/+3
* perf config: Make perf_config_from_file() staticJiri Olsa2021-01-201-1/+0
* perf config: Export the perf_config_from_file() functionArnaldo Carvalho de Melo2020-10-131-0/+2
* perf config: Introduce perf_config_u8()Ravi Bangoria2020-02-271-0/+1
* perf config: Call perf_config__init() lazilyArnaldo Carvalho de Melo2018-05-161-1/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf config: Do not die when parsing u64 or int config valuesArnaldo Carvalho de Melo2017-06-271-2/+2
* perf config: Mark where are config items from (user or system)Taeung Song2016-11-141-1/+3
* perf config: Add support setting variables in a config fileTaeung Song2016-11-141-0/+2
* perf config: Introduce new init() and exit()Taeung Song2016-06-231-0/+29
* perf config: Move config declarations from util/cache.h to util/config.hTaeung Song2016-06-231-0/+11
* perf config: Introduce perf_config_set classTaeung Song2016-04-141-0/+26