aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/config.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-20perf config: Make perf_config_global() globalJiri Olsa1-0/+1
2021-01-20perf config: Make perf_config_system() globalJiri Olsa1-0/+1
2021-01-20perf config: Add perf_home_perfconfig functionJiri Olsa1-0/+1
2021-01-20perf config: Add config set interfaceJiri Olsa1-0/+3
2021-01-20perf config: Make perf_config_from_file() staticJiri Olsa1-1/+0
2020-10-13perf config: Export the perf_config_from_file() functionArnaldo Carvalho de Melo1-0/+2
2020-02-27perf config: Introduce perf_config_u8()Ravi Bangoria1-0/+1
2018-05-16perf config: Call perf_config__init() lazilyArnaldo Carvalho de Melo1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-27perf config: Do not die when parsing u64 or int config valuesArnaldo Carvalho de Melo1-2/+2
2016-11-14perf config: Mark where are config items from (user or system)Taeung Song1-1/+3
2016-11-14perf config: Add support setting variables in a config fileTaeung Song1-0/+2
2016-06-23perf config: Introduce new init() and exit()Taeung Song1-0/+29
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song1-0/+11
2016-04-14perf config: Introduce perf_config_set classTaeung Song1-0/+26