| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-03-10 | perf util: Remove unused perf_config__refresh | Dr. David Alan Gilbert | 1 | -1/+0 |
| 2025-01-14 | perf config: Add a function to set one variable in .perfconfig | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2024-09-24 | perf scripting python: Add function to get a config value | James Clark | 1 | -0/+1 |
| 2022-10-04 | perf tools: Add perf_config_scan() | Adrian Hunter | 1 | -0/+1 |
| 2021-01-20 | perf config: Make perf_config_global() global | Jiri Olsa | 1 | -0/+1 |
| 2021-01-20 | perf config: Make perf_config_system() global | Jiri Olsa | 1 | -0/+1 |
| 2021-01-20 | perf config: Add perf_home_perfconfig function | Jiri Olsa | 1 | -0/+1 |
| 2021-01-20 | perf config: Add config set interface | Jiri Olsa | 1 | -0/+3 |
| 2021-01-20 | perf config: Make perf_config_from_file() static | Jiri Olsa | 1 | -1/+0 |
| 2020-10-13 | perf config: Export the perf_config_from_file() function | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2020-02-27 | perf config: Introduce perf_config_u8() | Ravi Bangoria | 1 | -0/+1 |
| 2018-05-16 | perf config: Call perf_config__init() lazily | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-06-27 | perf config: Do not die when parsing u64 or int config values | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2016-11-14 | perf config: Mark where are config items from (user or system) | Taeung Song | 1 | -1/+3 |
| 2016-11-14 | perf config: Add support setting variables in a config file | Taeung Song | 1 | -0/+2 |
| 2016-06-23 | perf config: Introduce new init() and exit() | Taeung Song | 1 | -0/+29 |
| 2016-06-23 | perf config: Move config declarations from util/cache.h to util/config.h | Taeung Song | 1 | -0/+11 |
| 2016-04-14 | perf config: Introduce perf_config_set class | Taeung Song | 1 | -0/+26 |