1. 1fcd039 perf stat: Update per-thread shadow stats by Jin Yao · 7 years ago
  2. 8efb2df perf stat: Create the runtime_stat init/exit function by Jin Yao · 7 years ago
  3. 49cd456 perf stat: Extend rbtree to support per-thread shadow stats by Jin Yao · 7 years ago
  4. e5fcc2a perf stat: Define a structure for per-thread shadow stats by Jin Yao · 7 years ago
  5. faaf956 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  6. 10b9baa tools arch s390: Do not include header files from the kernel sources by Arnaldo Carvalho de Melo · 7 years ago
  7. ca58d7e perf jvmti: Generate correct debug information for inlined code by Ben Gainey · 7 years ago
  8. 61fb26a perf tools: Fix up build in hardened environments by Jiri Olsa · 7 years ago
  9. 5cfee7a perf tools: Use shell function for perl cflags retrieval by Jiri Olsa · 7 years ago
  10. 1d2a7de Merge tag 'v4.15-rc4' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  11. e53000b Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  12. f5b5fab x86/decoder: Fix and update the opcodes map by Randy Dunlap · 7 years ago
  13. 76523de Merge tag 'v4.15-rc3' into perf/core, to refresh the tree by Ingo Molnar · 7 years ago
  14. f971e51 tools/perf: Convert ACCESS_ONCE() to READ_ONCE() by Mark Rutland · 7 years ago
  15. e9ef1fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  16. d0300e5 Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh to v4.15 by Ingo Molnar · 7 years ago
  17. 34c9ca3 tooling/headers: Synchronize updated s390 and x86 UAPI headers by Ingo Molnar · 7 years ago
  18. d6eabce Merge branch 'linus' into perf/urgent, to synchronize UAPI headers by Ingo Molnar · 7 years ago
  19. 0b72d69 perf tools: Rename 'backward' to 'overwrite' in evlist, mmap and record by Wang Nan · 7 years ago
  20. 7fb4b40 perf mmap: Don't discard prev in backward mode by Wang Nan · 7 years ago
  21. 71f566a perf mmap: Fix perf backward recording by Wang Nan · 7 years ago
  22. 712d36d perf report: Set browser mode right before setup_browser() by Seokho Song · 7 years ago
  23. fbc2844 perf vendor events: Use more flexible pattern matching for CPU identification for mapfile.csv by William Cohen · 7 years ago
  24. 0125195 perf c2c: Add a tip about cacheline events by Sangwon Hong · 7 years ago
  25. 8eb7a1f perf mmap: Remove overwrite and check_messup from mmap read by Wang Nan · 7 years ago
  26. ca6a9a0 perf mmap: Remove overwrite from arguments list of perf_mmap__push by Wang Nan · 7 years ago
  27. 144b9a4 perf evlist: Remove evlist->overwrite by Wang Nan · 7 years ago
  28. 7a276ff perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap_ex by Wang Nan · 7 years ago
  29. f74b9d3a perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap by Wang Nan · 7 years ago
  30. c6707fd perf tools: Fix up build in hardnened environments by Jiri Olsa · 7 years ago
  31. de3d0f1 perf pmu: Add check for valid cpuid in perf_pmu__find_map() by Ganapatrao Kulkarni · 7 years ago
  32. d396422 perf vendor events arm64: Add ThunderX2 implementation defined pmu core events by Ganapatrao Kulkarni · 7 years ago
  33. 14b22ae perf pmu: Add helper function is_pmu_core to detect PMU CORE devices by Ganapatrao Kulkarni · 7 years ago
  34. a81c421 perf s390: add regs_query_register_offset() by Hendrik Brueckner · 7 years ago
  35. b57df28 perf tools arm64: Add support for get_cpuid_str function. by Ganapatrao Kulkarni · 7 years ago
  36. 54e32dc perf pmu: Pass pmu as a parameter to get_cpuid_str() by Ganapatrao Kulkarni · 7 years ago
  37. 1dc4ddf perf s390: Always build with -fPIC by Hendrik Brueckner · 7 years ago
  38. 8d3cd4c perf thread_map: Add method to map all threads in the system by Arnaldo Carvalho de Melo · 7 years ago
  39. b984aff perf stat: Add rbtree node_delete op by Jin Yao · 7 years ago
  40. 33fec3e perf rblist: Create rblist__exit() function by Jin Yao · 7 years ago
  41. 35a8a14 perf annotate: Fix objdump comment parsing for Intel mov dissassembly by Thomas Richter · 7 years ago
  42. 36c2636 perf annotate: Fix unnecessary memory allocation for s390x by Thomas Richter · 7 years ago
  43. 8085e5a perf bench futex: Sync waker threads by James Yang · 7 years ago
  44. 25ab5ab tools build feature: Check if pthread_barrier_t is available by Arnaldo Carvalho de Melo · 7 years ago
  45. 3b2323c perf bench futex: Use cpumaps by Davidlohr Bueso · 7 years ago
  46. c265329 perf intel-pt: Improve build messages for files that differ from the kernel by Adrian Hunter · 7 years ago
  47. f250b09 perf report: Fix -D output for user metadata events by Arnaldo Carvalho de Melo · 7 years ago
  48. 2e38e66 perf buildid-cache: Document for Node.js USDT by Hansuk Hong · 7 years ago
  49. 4bd1bef perf script: Allow computing 'perf stat' style metrics by Andi Kleen · 7 years ago
  50. 373565d perf record: Synthesize thread map and cpu map by Andi Kleen · 7 years ago
  51. bfd8f72 perf record: Synthesize unit/scale/... in event update by Andi Kleen · 7 years ago
  52. 4ca69ca perf test: Disable test cases 19 and 20 on s390x by Thomas Richter · 7 years ago
  53. 3f27bb5 tools headers: Follow the upstream UAPI header version 100% differ from the kernel by Ingo Molnar · 7 years ago
  54. e4f5714 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  55. 1b3b521 tools headers: Syncronize mman.h ABI header by Arnaldo Carvalho de Melo · 7 years ago
  56. 51cacdc perf intel-pt: Bring instruction decoder files into line with the kernel by Adrian Hunter · 7 years ago
  57. 9965484 perf test: Fix test 21 for s390x by Thomas Richter · 7 years ago
  58. 321a7c3 perf bench numa: Fixup discontiguous/sparse numa nodes by Satheesh Rajendran · 7 years ago
  59. bdaab8c perf top: Use signal interface for SIGWINCH handler by Jiri Olsa · 7 years ago
  60. 89d0aea perf top: Fix window dimensions change handling by Jiri Olsa · 7 years ago
  61. df7ccfa perf top: Ignore kptr_restrict when not sampling the kernel by Arnaldo Carvalho de Melo · 7 years ago
  62. b0ebd81 perf record: Ignore kptr_restrict when not sampling the kernel by Arnaldo Carvalho de Melo · 7 years ago
  63. 3f0a4c8 perf report: Ignore kptr_restrict when not sampling the kernel by Arnaldo Carvalho de Melo · 7 years ago
  64. 5b0d1cb perf evlist: Add helper to check if attr.exclude_kernel is set in all evsels by Arnaldo Carvalho de Melo · 7 years ago
  65. d5c5e46 perf test shell: Fix test case probe libc's inet_pton on s390x by Thomas Richter · 7 years ago
  66. ccafc38 perf test shell: Fix check open filename arg using 'perf trace' on s390x by Thomas Richter · 7 years ago
  67. 05d0e62d perf annotate: Do not truncate instruction names at 6 chars by Ravi Bangoria · 7 years ago
  68. af98f22 perf help: Fix a bug during strstart() conversion by Namhyung Kim · 7 years ago
  69. 4a2233b perf machine: Guard against NULL in machine__exit() by Arnaldo Carvalho de Melo · 7 years ago
  70. 501e5bb perf script: Fix --per-event-dump for auxtrace synth evsels by Arnaldo Carvalho de Melo · 7 years ago
  71. 8e2d8e2 perf evsel: Fix up leftover perf_evsel_stat usage via evsel->priv by Arnaldo Carvalho de Melo · 7 years ago
  72. 35c33633a perf trace: Fix an exit code of trace__symbols_init by Andrei Vagin · 7 years ago
  73. 59622fd perf record: Fix -c/-F options for cpu event aliases by Andi Kleen · 7 years ago
  74. dffdcbd perf record: Generate PERF_RECORD_{MMAP,COMM,EXEC} with --delay by Arnaldo Carvalho de Melo · 7 years ago
  75. 555b4ec perf evlist: Set the correct idx when adding dummy events by Arnaldo Carvalho de Melo · 7 years ago
  76. 754fe00 Merge tag 'perf-core-for-mingo-4.15-20171117' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 7 years ago
  77. e71d512 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  78. 05d3f1a perf tools: Move symbol__calc_percent() call to outside symbol__disassemble() by Jiri Olsa · 7 years ago
  79. 9e4e0a9 perf tools: Change (symbol|annotation)__calc_percent return type to void by Jiri Olsa · 7 years ago
  80. a7eec4c perf top: Fix crash when annotating symbol by Jiri Olsa · 7 years ago
  81. 244a108 perf top: Use signal interface for SIGWINCH handler by Jiri Olsa · 7 years ago
  82. b135e5e perf top: Fix window dimensions change handling by Jiri Olsa · 7 years ago
  83. 93d10af perf tools: Optimize sample parsing for ordered events by Jiri Olsa · 7 years ago
  84. dc83e13 perf ordered_events: Pass timestamp arg in perf_session__queue_event by Jiri Olsa · 7 years ago
  85. 0146812 perf evlist: Add perf_evlist__parse_sample_timestamp function by Jiri Olsa · 7 years ago
  86. 3ad31d8 perf evsel: Centralize perf_sample initialization by Jiri Olsa · 7 years ago
  87. 914eb9c perf callchain: Reset cursor arg instead of callchain_cursor by Jiri Olsa · 7 years ago
  88. 5a79eef perf buildid-cache: Document missing --force option by Sihyeon Jang · 7 years ago
  89. deb368a perf evlist: Document missing --force option by Sihyeon Jang · 7 years ago
  90. e9b61e5 perf sched: Document missing --force option by Sihyeon Jang · 7 years ago
  91. f4a30d2 perf timechart: Document missing --force option by Sihyeon Jang · 7 years ago
  92. 9b9d28a perf trace: Document missing option, colons by Sihyeon Jang · 7 years ago
  93. 52186b8 perf inject: Document missing options by Sihyeon Jang · 7 years ago
  94. 38ba1da perf lock: Document missing options by Sihyeon Jang · 7 years ago
  95. 114bc19 perf evsel: Say which PMU Hardware event doesn't support sampling/overflow-interrupts by Kim Phillips · 7 years ago
  96. 239fb4f perf c2c: Fix spelling mistakes in browser help text by Kim Phillips · 7 years ago
  97. b89a512 perf top: Ignore kptr_restrict when not sampling the kernel by Arnaldo Carvalho de Melo · 7 years ago
  98. 6c44395 perf record: Ignore kptr_restrict when not sampling the kernel by Arnaldo Carvalho de Melo · 7 years ago
  99. 9c39ed9 perf report: Ignore kptr_restrict when not sampling the kernel by Arnaldo Carvalho de Melo · 7 years ago
  100. 07d6f44 perf evlist: Add helper to check if attr.exclude_kernel is set in all evsels by Arnaldo Carvalho de Melo · 7 years ago