1. 9fb4765 perf tools: Fix build break on powerpc due to sample_reg_masks by Sukadev Bhattiprolu · 9 years ago
  2. b5cabbc perf tools: Fix copying of /proc/kcore by Adrian Hunter · 9 years ago
  3. 597ee40 perf intel-pt: Remove no_force_psb from documentation by Adrian Hunter · 9 years ago
  4. 266fa2b perf probe: Use existing routine to look for a kernel module by dso->short_name by Arnaldo Carvalho de Melo · 9 years ago
  5. 381c02f perf record: Avoid infinite loop at buildid processing with no samples by Mark Rutland · 9 years ago
  6. bf64456 perf tools: Bool functions shouldn't return -1 by Peter Senna Tschudin · 9 years ago
  7. b0063db tools build: Add test for presence of __get_cpuid() gcc builtin by Arnaldo Carvalho de Melo · 9 years ago
  8. f8ac860 tools build: Add test for presence of numa_num_possible_cpus() in libnuma by Arnaldo Carvalho de Melo · 9 years ago
  9. 179f36d Revert "perf symbols: Fix mismatched declarations for elf_getphdrnum" by Arnaldo Carvalho de Melo · 9 years ago
  10. 02d8dab perf stat: Fix per-pkg event reporting bug by Stephane Eranian · 9 years ago
  11. c5e6bd2 perf tests: Fix software clock events test setting maps by Adrian Hunter · 9 years ago
  12. 2998272 perf tests: Fix task exit test setting maps by Adrian Hunter · 9 years ago
  13. 8c0498b perf evlist: Fix create_syswide_maps() not propagating maps by Adrian Hunter · 9 years ago
  14. 44c42d7 perf evlist: Fix add() not propagating maps by Adrian Hunter · 9 years ago
  15. adc0c3e perf evlist: Factor out a function to propagate maps for a single evsel by Adrian Hunter · 9 years ago
  16. 74bfd2b perf evlist: Make create_maps() use set_maps() by Adrian Hunter · 9 years ago
  17. 934e0f2 perf evlist: Make set_maps() more resilient by Adrian Hunter · 9 years ago
  18. fce4d29 perf evsel: Add own_cpus member by Adrian Hunter · 9 years ago
  19. b278c36 perf evlist: Fix missing thread_map__put in propagate_maps() by Adrian Hunter · 9 years ago
  20. f114d6e perf evlist: Fix splice_list_tail() not setting evlist by Adrian Hunter · 9 years ago
  21. ec9a77a perf evlist: Add has_user_cpus member by Adrian Hunter · 9 years ago
  22. d5bc056 perf evlist: Remove redundant validation from propagate_maps() by Adrian Hunter · 9 years ago
  23. 725e06b perf evlist: Simplify set_maps() logic by Adrian Hunter · 9 years ago
  24. a69b09e perf evlist: Simplify propagate_maps() logic by Adrian Hunter · 9 years ago
  25. bd315aa perf top: Fix segfault pressing -> with no hist entries by Wang Nan · 9 years ago
  26. caa4704 perf header: Fixup reading of HEADER_NRCPUS feature by Arnaldo Carvalho de Melo · 9 years ago
  27. 53ff6bc perf tools: Fix use of wrong event when processing exit events by Adrian Hunter · 9 years ago
  28. 5ad4da4 perf tools: Fix parse_events_add_pmu caller by Jiri Olsa · 9 years ago
  29. af4aead perf tools: Fix link time error with sample_reg_masks on non x86 by Stephane Eranian · 9 years ago
  30. 04aa90b perf build: Fix Intel PT instruction decoder dependency problem by Wang Nan · 9 years ago
  31. 3b27d13 perf dwarf: Fix potential array out of bounds access by Wang Nan · 9 years ago
  32. bcc84ec perf record: Add ability to name registers to record by Stephane Eranian · 9 years ago
  33. c5e991e perf/x86: Add list of register names by Stephane Eranian · 9 years ago
  34. fc36f94 perf script: Enable printing of interrupted machine state by Stephane Eranian · 9 years ago
  35. d988d5e perf evlist: Open event on evsel cpus and threads by Kan Liang · 9 years ago
  36. acf860a bpf tools: New API to get name from a BPF object by Wang Nan · 9 years ago
  37. 97db620 perf tools: Fix build on powerpc broken by pt/bts by Adrian Hunter · 9 years ago
  38. bac2e4a Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  39. 02b643b Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 9 years ago
  40. 2c07144 perf evlist: Add backpointer for perf_env to evlist by Kan Liang · 9 years ago
  41. ce80d3b perf tools: Rename perf_session_env to perf_env by Kan Liang · 9 years ago
  42. 9f30fff perf tools: Do not change lib/api/fs/debugfs directly by Jiri Olsa · 9 years ago
  43. 9f44f0c perf tools: Add tracing_path and remove unneeded functions by Jiri Olsa · 9 years ago
  44. 0b5a793 perf buildid: Introduce sysfs/filename__sprintf_build_id by Masami Hiramatsu · 9 years ago
  45. d49e469 perf evsel: Add a backpointer to the evlist a evsel is in by Arnaldo Carvalho de Melo · 9 years ago
  46. a598bb5 perf trace: Add header with copyright and background info by Arnaldo Carvalho de Melo · 9 years ago
  47. 84e5d89 perf scripts python: Add new compaction-times script by Tony Jones · 9 years ago
  48. 601083c perf stat: Get correct cpu id for print_aggr by Kan Liang · 9 years ago
  49. 77e0070 perf script: Add --[no-]-demangle/--[no-]-demangle-kernel by Mark Drayton · 9 years ago
  50. da15bd9 perf probe: Support probing at absolute address by Wang Nan · 9 years ago
  51. 6c6e024 perf probe: Fix error reported when offset without function by Wang Nan · 9 years ago
  52. be07afe perf probe: Fix list result when address is zero by Wang Nan · 9 years ago
  53. 614e2fd perf probe: Fix list result when symbol can't be found by Wang Nan · 9 years ago
  54. 18b9a05 perf tools: Remove export.h from MANIFEST by Jiri Olsa · 9 years ago
  55. e486367 perf probe: Prevent segfault when reading probe point with absolute address by Wang Nan · 9 years ago
  56. 9d1bf02 perf tools: Update Intel PT documentation by Adrian Hunter · 9 years ago
  57. 7eacca3 perf tools: Add Intel PT support for decoding TRACESTOP packets by Adrian Hunter · 9 years ago
  58. 0de802a perf tools: Add Intel PT support for using CYC packets by Adrian Hunter · 9 years ago
  59. cc33618 perf tools: Add Intel PT support for decoding CYC packets by Adrian Hunter · 9 years ago
  60. b45fc0b perf tools: Add Intel PT support for using MTC packets by Adrian Hunter · 9 years ago
  61. 79b5842 perf tools: Add Intel PT support for decoding MTC packets by Adrian Hunter · 9 years ago
  62. 11fa7cb perf tools: Pass Intel PT information for decoding MTC and CYC by Adrian Hunter · 9 years ago
  63. 3d49807 perf tools: Add new Intel PT packet definitions by Adrian Hunter · 9 years ago
  64. bc9b6bf perf tools: Add Intel PT support for PSB periods by Adrian Hunter · 9 years ago
  65. 2a21d03 perf tools: Fix Intel PT 'instructions' sample period by Adrian Hunter · 9 years ago
  66. 5c9ce1e perf ordered_events: Clear the progress bar at the end of a flush by Arnaldo Carvalho de Melo · 9 years ago
  67. 1e259ad perf ui tui progress: Implement the ui_progress_ops->finish() method by Arnaldo Carvalho de Melo · 9 years ago
  68. c0b4dff perf annotate: Reset the dso find_symbol cache when removing symbols by Arnaldo Carvalho de Melo · 9 years ago
  69. 5839a55 perf tools: Fix tarball build broken by pt/bts by Adrian Hunter · 9 years ago
  70. 1c0bd0e perf probe: Try to use symbol table if searching debug info failed by Wang Nan · 9 years ago
  71. 66671d0 perf tools: Initialize reference counts in map__clone() by Arnaldo Carvalho de Melo · 9 years ago
  72. 4b715d2 perf tools: Add example call-graph script by Adrian Hunter · 9 years ago
  73. 60b88d8 perf tools: Put itrace options into an asciidoc include by Adrian Hunter · 9 years ago
  74. d0170af perf tools: Add Intel BTS support by Adrian Hunter · 9 years ago
  75. 81cd60c perf tools: Fix Intel PT timestamp handling by Adrian Hunter · 9 years ago
  76. 133de94 perf tools: /proc/kcore requires CAP_SYS_RAWIO message too noisy by Adrian Hunter · 9 years ago
  77. 05169df perf script: Fix segfault using --show-mmap-events by Adrian Hunter · 9 years ago
  78. dd2281b Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  79. 40a2ea1 Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding more changes by Ingo Molnar · 9 years ago
  80. 09f4d78 perf top: Show backtrace when handling a SIGSEGV on --stdio mode by Arnaldo Carvalho de Melo · 9 years ago
  81. cca8482 perf tools: Fix buildid processing by Adrian Hunter · 9 years ago
  82. 5cb7334 perf tools: Make fork event processing more resilient by Adrian Hunter · 9 years ago
  83. 0d7e7ac perf tools: Avoid deadlock when map_groups are broken by Adrian Hunter · 9 years ago
  84. 5efb1d5 perf tools: Take Intel PT into use by Adrian Hunter · 9 years ago
  85. 90e457f perf tools: Add Intel PT support by Adrian Hunter · 9 years ago
  86. f4aa081 perf tools: Add Intel PT decoder by Adrian Hunter · 9 years ago
  87. 53af928 perf tools: Add Intel PT log by Adrian Hunter · 9 years ago
  88. 237fae7 perf tools: Add Intel PT instruction decoder by Adrian Hunter · 9 years ago
  89. a4e9259 perf tools: Add Intel PT packet decoder by Adrian Hunter · 9 years ago
  90. 55ea4ab perf auxtrace: Add Intel PT as an AUX area tracing type by Adrian Hunter · 9 years ago
  91. 8350956 perf tools: Add a helper function to probe whether cpu-wide tracing is possible by Adrian Hunter · 9 years ago
  92. f0ee3b4 perf symbols: Fix annotation of vdso by Adrian Hunter · 9 years ago
  93. 3d7245b perf annotate: Fix 32-bit compilation error in util/annotate.c by Adrian Hunter · 9 years ago
  94. 7322d6c perf script: Initialize callchain_param.record_mode by Jiri Olsa · 9 years ago
  95. 7f4f800 perf trace: Move vfs_getname storage to per thread area by Arnaldo Carvalho de Melo · 9 years ago
  96. 86a7602 perf probe: Fix to add missed brace around if block by Masami Hiramatsu · 9 years ago
  97. 7aec51c perf tools: Support static linking with libdw by Andi Kleen · 9 years ago
  98. 71ef150 perf tests: Add tests to callgraph and time parse by Kan Liang · 9 years ago
  99. 9e207dd perf report: Show call graph from reference events by Kan Liang · 9 years ago
  100. f9db0d0 perf callchain: Allow disabling call graphs per event by Kan Liang · 9 years ago