1. 9961aa6 tools build: Fix feature detection redefinion of build flags by David Carrillo-Cisneros · 8 years ago
  2. e5e992a perf tools: Disable JVMTI if no ELF support available by David Carrillo-Cisneros · 8 years ago
  3. 739cf30 perf trace: Add usage of --no-syscalls in man page by Ravi Bangoria · 8 years ago
  4. db49a71 perf stat: Fix bug in handling events in error state by Stephane Eranian · 8 years ago
  5. 7be6b31 perf tools: Pass PYTHON config to feature detection by David Carrillo-Cisneros · 8 years ago
  6. 986a5bc perf annotate: Use stripped line instead of raw disassemble line by Taeung Song · 8 years ago
  7. 4597cf0 perf annotate: Refactor the code to parse disassemble lines with {l,r}trim() by Taeung Song · 8 years ago
  8. c9d1c93 perf tools: Do not print missing features in pipe-mode by David Carrillo-Cisneros · 8 years ago
  9. 0973ad9 perf session: Don't rely on evlist in pipe mode by David Carrillo-Cisneros · 8 years ago
  10. 6ab11f3 perf annotate: Process attr and build_id records by David Carrillo-Cisneros · 8 years ago
  11. 6d13491 perf tools: Describe pipe mode in perf.data-file-fomat.txt by David Carrillo-Cisneros · 8 years ago
  12. 1e0d4f0 perf inject: Copy events when reordering events in pipe mode by David Carrillo-Cisneros · 8 years ago
  13. bb8d521 perf inject: Don't proceed if perf_session__process_event() fails by David Carrillo-Cisneros · 8 years ago
  14. d9f8dfa perf annotate s390: Implement jump types for perf annotate by Christian Borntraeger · 8 years ago
  15. e77852b perf annotate s390: Fix perf annotate error -95 (4.10 regression) by Christian Borntraeger · 8 years ago
  16. ecbe5e1 perf string: Simplify ltrim() implementation by Arnaldo Carvalho de Melo · 8 years ago
  17. bdd97ca perf tools: Refactor the code to strip command name with {l,r}trim() by Taeung Song · 8 years ago
  18. aa4beb1 perf pmu: Refactor wordwrap() with ltrim() by Taeung Song · 8 years ago
  19. e21600f perf ui browser: Refactor the code to parse color configs with ltrim() by Taeung Song · 8 years ago
  20. b07c40d perf stat: Refactor the code to strip csv output with ltrim() by Taeung Song · 8 years ago
  21. 32ccb13 perf evsel: Return exact sub event which failed with EPERM for wildcards by Jin Yao · 8 years ago
  22. 49346e8 perf script: Use strtok_r() when parsing output field list by Arnaldo Carvalho de Melo · 8 years ago
  23. dadafc3 perf callchains: Switch from strtok() to strtok_r() when parsing options by Arnaldo Carvalho de Melo · 8 years ago
  24. 84b1e36 Merge tag 'v4.11-rc6' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  25. 894ca30 Merge tag 'powerpc-4.11-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  26. 99094a5e perf annotate: Fix missing number of samples for source_line_samples by Taeung Song · 8 years ago
  27. 9c0899f perf tools: Don't die on a print function by Arnaldo Carvalho de Melo · 8 years ago
  28. f05082b perf tools: Handle allocation failures gracefully by Arnaldo Carvalho de Melo · 8 years ago
  29. 4277480 perf tools: Remove die() call by Arnaldo Carvalho de Melo · 8 years ago
  30. f3eda8f Merge branch 'perf/uncore-json-updates-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc into perf/core by Arnaldo Carvalho de Melo · 8 years ago
  31. f5a7080 perf sdt powerpc: Add argument support by Ravi Bangoria · 8 years ago
  32. 02ea80b bpf: add various verifier test cases for self-tests by Daniel Borkmann · 8 years ago
  33. fcc309e Merge tag 'perf-core-for-mingo-4.12-20170331' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  34. fd5cead perf trace: Beautify statx syscall 'flag' and 'mask' arguments by Arnaldo Carvalho de Melo · 8 years ago
  35. 3e00cbe perf tools: Do not fail in case of empty HOME env variable by Jiri Olsa · 8 years ago
  36. 67ef287 tools include uapi: Grab copies of stat.h and fcntl.h by Arnaldo Carvalho de Melo · 8 years ago
  37. 3401e8d perf vendor events intel: Add missing space in json descriptions by Andi Kleen · 8 years ago
  38. af34cb4 perf vendor events intel: Add uncore_arb JSON support by Andi Kleen · 8 years ago
  39. 92c6de0 perf vendor events intel: Add uncore events for Skylake client by Andi Kleen · 8 years ago
  40. 092a95d perf vendor events intel: Add uncore events for Broadwell client by Andi Kleen · 8 years ago
  41. 0585c62 perf vendor events intel: Add uncore events for Haswell client by Andi Kleen · 8 years ago
  42. bccdcb2 perf vendor events intel: Add uncore events for Ivy Bridge client by Andi Kleen · 8 years ago
  43. 80432c7 perf vendor events intel: Add uncore events for Sandy Bridge client by Andi Kleen · 8 years ago
  44. 9c4e2e2 perf vendor events intel: Add missing UNC_M_DCLOCKTICKS for Broadwell DE uncore by Andi Kleen · 8 years ago
  45. a596a87 perf utils: Fix spelling mistake: "Invalud" -> "Invalid" by Colin Ian King · 8 years ago
  46. c69f203 Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  47. fd2b297 perf trace: Handle unpaired raw_syscalls:sys_exit event by Arnaldo Carvalho de Melo · 8 years ago
  48. c1dfcfa perf report: Drop cycles 0 for LBR print by Jin Yao · 8 years ago
  49. d451a20 perf/sdt/x86: Move OP parser to tools/perf/arch/x86/ by Ravi Bangoria · 8 years ago
  50. 2d01ecc perf/sdt/x86: Add renaming logic for (missing) 8 bit registers by Ravi Bangoria · 8 years ago
  51. c686770 perf tools: Remove support for command aliases by Arnaldo Carvalho de Melo · 8 years ago
  52. 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
  53. d652f4b Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  54. 55f77128 perf utils: Readlink /proc/self/exe to find the perf binary by Tommi Rantala · 8 years ago
  55. d4b364d perf utils: Null terminate buf in read_ftrace_printk() by Tommi Rantala · 8 years ago
  56. b7126ef perf utils: use sizeof(buf) - 1 in readlink() call by Tommi Rantala · 8 years ago
  57. 0e6ba11 perf tests: Do not assume that readlink() returns a null terminated string by Tommi Rantala · 8 years ago
  58. 5a23421 perf buildid: Do not assume that readlink() returns a null terminated string by Tommi Rantala · 8 years ago
  59. 2ccc220 perf buildid: Do not update SDT cache with null filename by Tommi Rantala · 8 years ago
  60. 2e933b1 perf annotate: Fix a bug of division by zero when calculating percent by Taeung Song · 8 years ago
  61. 6ebd254 perf annotate: Fix a bug following symbolic link of a build-id file by Taeung Song · 8 years ago
  62. 5dfa210 perf report: Enable sorting by srcline as key by Milian Wolff · 8 years ago
  63. 0d3eb0b perf report: Show inline stack for browser mode by Jin Yao · 8 years ago
  64. 0db64dd perf report: Show inline stack for stdio mode by Jin Yao · 8 years ago
  65. f3a6064 perf report: Introduce --inline option by Jin Yao · 8 years ago
  66. a64489c perf report: Find the inline stack for a given address by Jin Yao · 8 years ago
  67. 5580338 perf report: Refactor common code in srcline.c by Jin Yao · 8 years ago
  68. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  69. 6963d3c perf list sdt: Show option in man page by Ravi Bangoria · 8 years ago
  70. c3a0bbc perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms() by Adrian Hunter · 8 years ago
  71. 2db2c25 selftests/powerpc: Fix standalone powerpc build by Michael Ellerman · 8 years ago
  72. b197768 bpf: improve verifier packet range checks by Alexei Starovoitov · 8 years ago
  73. ef65e96 perf trace: Fixup thread refcounting by Arnaldo Carvalho de Melo · 8 years ago
  74. c04dfaf perf trace: Fix up error path indentation by Arnaldo Carvalho de Melo · 8 years ago
  75. 39f0e7a perf trace: Check for vfs_getname.pathname length by Arnaldo Carvalho de Melo · 8 years ago
  76. f341d9f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  77. bf874fc perf list: Move extra details printing to new option by Andi Kleen · 8 years ago
  78. 9628481 perf pmu: Add support for MetricName JSON attribute by Andi Kleen · 8 years ago
  79. 7f372a6 perf list: Support printing MetricExpr with --debug by Andi Kleen · 8 years ago
  80. 37932c1 perf stat: Output JSON MetricExpr metric by Andi Kleen · 8 years ago
  81. 00636c3 perf pmu: Support MetricExpr header in JSON event list by Andi Kleen · 8 years ago
  82. b90b3e9c perf vendor events intel: Update Intel uncore JSON event files by Andi Kleen · 8 years ago
  83. 0751673 perf tools: Add a simple expression parser for JSON by Andi Kleen · 8 years ago
  84. 8c290e6 bpf: fix hashmap extra_elems logic by Alexei Starovoitov · 8 years ago
  85. e8f1f34 selftests/bpf: fix broken build, take 2 by Zi Shen Lim · 8 years ago
  86. a820e33 perf pmu: Special case uncore_ prefix by Andi Kleen · 8 years ago
  87. 8255718 perf pmu: Expand PMU events by prefix match by Andi Kleen · 8 years ago
  88. 2073ad3 perf tools: Factor out PMU matching in parser by Andi Kleen · 8 years ago
  89. b4229e9 perf stat: Handle partially bad results with merging by Andi Kleen · 8 years ago
  90. 430daf2 perf stat: Collapse identically named events by Andi Kleen · 8 years ago
  91. fbe51fb perf stat: Factor out callback for collecting event values by Andi Kleen · 8 years ago
  92. ed7b339 perf annotate: Add comment clarifying how the source code line is parsed by Arnaldo Carvalho de Melo · 8 years ago
  93. e7cb9de perf annotate: More exactly grep -v of the objdump command by Taeung Song · 8 years ago
  94. 8544d24 perf sdt x86: Add renaming logic for rNN and other registers by Ravi Bangoria · 8 years ago
  95. 3b1f831 perf probe: Add sdt probes arguments into the uprobe cmd string by Alexis Berlemont · 8 years ago
  96. be88184 perf sdt: Add scanning of sdt probes arguments by Alexis Berlemont · 8 years ago
  97. 7094672 perf probe: Return errno when not hitting any event by Kefeng Wang · 8 years ago
  98. 2e1f8f7 perf probe: Change MAX_CMDLEN by Ravi Bangoria · 8 years ago
  99. affa6c1 tools headers: Sync {tools/,}arch/powerpc/include/uapi/asm/kvm.h by Arnaldo Carvalho de Melo · 8 years ago
  100. f0a30dc perf probe: Fix concat_probe_trace_events by Ravi Bangoria · 8 years ago