summaryrefslogtreecommitdiff
path: root/tools/perf/util/config.c
AgeCommit message (Expand)Author
2023-08-15perf parse-events: Remove BPF event supportIan Rogers
2023-06-14perf srcline: Add a timeout to reading from addr2lineIan Rogers
2023-05-28perf path: Make mkpath thread safe, remove 16384 bytes from .bssIan Rogers
2022-10-27perf config: Add missing newline on pr_warning() call in home_perfconfig()Yang Jihong
2022-10-04perf tools: Add perf_config_scan()Adrian Hunter
2021-09-27perf config: Refine error message to eliminate confusionLike Xu
2021-08-30perf config: Fix caching and memory leak in perf_home_perfconfig()Arnaldo Carvalho de Melo
2021-04-29perf stat: Introduce config stat.bpf-counter-eventsSong Liu
2021-03-24perf stat: Align CSV output for summary modeJin Yao
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2021-01-20perf config: Make perf_config_global() globalJiri Olsa
2021-01-20perf config: Make perf_config_system() globalJiri Olsa
2021-01-20perf config: Add perf_home_perfconfig functionJiri Olsa
2021-01-20perf config: Add config set interfaceJiri Olsa
2021-01-20perf config: Make perf_config_from_file() staticJiri Olsa
2020-10-13perf config: Export the perf_config_from_file() functionArnaldo Carvalho de Melo
2020-06-02perf tools: Remove some duplicated includesTiezhu Yang
2020-05-28perf config: Add stat.big-num supportPaul A. Clarke
2020-02-27perf config: Introduce perf_config_u8()Ravi Bangoria
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo
2019-08-31perf event: Remove needless include directives from event.hArnaldo Carvalho de Melo
2019-08-29perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo
2019-06-10perf config: Bail out when a handler returns failure for a key-value pairArnaldo Carvalho de Melo
2019-03-19perf config: Fix a memory leak in collect_config()Changbin Du
2019-02-06perf tools: Add missing include <callchain.h> in various placesArnaldo Carvalho de Melo
2018-12-17perf config: Modify size factor of snprintfSihyeon Jang
2018-12-17perf tools: Allow specifying proc-map-timeout in config fileMark Drayton
2018-05-16perf config: Call perf_config__init() lazilyArnaldo Carvalho de Melo
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-13perf config: Allow creating empty config set for config file autogenerationTaeung Song
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo
2017-06-27perf config: Do not die when parsing u64 or int config valuesArnaldo Carvalho de Melo
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo
2017-06-27perf config: Use pr_warning()Arnaldo Carvalho de Melo
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo
2017-04-24perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo
2017-03-31perf tools: Do not fail in case of empty HOME env variableJiri Olsa
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo
2017-01-27perf config: Do not consider an error not to have any perfconfig fileArnaldo Carvalho de Melo
2016-11-14perf config: Mark where are config items from (user or system)Taeung Song
2016-11-14perf config: Add support setting variables in a config fileTaeung Song
2016-06-23perf config: Introduce new init() and exit()Taeung Song
2016-06-21perf tools: Remove some unused functionsArnaldo Carvalho de Melo
2016-06-14perf config: Handle NULL at perf_config_set__delete()Taeung Song
2016-06-07perf config: Use new perf_config_set__init() to initialize config setTaeung Song