summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-config.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+0
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-0/+1
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-291-2/+0
* perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo2019-07-091-0/+1
* perf config: Show the configuration when no arguments are providedArnaldo Carvalho de Melo2018-12-181-4/+3
* 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: Write a config file just onceTaeung Song2017-09-131-6/+16
|/
* perf config: Check not only section->from_system_config but also item'sTaeung Song2017-09-121-1/+1
* tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-201-1/+2
* perf config: Refactor the code using 'ret' variable in cmd_config()Taeung Song2017-06-191-17/+13
* perf config: Check error cases of {show_spec, set}_config()Taeung Song2017-06-191-2/+15
* perf config: Invert an if statement to reduce nesting in cmd_config()Taeung Song2017-06-191-21/+23
* perf config: Refactor a duplicated code for obtaining config file nameTaeung Song2017-05-021-11/+8
* perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-271-1/+1
* perf config: Mark where are config items from (user or system)Taeung Song2016-11-141-1/+5
* perf config: Add support setting variables in a config fileTaeung Song2016-11-141-6/+62
* perf config: Validate config variable arguments before trying use themTaeung Song2016-11-141-4/+41
* perf config: Add support for getting config key-value pairsTaeung Song2016-11-141-3/+37
* perf config: Reimplement show_config() using config_set__for_eachTaeung Song2016-06-231-12/+5
* perf config: Introduce new init() and exit()Taeung Song2016-06-231-0/+4
* perf config: Make show_config() use perf_config_setTaeung Song2016-04-141-7/+32
* perf config: Add '--system' and '--user' options to select which config file ...Taeung Song2016-02-121-3/+24
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-1/+1
* perf tools: Add 'perf config' commandTaeung Song2015-11-231-0/+66