- a827c00 perf config: Refine error message to eliminate confusion by Like Xu · 3 years, 4 months ago
- 261f491 perf config: Fix caching and memory leak in perf_home_perfconfig() by Arnaldo Carvalho de Melo · 3 years, 5 months ago
- 112cb56 perf stat: Introduce config stat.bpf-counter-events by Song Liu · 3 years, 9 months ago
- 0bdad97 perf stat: Align CSV output for summary mode by Jin Yao · 3 years, 10 months ago
- 4d39c89 perf tools: Fix various typos in comments by Ingo Molnar · 3 years, 10 months ago
- e8b2db0 perf config: Make perf_config_global() global by Jiri Olsa · 4 years ago
- b294628 perf config: Make perf_config_system() global by Jiri Olsa · 4 years ago
- f5f03e1 perf config: Add perf_home_perfconfig function by Jiri Olsa · 4 years ago
- a523026 perf config: Add config set interface by Jiri Olsa · 4 years ago
- 64b9705 perf config: Make perf_config_from_file() static by Jiri Olsa · 4 years ago
- 79bbbab perf config: Export the perf_config_from_file() function by Arnaldo Carvalho de Melo · 4 years, 3 months ago
- 3e9b26d perf tools: Remove some duplicated includes by Tiezhu Yang · 4 years, 8 months ago
- d778a77 perf config: Add stat.big-num support by Paul A. Clarke · 4 years, 8 months ago
- 7b43b69 perf config: Introduce perf_config_u8() by Ravi Bangoria · 5 years ago
- f2a39fe perf auxtrace: Uninline functions that touch perf_session by Arnaldo Carvalho de Melo · 5 years ago
- 4cb3c6d perf event: Remove needless include directives from event.h by Arnaldo Carvalho de Melo · 5 years ago
- b420902 perf tools: Remove debug.h from header files not needing it by Arnaldo Carvalho de Melo · 5 years ago
- 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 6 years ago
- 3052ba5 tools perf: Move from sane_ctype.h obtained from git to the Linux's original by Arnaldo Carvalho de Melo · 6 years ago
- 22d4621 perf config: Bail out when a handler returns failure for a key-value pair by Arnaldo Carvalho de Melo · 6 years ago
- 54569ba perf config: Fix a memory leak in collect_config() by Changbin Du · 6 years ago
- b10ba7f perf tools: Add missing include <callchain.h> in various places by Arnaldo Carvalho de Melo · 6 years ago
- 75c375c perf config: Modify size factor of snprintf by Sihyeon Jang · 6 years ago
- 3fcb10e perf tools: Allow specifying proc-map-timeout in config file by Mark Drayton · 6 years ago
- d01bd1a perf config: Call perf_config__init() lazily by Arnaldo Carvalho de Melo · 7 years ago
- 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 55421b4f perf config: Allow creating empty config set for config file autogeneration by Taeung Song · 7 years ago
- 8e99b6d tools include: Adopt strstarts() from the kernel by Arnaldo Carvalho de Melo · 7 years ago
- 25ce4bb perf config: Do not die when parsing u64 or int config values by Arnaldo Carvalho de Melo · 8 years ago
- 62d94b0 perf tools: Replace error() with pr_err() by Arnaldo Carvalho de Melo · 8 years ago
- 4cf134e perf config: Use pr_warning() by Arnaldo Carvalho de Melo · 8 years ago
- 7a8ef4c perf tools: Remove string.h, unistd.h and sys/stat.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
- 391e420 perf tools: Include sys/param.h where needed by Arnaldo Carvalho de Melo · 8 years ago
- a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
- 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
- 3e00cbe perf tools: Do not fail in case of empty HOME env variable by Jiri Olsa · 8 years ago
- ecc4c56 perf tools: Propagate perf_config() errors by Arnaldo Carvalho de Melo · 8 years ago
- afc45cf perf config: Do not consider an error not to have any perfconfig file by Arnaldo Carvalho de Melo · 8 years ago
- 08d090c perf config: Mark where are config items from (user or system) by Taeung Song · 8 years ago
- c6fc018 perf config: Add support setting variables in a config file by Taeung Song · 8 years ago
- 8a0a9c7 perf config: Introduce new init() and exit() by Taeung Song · 9 years ago
- 814b3f5 perf tools: Remove some unused functions by Arnaldo Carvalho de Melo · 9 years ago
- 826424c perf config: Handle NULL at perf_config_set__delete() by Taeung Song · 9 years ago
- 8beeb00 perf config: Use new perf_config_set__init() to initialize config set by Taeung Song · 9 years ago
- 25d8f48 perf config: Constructor should free its allocated memory when failing by Taeung Song · 9 years ago
- 7db91f2 perf config: Handle the error when config set is NULL at collect_config() by Taeung Song · 9 years ago
- 78f71c9 perf config: Fix abnormal termination at perf_parse_file() by Taeung Song · 9 years ago
- 20105ca perf config: Introduce perf_config_set class by Taeung Song · 9 years ago
- d8e2865 perf config: Fix build with older toolchain. by Vinson Lee · 9 years ago
- 37194f4 perf config: Rename 'v' to 'home' in set_buildid_dir() by Taeung Song · 9 years ago
- 9cb5987 perf config: Rework buildid_dir_command_config to perf_buildid_config by Taeung Song · 9 years ago
- c7ac241 perf config: Add '--system' and '--user' options to select which config file is used by Taeung Song · 9 years ago
- 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
- aa61fd0 perf tools: Introduce llvm config options by Wang Nan · 9 years ago
- 99ce8e9 perf tools: Add --buildid-dir option to set cache directory by Jiri Olsa · 10 years ago
- cfd31d8 perf tools: Use single strcmp call instead of two by Jiri Olsa · 10 years ago
- 49757c9 perf tools: Fix line number in the config file error message by Jiri Olsa · 10 years ago
- 2b9240c perf tools: Introduce perf_callchain_config() by Namhyung Kim · 10 years ago
- 94c0655 perf tools: Add perf_config_u64 function by Jiri Olsa · 11 years ago
- c830236 perf hists browser: Add ui.show-headers config file option by Jiri Olsa · 11 years ago
- 0b93da1 perf tools: Add hist.percentage config option by Namhyung Kim · 11 years ago
- 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
- 8dc7c65 perf config: Allow '_' in config file variable names by Arnaldo Carvalho de Melo · 13 years ago
- 5f9273d perf tools: Remove stale git headlines from top comment by Namhyung Kim · 13 years ago
- 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
- 069e372 perf tools: Check $HOME/.perfconfig ownership by Arnaldo Carvalho de Melo · 13 years ago
- aba8d05 perf tools: do not look at ./config for configuration by Jonathan Nieder · 13 years ago
- 45de34b perf buildid: add perfconfig option to specify buildid cache dir by Stephane Eranian · 15 years ago
- a41794c perf tools: Remove some unused functions by Arnaldo Carvalho de Melo · 15 years ago
- 83a0944 perf: Enable more compiler warnings by Ingo Molnar · 15 years ago
- f37a291 perf_counter tools: Add more warnings and fix/annotate them by Ingo Molnar · 16 years ago
- 8647093 perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ by Ingo Molnar · 16 years ago[Renamed from Documentation/perf_counter/util/config.c]
- 148be2c perf_counter tools: move helper library to util/* by Ingo Molnar · 16 years ago[Renamed from Documentation/perf_counter/config.c]
- 6f06ccb perf_counter tools: clean up after introduction of the Git command framework by Ingo Molnar · 16 years ago
- 0780060 perf_counter tools: add in basic glue from Git by Ingo Molnar · 16 years ago