1. 1291927 perf tools: Fix spelling mistakes by Kim Phillips · 8 years ago
  2. d8040645 perf symbols: Allow user probes on versioned symbols by Paul Clarke · 8 years ago
  3. b843f62 perf symbols: Accept symbols starting at address 0 by Arnaldo Carvalho de Melo · 8 years ago
  4. 96395cb tools lib string: Adopt prefixcmp() from perf and subcmd by Arnaldo Carvalho de Melo · 8 years ago
  5. 3caeafce perf units: Move parse_tag_value() to units.[ch] by Arnaldo Carvalho de Melo · 8 years ago
  6. 5068b52 perf ui gtk: Move gtk .so name to the only place where it is used by Arnaldo Carvalho de Melo · 8 years ago
  7. 7de96c3e perf tools: Move HAS_BOOL define to where perl headers are used by Arnaldo Carvalho de Melo · 8 years ago
  8. 98521b3 perf memswap: Split the byteswap memory range wrappers from util.[ch] by Arnaldo Carvalho de Melo · 8 years ago
  9. 5ab8c68 perf tools: Move event prototypes from util.h to event.h by Arnaldo Carvalho de Melo · 8 years ago
  10. 6db8164 perf buildid: Move prototypes from util.h to build-id.h by Arnaldo Carvalho de Melo · 8 years ago
  11. 9d43f5e perf tools: Fix the code to strip command name by Jiri Olsa · 8 years ago
  12. e7ff892 perf tools: Use just forward declarations for struct thread where possible by Arnaldo Carvalho de Melo · 8 years ago
  13. e8b3ae4 perf tools: Add the right header to obtain PERF_ALIGN() by Arnaldo Carvalho de Melo · 8 years ago
  14. 4208735 perf tools: Remove poll.h and wait.h from util.h 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. 72f7c4d perf tools: Remove string.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  17. 86a5e0c perf tools: Remove sys/ioctl.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  18. bf67334 perf tools: Remove a few more needless includes from util.h by Arnaldo Carvalho de Melo · 8 years ago
  19. 391e420 perf tools: Include sys/param.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  20. 56e2e05 perf callchain: Move callchain specific routines from util.[ch] by Arnaldo Carvalho de Melo · 8 years ago
  21. 611f0af perf tools: Add compress.h for the *_decompress_to_file() headers by Arnaldo Carvalho de Melo · 8 years ago
  22. 166ebdd perf mem: Fix display of data source snoop indication by Andi Kleen · 8 years ago
  23. 8c2b7ca perf debug: Move dump_stack() and sighandler_dump_stack() to debug.h by Arnaldo Carvalho de Melo · 8 years ago
  24. bb8c16d perf kvm: Make function only used by 'perf kvm' static by Arnaldo Carvalho de Melo · 8 years ago
  25. c5e4027 perf tools: Move timestamp routines from util.h to time-utils.h by Arnaldo Carvalho de Melo · 8 years ago
  26. 58db1d6 perf tools: Move units conversion/formatting routines to separate object by Arnaldo Carvalho de Melo · 8 years ago
  27. 9607ad3 perf tools: Add signal.h to places using its definitions by Arnaldo Carvalho de Melo · 8 years ago
  28. 3dfed91 perf unwind: Provide only forward declarations for pointer types by Arnaldo Carvalho de Melo · 8 years ago
  29. 1b5ad16 perf tools: Ditch unused strchrnul() reimplementation by Arnaldo Carvalho de Melo · 8 years ago
  30. 1eae20c perf tools: Remove regex.h and fnmatch.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  31. 76b31a2 perf tools: Remove include dirent.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  32. 767fe71 perf tools: Remove misplaced __maybe_unused in some functions by Arnaldo Carvalho de Melo · 8 years ago
  33. 20a9ed2 perf tools: Use api/fs/tracing_path.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  34. 6dcca6d perf tools: No need to include bitops.h in util.h by Arnaldo Carvalho de Melo · 8 years ago
  35. 9a3993d perf tools: Move path related functions to util/path.h by Arnaldo Carvalho de Melo · 8 years ago
  36. b0742e9 perf tools: Don't include terminal handling headers in util.h by Arnaldo Carvalho de Melo · 8 years ago
  37. 8ec20b1 perf str{filter,list}: Disentangle headers by Arnaldo Carvalho de Melo · 8 years ago
  38. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  39. a067558 perf tools: Move extra string util functions to util/string2.h by Arnaldo Carvalho de Melo · 8 years ago
  40. 632a5ca perf tools: Move srcline definitions to separate header by Arnaldo Carvalho de Melo · 8 years ago
  41. fea0139 perf tools: Move print_binary definitions to separate files by Arnaldo Carvalho de Melo · 8 years ago
  42. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  43. 28a9bb9 perf tools: Ditch unused PATH_SEP, STRIP_EXTENSION by Arnaldo Carvalho de Melo · 8 years ago
  44. aa8cc2f perf tools: Replace STR() calls with __stringify() by Arnaldo Carvalho de Melo · 8 years ago
  45. c3dca1a perf tools: Remove PRI[xu] macros from perf.h by Arnaldo Carvalho de Melo · 8 years ago
  46. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  47. b640985 perf tools: Remove unused macros from util.h by Arnaldo Carvalho de Melo · 8 years ago
  48. 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
  49. 8607c1e tools include: Move ARRAY_SIZE() to linux/kernel.h by Arnaldo Carvalho de Melo · 8 years ago
  50. 7909675 perf tools: Remove FLEX_ARRAY definition by Arnaldo Carvalho de Melo · 8 years ago
  51. 16eb813 Revert "perf tools: Fix include of linux/mman.h" by David Carrillo-Cisneros · 8 years ago
  52. 570eda0 perf util: Hint missing file when tool tips fail to load by David Carrillo-Cisneros · 8 years ago
  53. db49a71 perf stat: Fix bug in handling events in error state by Stephane Eranian · 8 years ago
  54. 986a5bc perf annotate: Use stripped line instead of raw disassemble line by Taeung Song · 8 years ago
  55. 4597cf0 perf annotate: Refactor the code to parse disassemble lines with {l,r}trim() by Taeung Song · 8 years ago
  56. c9d1c93 perf tools: Do not print missing features in pipe-mode by David Carrillo-Cisneros · 8 years ago
  57. 0973ad9 perf session: Don't rely on evlist in pipe mode by David Carrillo-Cisneros · 8 years ago
  58. 1e0d4f0 perf inject: Copy events when reordering events in pipe mode by David Carrillo-Cisneros · 8 years ago
  59. d9f8dfa perf annotate s390: Implement jump types for perf annotate by Christian Borntraeger · 8 years ago
  60. e77852b perf annotate s390: Fix perf annotate error -95 (4.10 regression) by Christian Borntraeger · 8 years ago
  61. ecbe5e1 perf string: Simplify ltrim() implementation by Arnaldo Carvalho de Melo · 8 years ago
  62. bdd97ca perf tools: Refactor the code to strip command name with {l,r}trim() by Taeung Song · 8 years ago
  63. aa4beb1 perf pmu: Refactor wordwrap() with ltrim() by Taeung Song · 8 years ago
  64. 32ccb13 perf evsel: Return exact sub event which failed with EPERM for wildcards by Jin Yao · 8 years ago
  65. dadafc3 perf callchains: Switch from strtok() to strtok_r() when parsing options by Arnaldo Carvalho de Melo · 8 years ago
  66. 99094a5e perf annotate: Fix missing number of samples for source_line_samples by Taeung Song · 8 years ago
  67. 9c0899f perf tools: Don't die on a print function by Arnaldo Carvalho de Melo · 8 years ago
  68. f05082b perf tools: Handle allocation failures gracefully by Arnaldo Carvalho de Melo · 8 years ago
  69. 3e00cbe perf tools: Do not fail in case of empty HOME env variable by Jiri Olsa · 8 years ago
  70. a596a87 perf utils: Fix spelling mistake: "Invalud" -> "Invalid" by Colin Ian King · 8 years ago
  71. c1dfcfa perf report: Drop cycles 0 for LBR print by Jin Yao · 8 years ago
  72. d451a20 perf/sdt/x86: Move OP parser to tools/perf/arch/x86/ by Ravi Bangoria · 8 years ago
  73. c686770 perf tools: Remove support for command aliases by Arnaldo Carvalho de Melo · 8 years ago
  74. 3906a13 Merge tag 'perf-core-for-mingo-4.12-20170327' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  75. d652f4b Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  76. 55f77128 perf utils: Readlink /proc/self/exe to find the perf binary by Tommi Rantala · 8 years ago
  77. d4b364d perf utils: Null terminate buf in read_ftrace_printk() by Tommi Rantala · 8 years ago
  78. b7126ef perf utils: use sizeof(buf) - 1 in readlink() call by Tommi Rantala · 8 years ago
  79. 5a23421 perf buildid: Do not assume that readlink() returns a null terminated string by Tommi Rantala · 8 years ago
  80. 2ccc220 perf buildid: Do not update SDT cache with null filename by Tommi Rantala · 8 years ago
  81. 2e933b1 perf annotate: Fix a bug of division by zero when calculating percent by Taeung Song · 8 years ago
  82. 6ebd254 perf annotate: Fix a bug following symbolic link of a build-id file by Taeung Song · 8 years ago
  83. 5dfa210 perf report: Enable sorting by srcline as key by Milian Wolff · 8 years ago
  84. 0d3eb0b perf report: Show inline stack for browser mode by Jin Yao · 8 years ago
  85. f3a6064 perf report: Introduce --inline option by Jin Yao · 8 years ago
  86. a64489c perf report: Find the inline stack for a given address by Jin Yao · 8 years ago
  87. 5580338 perf report: Refactor common code in srcline.c by Jin Yao · 8 years ago
  88. c3a0bbc perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms() by Adrian Hunter · 8 years ago
  89. bf874fc perf list: Move extra details printing to new option by Andi Kleen · 8 years ago
  90. 9628481 perf pmu: Add support for MetricName JSON attribute by Andi Kleen · 8 years ago
  91. 7f372a6 perf list: Support printing MetricExpr with --debug by Andi Kleen · 8 years ago
  92. 37932c1 perf stat: Output JSON MetricExpr metric by Andi Kleen · 8 years ago
  93. 00636c3 perf pmu: Support MetricExpr header in JSON event list by Andi Kleen · 8 years ago
  94. 0751673 perf tools: Add a simple expression parser for JSON by Andi Kleen · 8 years ago
  95. a820e33 perf pmu: Special case uncore_ prefix by Andi Kleen · 8 years ago
  96. 8255718 perf pmu: Expand PMU events by prefix match by Andi Kleen · 8 years ago
  97. 2073ad3 perf tools: Factor out PMU matching in parser by Andi Kleen · 8 years ago
  98. 430daf2 perf stat: Collapse identically named events by Andi Kleen · 8 years ago
  99. ed7b339 perf annotate: Add comment clarifying how the source code line is parsed by Arnaldo Carvalho de Melo · 8 years ago
  100. e7cb9de perf annotate: More exactly grep -v of the objdump command by Taeung Song · 8 years ago