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