summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/config.c
Commit message (Expand)AuthorAgeFilesLines
* perf config: Introduce new init() and exit()Taeung Song2016-06-231-45/+47
* perf tools: Remove some unused functionsArnaldo Carvalho de Melo2016-06-211-1/+1
* perf config: Handle NULL at perf_config_set__delete()Taeung Song2016-06-141-0/+3
* perf config: Use new perf_config_set__init() to initialize config setTaeung Song2016-06-071-1/+46
* perf config: Constructor should free its allocated memory when failingTaeung Song2016-06-071-2/+4
* perf config: Handle the error when config set is NULL at collect_config()Taeung Song2016-06-061-1/+5
* perf config: Fix abnormal termination at perf_parse_file()Taeung Song2016-06-061-9/+7
* perf config: Introduce perf_config_set classTaeung Song2016-04-141-0/+173
* perf config: Fix build with older toolchain.Vinson Lee2016-04-061-3/+3
* perf config: Rename 'v' to 'home' in set_buildid_dir()Taeung Song2016-03-301-3/+4
* perf config: Rework buildid_dir_command_config to perf_buildid_configTaeung Song2016-03-301-32/+18
* perf config: Add '--system' and '--user' options to select which config file ...Taeung Song2016-02-121-2/+2
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-1/+1
* perf tools: Introduce llvm config optionsWang Nan2015-08-071-0/+4
* perf tools: Add --buildid-dir option to set cache directoryJiri Olsa2014-12-091-3/+5
* perf tools: Use single strcmp call instead of twoJiri Olsa2014-12-091-1/+1
* perf tools: Fix line number in the config file error messageJiri Olsa2014-09-261-2/+11
* perf tools: Introduce perf_callchain_config()Namhyung Kim2014-09-261-0/+3
* perf tools: Add perf_config_u64 functionJiri Olsa2014-08-121-0/+24
* perf hists browser: Add ui.show-headers config file optionJiri Olsa2014-07-071-0/+13
* perf tools: Add hist.percentage config optionNamhyung Kim2014-04-161-0/+4
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-2/+4
* perf config: Allow '_' in config file variable namesArnaldo Carvalho de Melo2012-05-291-1/+1
* perf tools: Remove stale git headlines from top commentNamhyung Kim2011-12-201-1/+4
* doc: fix broken referencesPaul Bolle2011-09-271-2/+2
* perf tools: Check $HOME/.perfconfig ownershipArnaldo Carvalho de Melo2011-08-091-4/+23
* perf tools: do not look at ./config for configurationJonathan Nieder2011-08-081-7/+0
* perf buildid: add perfconfig option to specify buildid cache dirStephane Eranian2010-06-051-1/+63
* perf tools: Remove some unused functionsArnaldo Carvalho de Melo2010-05-181-455/+6
* perf: Enable more compiler warningsIngo Molnar2009-08-161-9/+13
* perf_counter tools: Add more warnings and fix/annotate themIngo Molnar2009-07-011-8/+10
* perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/Ingo Molnar2009-06-061-0/+873
OpenPOWER on IntegriCloud