1. 453350d perf trace: Add helper for syscalls with a single strarray arg by Arnaldo Carvalho de Melo · 11 years ago
  2. 5cea6ff perf trace: Beautify flock 'cmd' arg by Arnaldo Carvalho de Melo · 11 years ago
  3. eac032c perf trace: Beautify epoll_ctl 'op' arg by Arnaldo Carvalho de Melo · 11 years ago
  4. 4adcc43 perf tools: Fix srcline sort key behavior by Namhyung Kim · 11 years ago
  5. 2f48fcd perf tools: Implement addr2line directly using libbfd by Roberto Vitillo · 11 years ago
  6. 2cc9d0e perf tools: Save failed result of get_srcline() by Namhyung Kim · 11 years ago
  7. 86c98ca perf annotate: Pass dso instead of dso_name to get_srcline() by Namhyung Kim · 11 years ago
  8. 58d91a0 perf tools: Do not try to call addr2line on non-binary files by Namhyung Kim · 11 years ago
  9. f048d54 perf annotate: Factor out get/free_srcline() by Namhyung Kim · 11 years ago
  10. 909b143 perf hists: Free srcline when freeing hist_entry by Namhyung Kim · 11 years ago
  11. 89da393 perf annotate: Reuse path from the result of addr2line by Namhyung Kim · 11 years ago
  12. 963ba5f perf sort: Fix a memory leak on srcline by Namhyung Kim · 11 years ago
  13. fc67297 perf tools: Separate out GTK codes to libperf-gtk.so by Namhyung Kim · 11 years ago
  14. fc2be69 perf symbols: Add new option --ignore-vmlinux for perf top by Willy Tarreau · 11 years ago
  15. dd96c46 perf tools: Adding throttle event data struct support by Jiri Olsa · 11 years ago
  16. b22d54b perf evlist: Introduce perf_evlist__new_default function by Jiri Olsa · 11 years ago
  17. 27050f5 perf tools: Add possibility to specify mmap size by Jiri Olsa · 11 years ago
  18. 994a1f7 perf tools: Check mmap pages value early by Jiri Olsa · 11 years ago
  19. f37376c perf lock: Account for lock average wait time by Davidlohr Bueso · 11 years ago
  20. 60a25cb perf lock: Limit bad rate precision by Davidlohr Bueso · 11 years ago
  21. 375eb2b perf lock: Redo __cmd_report by Davidlohr Bueso · 11 years ago
  22. 0a98c7f perf lock: Plug some memleaks by Davidlohr Bueso · 11 years ago
  23. b33492a perf lock: Return proper code in report_lock_*_event by Davidlohr Bueso · 11 years ago
  24. 02ad070 perf lock: Remove dead code by Davidlohr Bueso · 11 years ago
  25. 918512b perf tools: Unify page_size usage by Jiri Olsa · 11 years ago
  26. 5283ec2 perf tools: Remove unused trace-event-* code by Jiri Olsa · 11 years ago
  27. 9cd0094 perf symbols: Support for Openembedded/Yocto -dbg packages by Ricardo Ribalda Delgado · 11 years ago
  28. 6e0dc37 perf completion: Use more comp words by Ramkumar Ramachandra · 11 years ago
  29. c3fb671 perf completion: Strip dependency on bash-completion by Ramkumar Ramachandra · 11 years ago
  30. 4685a6c perf completion: Strip function_exists () by Ramkumar Ramachandra · 11 years ago
  31. 7b6c48e perf completion: Strip dependency on _filedir by Ramkumar Ramachandra · 11 years ago
  32. 30079d1 perf completion: Update __ltrim_colon_completions by Ramkumar Ramachandra · 11 years ago
  33. 1ba6e01 perf completion: Don't dictate perf install location by Ramkumar Ramachandra · 11 years ago
  34. 50c95cb perf trace: Add option to show process COMM by Arnaldo Carvalho de Melo · 11 years ago
  35. 49af9e9 perf trace: Beautify eventfd2 'flags' arg by Arnaldo Carvalho de Melo · 11 years ago
  36. b2cc99fd perf trace: Beautify send/recv syscall 'flags' arg by Arnaldo Carvalho de Melo · 11 years ago
  37. 22ae5cf1 perf trace: Don't print zeroed args by Arnaldo Carvalho de Melo · 11 years ago
  38. 7704805 perf trace: Remove duplicate mmap entry in syscall_fmts array by David Ahern · 11 years ago
  39. 4bb0919 perf trace: Add option to show full timestamp by David Ahern · 11 years ago
  40. c045bf0 perf trace: Beautify rlmimit resources by Arnaldo Carvalho de Melo · 11 years ago
  41. 5110899 perf trace: Beautify access 'mode' arg by Arnaldo Carvalho de Melo · 11 years ago
  42. a28b24b perf trace: Beautify socket 'type' arg by Arnaldo Carvalho de Melo · 11 years ago
  43. e10bce8 perf trace: Beautify socket 'family' arg by Arnaldo Carvalho de Melo · 11 years ago
  44. 8bad5b0 perf trace: Beautify signal number arg in several syscalls by Arnaldo Carvalho de Melo · 11 years ago
  45. eb5b1b1 perf trace: Beautify rt_sigprocmask 'how' arg by Arnaldo Carvalho de Melo · 11 years ago
  46. 80f587d perf trace: Beautify fcntl 'cmd' arg by Arnaldo Carvalho de Melo · 11 years ago
  47. efe6b88 perf trace: Use strarray for ltrace's whence arg by Arnaldo Carvalho de Melo · 11 years ago
  48. 1f115cb perf trace: Allow passing parms to arg formatters by Arnaldo Carvalho de Melo · 11 years ago
  49. 01533e9 perf trace: Put syscall formatter parms into struct by Arnaldo Carvalho de Melo · 11 years ago
  50. 165108a tools/perf/build: Clean up feature_print_code() by Jiri Olsa · 11 years ago
  51. aa4acf6 tools/perf/build: Pass through LDFLAGS to feature tests by Ingo Molnar · 11 years ago
  52. 20c99e8 tools/perf/build: Harmonize the style of the feature testcases by Ingo Molnar · 11 years ago
  53. 1f7c645 tools/perf/build: Fix O=/some/dir perf.o type of targets by Ingo Molnar · 11 years ago
  54. b102420 tools/perf/build: Fix non-canonical directory names in O= by Ingo Molnar · 11 years ago
  55. 684f434 tools/perf/build: Exclude MAKEFLAGS from nested invocation by Ingo Molnar · 11 years ago
  56. 1c2d1d8 tools/perf/build: Make sure autodep feature binaries honor the O= setting by Ingo Molnar · 11 years ago
  57. b016a0d tools/perf/build: Pass through all targets to Makefile.perf by Ingo Molnar · 11 years ago
  58. 3ca576a tools/perf/build: Collapse the test-all.c testcase by Ingo Molnar · 11 years ago
  59. 1e3f30f tools/perf/build: Clean up various testcases by Ingo Molnar · 11 years ago
  60. 0648f83 tools/perf/build: Remove unused config/feature-tests.mak by Ingo Molnar · 11 years ago
  61. 1c47661 tools/perf/build: Split out feature checks: 'liberty', 'liberty-z', 'cplus-demangle' by Ingo Molnar · 11 years ago
  62. 73a725f tools/perf/build: Standardize the various messages output by parallel make by Ingo Molnar · 11 years ago
  63. bd69cc2 tools/perf/build: Flip Makefile.parallel and Makefile.perf by Ingo Molnar · 11 years ago
  64. 2cfbe88 tools/perf/build: Automatically build in parallel, based on number of CPUs in the system by Ingo Molnar · 11 years ago
  65. b3b64a1 tools/perf/build: Improve printout-of auto-detected features by Ingo Molnar · 11 years ago
  66. f1138ec tools/perf/build: Speed up auto-detection by Ingo Molnar · 11 years ago
  67. de0f03f tools/perf/build: Invoke feature-checks 'clean' target from the main Makefile by Ingo Molnar · 11 years ago
  68. 31f6be6 tools/perf: Fix double/triple-build of the feature detection logic during 'make install' et al by Ingo Molnar · 11 years ago
  69. c9404c6 tools/perf/build: Speed up the final link by Ingo Molnar · 11 years ago
  70. c72e3f0 tools/perf/build: Speed up git-version test on re-make by Ingo Molnar · 11 years ago
  71. baa9c30 tools/perf/build: Speed up auto-detection of features by adding a 'test-all' target by Ingo Molnar · 11 years ago
  72. fb1c918 tools/perf: Turn strlcpy() into a __weak function by Ingo Molnar · 11 years ago
  73. 7a10822 tools/perf: Clean up util/include/linux/compiler.h by Ingo Molnar · 11 years ago
  74. 4cc9117 tools/perf/build: Split out feature check: 'backtrace' by Ingo Molnar · 11 years ago
  75. 34ef216 tools/perf/build: Split out feature check: 'on-exit' by Ingo Molnar · 11 years ago
  76. d0707c9 tools/perf/build: Split out feature check: 'strlcpy' by Ingo Molnar · 11 years ago
  77. 3b7646e tools/perf/build: Split out feature check: 'libbfd' by Ingo Molnar · 11 years ago
  78. 95d061c tools/perf/build: Split out feature check: 'libpython-version' by Ingo Molnar · 11 years ago
  79. 9734163 tools/perf/build: Split out feature check: 'libpython' by Ingo Molnar · 11 years ago
  80. 7181a67 tools/perf/build: Split out feature check: 'libperl' by Ingo Molnar · 11 years ago
  81. c7a79e9 tools/perf/build: Split out feature check: 'gtk2-infobar' by Ingo Molnar · 11 years ago
  82. 7ef9e05 tools/perf/build: Split out feature check: 'gtk2' by Ingo Molnar · 11 years ago
  83. b9498b5 tools/perf/build: Split out feature check: 'libslang' by Ingo Molnar · 11 years ago
  84. d795a65 tools/perf/build: Split out feature check: 'libaudit' by Ingo Molnar · 11 years ago
  85. 058f952 tools/perf/build: Split out feature check: 'libunwind' by Ingo Molnar · 11 years ago
  86. 308e1e7 tools/perf/build: Clean up the libunwind logic in config/Makefile by Ingo Molnar · 11 years ago
  87. b7bcef6 tools/perf/build: Split out feature check: 'libelf-getphdrnum' by Ingo Molnar · 11 years ago
  88. 8869b17 tools/perf/build: Split out feature check: 'libelf-mmap' by Ingo Molnar · 11 years ago
  89. fb3d333 tools/perf/build: Clean up the mmap logic in config/Makefile by Ingo Molnar · 11 years ago
  90. 8295d4e tools/perf/build: Split out feature check: 'dwarf' by Ingo Molnar · 11 years ago
  91. e12762c tools/perf/build: Split out feature check: 'glibc' by Ingo Molnar · 11 years ago
  92. 8f7f800 tools/perf/build: Split out feature check: 'libelf' by Ingo Molnar · 11 years ago
  93. 50eed7a tools/perf/build: Clean up the libelf logic in config/Makefile by Ingo Molnar · 11 years ago
  94. 78e9d65 tools/perf/build: Split out feature check: 'bionic' by Ingo Molnar · 11 years ago
  95. 1ea6f99 tools/perf/build: Split out feature check: 'fortify-source' by Ingo Molnar · 11 years ago
  96. c251044 tools/perf/build: Split out feature check: 'volatile-register-var' by Ingo Molnar · 11 years ago
  97. 430be5a tools/perf/build: Split out feature check: 'stackprotector' by Ingo Molnar · 11 years ago
  98. 90ac542 tools/perf/build: Split out feature check: 'stackprotector-all' by Ingo Molnar · 11 years ago
  99. 3ae069c tools/perf/build: Split out feature check: 'libnuma' by Ingo Molnar · 11 years ago
  100. 8b6eb56 tools/perf/build: Add 'autodep' functionality, generate feature test dependencies automatically by Ingo Molnar · 11 years ago