1. c58c49a perf tools: Fix crash in build_id_cache__kallsyms_path() by Wang Nan · 9 years ago
  2. edb13ed tools lib bpf: Rename set_private() to set_priv() by Arnaldo Carvalho de Melo · 9 years ago
  3. be834ff tools lib bpf: Make bpf_program__get_private() use IS_ERR() by Arnaldo Carvalho de Melo · 9 years ago
  4. a7fe045 tools lib bpf: Remove _get_ from non-refcount method names by Arnaldo Carvalho de Melo · 9 years ago
  5. 6e009e6 tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd() by Arnaldo Carvalho de Melo · 9 years ago
  6. 53897a7 tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def() by Arnaldo Carvalho de Melo · 9 years ago
  7. 009ad5d tools lib bpf: Rename bpf_map__get_name() to bpf_map__name() by Arnaldo Carvalho de Melo · 9 years ago
  8. b4cbfa5 tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private() by Arnaldo Carvalho de Melo · 9 years ago
  9. 7db91f2 perf config: Handle the error when config set is NULL at collect_config() by Taeung Song · 9 years ago
  10. 78f71c9 perf config: Fix abnormal termination at perf_parse_file() by Taeung Song · 9 years ago
  11. c51fd63 perf stat: Add missing aggregation headers for --metric-only CSV by Andi Kleen · 9 years ago
  12. 41c8ca2 perf stat: Print topology/time headers with --metric-only by Andi Kleen · 9 years ago
  13. 239bd47 perf stat: Add computation of TopDown formulas by Andi Kleen · 9 years ago
  14. 44b1e60 perf stat: Basic support for TopDown in perf stat by Andi Kleen · 9 years ago
  15. 17a2634 perf test: Ignore .scale and other special files by Andi Kleen · 9 years ago
  16. 40f20e5 perf script: Show call graphs when 1st event doesn't have it but some other has by He Kuang · 9 years ago
  17. 703e016 tools lib api: Respect CROSS_COMPILE for the linker by Lucas Stach · 9 years ago
  18. 946ae1d perf evlist: Fix alloc_mmap() failure path by Wang Nan · 9 years ago
  19. 9052517 perf evsel: Provide way to extract integer value from format_field by Arnaldo Carvalho de Melo · 9 years ago
  20. 030ba6c perf/x86/intel: Use new topology_max_smt_threads() in HT leak workaround by Andi Kleen · 9 years ago
  21. eb12b8e perf/x86/intel: Add topdown events to Intel Atom by Andi Kleen · 9 years ago
  22. a39fcae perf/x86/intel: Add topdown events to Intel Core by Andi Kleen · 9 years ago
  23. fc07e9f perf/x86: Support sysfs files depending on SMT status by Andi Kleen · 9 years ago
  24. 70b8301 x86/topology: Add topology_max_smt_threads() by Andi Kleen · 9 years ago
  25. dc89e75 tools/perf: Handle -EOPNOTSUPP for sampling events by Vineet Gupta · 9 years ago
  26. a139655 perf/abi: Change the errno for sampling event not supported in hardware by Vineet Gupta · 9 years ago
  27. a54fa07 perf/x86/intel/uncore: Locate specific box by checking full device info by Kan Liang · 9 years ago
  28. 9c489fc perf/x86/intel: Change offcore response masks for Knights Landing by Lukasz Odzioba · 9 years ago
  29. 20f3627 perf/x86/intel: Add 'static' keyword to locally used arrays by Lukasz Odzioba · 9 years ago
  30. ab7fdef perf/core: Fix implicitly enable dynamic interrupt throttle by Kan Liang · 9 years ago
  31. aab5b71 perf/core: Rename the perf_event_aux*() APIs to perf_event_sb*(), to separate them from AUX ring-buffer records by Peter Zijlstra · 9 years ago
  32. f2fb6be perf/core: Optimize side-band event delivery by Kan Liang · 9 years ago
  33. 42c4fb7 Merge tag 'perf-core-for-mingo-20160530' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  34. 0141226 perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildid by Masami Hiramatsu · 9 years ago
  35. 4e4b6c0 perf symbols: Cleanup the code flow of dso__find_kallsyms by Masami Hiramatsu · 9 years ago
  36. 11870d7 perf symbols: Introduce filename__readable to check readability by Masami Hiramatsu · 9 years ago
  37. dcd1e2a perf tools: Add arch/*/include/generated/ to .gitignore by Taeung Song · 9 years ago
  38. 258e4bf tools: Pass arg to fdarray__filter's call back function by Wang Nan · 9 years ago
  39. 5a5ddeb perf evlist: Choose correct reading direction according to evlist->backward by Wang Nan · 9 years ago
  40. e10e4ef perf evlist: Check 'base' pointer before checking refcnt when put a mmap by Wang Nan · 9 years ago
  41. f3058a1 perf evlist: Don't poll and mmap overwritable events by Wang Nan · 9 years ago
  42. c45628b perf record: Robustify perf_event__synth_time_conv() by Wang Nan · 9 years ago
  43. 792d48b perf tools: Per event max-stack settings by Arnaldo Carvalho de Melo · 9 years ago
  44. 97c79a3 perf core: Per event callchain limit by Arnaldo Carvalho de Melo · 9 years ago
  45. 480ca35 perf thread: Adopt get_main_thread from db-export.c by Andi Kleen · 9 years ago
  46. 7114605 Merge tag 'perf-urgent-for-mingo-20160527' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  47. 5ea5888 perf ctf: Convert invalid chars in a string before set value by Wang Nan · 9 years ago
  48. 3dc6c1d perf record: Fix crash when kptr is restricted by Wang Nan · 9 years ago
  49. 38272dc perf symbols: Check kptr_restrict for root by Wang Nan · 9 years ago
  50. 275ae41 perf/x86/intel/rapl: Fix pmus free during cleanup by Vincent Stehlé · 9 years ago
  51. 0c9f790 Merge tag 'perf-core-for-mingo-20160523' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  52. 3a62a7b perf record: Read from backward ring buffer by Wang Nan · 9 years ago
  53. 09fa4f4 perf record: Rename variable to make code clear by Wang Nan · 9 years ago
  54. 2d11c65 perf record: Prevent reading invalid data in record__mmap_read by Wang Nan · 9 years ago
  55. 65aea23 perf evlist: Add API to pause/resume by Wang Nan · 9 years ago
  56. 12f3ca4 perf trace: Use the ptr->name beautifier as default for "filename" args by Arnaldo Carvalho de Melo · 9 years ago
  57. b6565c9 perf trace: Use the fd->name beautifier as default for "fd" args by Arnaldo Carvalho de Melo · 9 years ago
  58. 508be0d perf report: Add srcline_from/to branch sort keys by Andi Kleen · 9 years ago
  59. d4c6fb3 perf evsel: Record fd into perf_mmap by Wang Nan · 9 years ago
  60. b90dc17 perf evsel: Add overwrite attribute and check write_backward by Wang Nan · 9 years ago
  61. 408cf67 Merge tag 'perf-core-for-mingo-20160520' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  62. a706670 perf tools: Set buildid dir under symfs when --symfs is provided by He Kuang · 9 years ago
  63. caa36ed perf trace: Only auto set call-graph to "dwarf" when syscalls are being traced by Arnaldo Carvalho de Melo · 9 years ago
  64. 7e4c149 perf annotate: Sort list of recognised instructions by Chris Ryder · 9 years ago
  65. 58c0400 perf annotate: Fix identification of ARM blt and bls instructions by Chris Ryder · 9 years ago
  66. fe17608 perf tools: Fix usage of max_stack sysctl by Arnaldo Carvalho de Melo · 9 years ago
  67. bf8bddb perf callchain: Stop validating callchains by the max_stack sysctl by Arnaldo Carvalho de Melo · 9 years ago
  68. c008f78 perf trace: Fix exit_group() formatting by Arnaldo Carvalho de Melo · 9 years ago
  69. e77a074 perf top: Use machine->kptr_restrict_warned by Arnaldo Carvalho de Melo · 9 years ago
  70. caf8a0d perf trace: Warn when trying to resolve kernel addresses with kptr_restrict=1 by Arnaldo Carvalho de Melo · 9 years ago
  71. 45e9005 perf machine: Do not bail out if not managing to read ref reloc symbol by Arnaldo Carvalho de Melo · 9 years ago
  72. 1ab9418 perf/x86/intel/p4: Trival indentation fix, remove space by Colin Ian King · 9 years ago
  73. 21f77d2 Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  74. b0a434f perf: Update MAINTAINERS for x86 move by Peter Zijlstra · 9 years ago
  75. ef3f00a perf/x86/intel/uncore: Remove WARN_ON_ONCE in uncore_pci_probe by Jiri Olsa · 9 years ago
  76. a29d5c9 perf tools: Separate accounting of contexts and real addresses in a stack trace by Arnaldo Carvalho de Melo · 9 years ago
  77. c85b033 perf core: Separate accounting of contexts and real addresses in a stack trace by Arnaldo Carvalho de Melo · 9 years ago
  78. 3e4de4e perf core: Add perf_callchain_store_context() helper by Arnaldo Carvalho de Melo · 9 years ago
  79. 3b1fff0 perf core: Add a 'nr' field to perf_event_callchain_context by Arnaldo Carvalho de Melo · 9 years ago
  80. cfbcf46 perf core: Pass max stack as a perf_callchain_entry context by Arnaldo Carvalho de Melo · 9 years ago
  81. a831100 perf core: Generalize max_stack sysctl handler by Arnaldo Carvalho de Melo · 9 years ago
  82. 0a77582 perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCORE by Masami Hiramatsu · 9 years ago
  83. a1f3d56 perf stat: Use cpu-clock event for cpu targets by Namhyung Kim · 9 years ago
  84. daf4f47 perf stat: Update runtime using cpu-clock event by Namhyung Kim · 9 years ago
  85. b0404be perf stat: Fix indentation of stalled backend cycle by Namhyung Kim · 9 years ago
  86. 6ae98ba perf symbols: Store vdso buildid unconditionally by He Kuang · 9 years ago
  87. e3b03b6 perf stat: Avoid fractional digits for integer scales by Andi Kleen · 9 years ago
  88. bc231d9 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  89. 62a0027 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  90. bcea36d Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  91. 05e30f0 Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  92. 9a45f03 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  93. 168f1a7 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  94. 825a3b2 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  95. cf6ed9a Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  96. 36db171 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  97. 3469d26 Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  98. 1c19b68 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  99. 49817c3 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  100. 230e51f Merge branch 'core-signals-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago