1. 8520a98 perf debug: Remove needless include directives from debug.h by Arnaldo Carvalho de Melo · 5 years ago
  2. 0ac25fd perf tools: Remove perf.h from source files not needing it by Arnaldo Carvalho de Melo · 5 years ago
  3. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 6 years ago
  4. 215a0d3 perf tools: Add missing headers, mostly stdlib.h by Arnaldo Carvalho de Melo · 6 years ago
  5. b631389 perf help: Remove needless use of strncpy() by Arnaldo Carvalho de Melo · 6 years ago
  6. 22e9af4 perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORT by Jin Yao · 7 years ago
  7. b3fa389 perf trace: Remove audit-libs dependency if syscall tables are present by Hendrik Brueckner · 7 years ago
  8. 2f0af86 perf help: Fix a bug during strstart() conversion by Namhyung Kim · 7 years ago
  9. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  10. 8e99b6d tools include: Adopt strstarts() from the kernel by Arnaldo Carvalho de Melo · 7 years ago
  11. 62d94b0 perf tools: Replace error() with pr_err() by Arnaldo Carvalho de Melo · 8 years ago
  12. 59913aab perf help: Use pr_warning() by Arnaldo Carvalho de Melo · 8 years ago
  13. 86e474f perf help: Elliminate dup code for reporting by Arnaldo Carvalho de Melo · 8 years ago
  14. 881c362 perf help: Introduce exec_failed() to avoid code duplication by Arnaldo Carvalho de Melo · 8 years ago
  15. 7a8ef4c perf tools: Remove string.h, unistd.h and sys/stat.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  16. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  17. 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
  18. 7909675 perf tools: Remove FLEX_ARRAY definition by Arnaldo Carvalho de Melo · 8 years ago
  19. c686770 perf tools: Remove support for command aliases by Arnaldo Carvalho de Melo · 8 years ago
  20. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  21. ecc4c56 perf tools: Propagate perf_config() errors by Arnaldo Carvalho de Melo · 8 years ago
  22. 3556377 perf kallsyms: Introduce tool to look for extended symbol information on the running kernel by Arnaldo Carvalho de Melo · 8 years ago
  23. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 9 years ago
  24. 41840d2 perf config: Move config declarations from util/cache.h to util/config.h by Taeung Song · 9 years ago
  25. b72ca40 perf help: Make check_emacsclient_version to check strbuf APIs by Masami Hiramatsu · 9 years ago
  26. a610f5c perf help: Use asprintf instead of adhoc equivalents by Arnaldo Carvalho de Melo · 9 years ago
  27. b8cbb34 perf config: Bring perf_default_config to the very beginning at main() by Wang Nan · 9 years ago
  28. d113068 perf help: No need to use strbuf_remove() by Arnaldo Carvalho de Melo · 9 years ago
  29. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  30. 46113a5 perf tools: Remove 'perf' from subcmd function and variable names by Josh Poimboeuf · 9 years ago
  31. 3a134ae perf help: Change 'usage' to 'Usage' for consistency by Yunlong Song · 9 years ago
  32. e24a110 perf tools: Add the bash completion for listing subsubcommands of perf help by Yunlong Song · 10 years ago
  33. ede395d perf help: Use strerror_r instead of strerror by Masami Hiramatsu · 10 years ago
  34. 84f5d36 perf tools: Move pr_* debug macros into debug object by Jiri Olsa · 10 years ago
  35. 670ab5d perf help: Fix --help for builtins by Namhyung Kim · 12 years ago
  36. 2bae1d1 perf help: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  37. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  38. cc58482 perf help: Remove use of die and handle errors by David Ahern · 12 years ago
  39. edb7c60 perf options: Type check all the remaining OPT_ variants by Arnaldo Carvalho de Melo · 15 years ago
  40. c055564 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() by Ian Munsie · 15 years ago
  41. ff314d3 perf: Make cmd_to_page() function more compact by Wenji Huang · 15 years ago
  42. 3912f2a perf: Use format string of printf to align strings by Amerigo Wang · 15 years ago
  43. 3647948 perf tools: Introduce zalloc() for the common calloc(1, N) case by Arnaldo Carvalho de Melo · 15 years ago
  44. c1e5301 perf: Clean up trivial style issues in builtin-help.c by Thiago Farina · 15 years ago
  45. 83a0944 perf: Enable more compiler warnings by Ingo Molnar · 15 years ago
  46. f37a291 perf_counter tools: Add more warnings and fix/annotate them by Ingo Molnar · 16 years ago
  47. 8647093 perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ by Ingo Molnar · 16 years ago[Renamed from Documentation/perf_counter/builtin-help.c]
  48. 502fc5c perf_counter tools: Uniform help printouts by Ingo Molnar · 16 years ago
  49. c1c2365 perf_counter tools: Generate per command manpages (and pdf/html, etc.) by Ingo Molnar · 16 years ago
  50. 16f762a perf_counter tools: Introduce stricter C code checking by Ingo Molnar · 16 years ago
  51. 148be2c perf_counter tools: move helper library to util/* by Ingo Molnar · 16 years ago
  52. 6f06ccb perf_counter tools: clean up after introduction of the Git command framework by Ingo Molnar · 16 years ago
  53. 0780060 perf_counter tools: add in basic glue from Git by Ingo Molnar · 16 years ago