1. be07afe perf probe: Fix list result when address is zero by Wang Nan · 9 years ago
  2. 614e2fd perf probe: Fix list result when symbol can't be found by Wang Nan · 9 years ago
  3. 0bdede8 tools build: Allow duplicate objects in the object list by Jiri Olsa · 9 years ago
  4. 18b9a05 perf tools: Remove export.h from MANIFEST by Jiri Olsa · 9 years ago
  5. e486367 perf probe: Prevent segfault when reading probe point with absolute address by Wang Nan · 9 years ago
  6. 9d1bf02 perf tools: Update Intel PT documentation by Adrian Hunter · 9 years ago
  7. 7eacca3 perf tools: Add Intel PT support for decoding TRACESTOP packets by Adrian Hunter · 9 years ago
  8. 0de802a perf tools: Add Intel PT support for using CYC packets by Adrian Hunter · 9 years ago
  9. cc33618 perf tools: Add Intel PT support for decoding CYC packets by Adrian Hunter · 9 years ago
  10. b45fc0b perf tools: Add Intel PT support for using MTC packets by Adrian Hunter · 9 years ago
  11. 79b5842 perf tools: Add Intel PT support for decoding MTC packets by Adrian Hunter · 9 years ago
  12. 11fa7cb perf tools: Pass Intel PT information for decoding MTC and CYC by Adrian Hunter · 9 years ago
  13. 3d49807 perf tools: Add new Intel PT packet definitions by Adrian Hunter · 9 years ago
  14. bc9b6bf perf tools: Add Intel PT support for PSB periods by Adrian Hunter · 9 years ago
  15. 2a21d03 perf tools: Fix Intel PT 'instructions' sample period by Adrian Hunter · 9 years ago
  16. 5c9ce1e perf ordered_events: Clear the progress bar at the end of a flush by Arnaldo Carvalho de Melo · 9 years ago
  17. 1e259ad perf ui tui progress: Implement the ui_progress_ops->finish() method by Arnaldo Carvalho de Melo · 9 years ago
  18. c0b4dff perf annotate: Reset the dso find_symbol cache when removing symbols by Arnaldo Carvalho de Melo · 9 years ago
  19. 5839a55 perf tools: Fix tarball build broken by pt/bts by Adrian Hunter · 9 years ago
  20. 1c0bd0e perf probe: Try to use symbol table if searching debug info failed by Wang Nan · 9 years ago
  21. 66671d0 perf tools: Initialize reference counts in map__clone() by Arnaldo Carvalho de Melo · 9 years ago
  22. 4b715d2 perf tools: Add example call-graph script by Adrian Hunter · 9 years ago
  23. 60b88d8 perf tools: Put itrace options into an asciidoc include by Adrian Hunter · 9 years ago
  24. d0170af perf tools: Add Intel BTS support by Adrian Hunter · 9 years ago
  25. 6f56e9c tools lib traceevent: Add checks for returned EVENT_ERROR type by Dean Nelson · 9 years ago
  26. 81cd60c perf tools: Fix Intel PT timestamp handling by Adrian Hunter · 9 years ago
  27. 133de94 perf tools: /proc/kcore requires CAP_SYS_RAWIO message too noisy by Adrian Hunter · 9 years ago
  28. 05169df perf script: Fix segfault using --show-mmap-events by Adrian Hunter · 9 years ago
  29. 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
  30. 40a2ea1 Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding more changes by Ingo Molnar · 9 years ago
  31. 1966764 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  32. 09f4d78 perf top: Show backtrace when handling a SIGSEGV on --stdio mode by Arnaldo Carvalho de Melo · 9 years ago
  33. cca8482 perf tools: Fix buildid processing by Adrian Hunter · 9 years ago
  34. 5cb7334 perf tools: Make fork event processing more resilient by Adrian Hunter · 9 years ago
  35. 0d7e7ac perf tools: Avoid deadlock when map_groups are broken by Adrian Hunter · 9 years ago
  36. 5efb1d5 perf tools: Take Intel PT into use by Adrian Hunter · 9 years ago
  37. 90e457f perf tools: Add Intel PT support by Adrian Hunter · 9 years ago
  38. f4aa081 perf tools: Add Intel PT decoder by Adrian Hunter · 9 years ago
  39. 53af928 perf tools: Add Intel PT log by Adrian Hunter · 9 years ago
  40. 237fae7 perf tools: Add Intel PT instruction decoder by Adrian Hunter · 9 years ago
  41. a4e9259 perf tools: Add Intel PT packet decoder by Adrian Hunter · 9 years ago
  42. 55ea4ab perf auxtrace: Add Intel PT as an AUX area tracing type by Adrian Hunter · 9 years ago
  43. 8350956 perf tools: Add a helper function to probe whether cpu-wide tracing is possible by Adrian Hunter · 9 years ago
  44. f0ee3b4 perf symbols: Fix annotation of vdso by Adrian Hunter · 9 years ago
  45. 3d7245b perf annotate: Fix 32-bit compilation error in util/annotate.c by Adrian Hunter · 9 years ago
  46. 7322d6c perf script: Initialize callchain_param.record_mode by Jiri Olsa · 9 years ago
  47. b25c6ce Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  48. 7f4f800 perf trace: Move vfs_getname storage to per thread area by Arnaldo Carvalho de Melo · 9 years ago
  49. 86a7602 perf probe: Fix to add missed brace around if block by Masami Hiramatsu · 9 years ago
  50. 7aec51c perf tools: Support static linking with libdw by Andi Kleen · 9 years ago
  51. 71ef150 perf tests: Add tests to callgraph and time parse by Kan Liang · 9 years ago
  52. 9e207dd perf report: Show call graph from reference events by Kan Liang · 9 years ago
  53. f9db0d0 perf callchain: Allow disabling call graphs per event by Kan Liang · 9 years ago
  54. d457c96 perf callchain: Per-event type selection support by Kan Liang · 9 years ago
  55. 75186a9 perf probe: Fix to show lines of sys_ functions correctly by Masami Hiramatsu · 9 years ago
  56. 63ab174 perf hists browser: Make ESC unzoom as well by Arnaldo Carvalho de Melo · 9 years ago
  57. 517dfdb perf ui browser: Introduce ui_browser__printf() by Arnaldo Carvalho de Melo · 9 years ago
  58. 26270a0 perf ui browser: Introduce ui_browser__write_nstring() by Arnaldo Carvalho de Melo · 9 years ago
  59. b62bee1 perf trace: Beautify keyctl's option arg by Arnaldo Carvalho de Melo · 9 years ago
  60. 8d8c66a perf trace: Use the FD beautifier for socket syscall fds by Arnaldo Carvalho de Melo · 9 years ago
  61. 76b1065 perf sort: Check for SRCLINE_UNKNOWN case in "srcfile" processing by Andi Kleen · 9 years ago
  62. 28ebb87 perf trace: Add missing clockid entries by Arnaldo Carvalho de Melo · 9 years ago
  63. 090389b6 perf trace: Associate some more syscall args with the getname beautifier by Arnaldo Carvalho de Melo · 9 years ago
  64. 4605bb5 perf evlist: Be more specific on -F/--freq by Namhyung Kim · 9 years ago
  65. 09af2a5 perf record: Support per-event freq term by Namhyung Kim · 9 years ago
  66. 31191a8 perf report: Add support for srcfile sort key by Andi Kleen · 9 years ago
  67. e8e6d37 perf hists: Update the column width for the "srcline" sort key by Arnaldo Carvalho de Melo · 9 years ago
  68. 5cef897 perf hists: hist_entry__cmp() may use he_tmp.hists, initialize it by Arnaldo Carvalho de Melo · 9 years ago
  69. ab35a7d perf tools: Unset perf_event_attr::freq when period term is set by Jiri Olsa · 9 years ago
  70. a9710ba perf tools: Support full source file paths for srcline by Andi Kleen · 9 years ago
  71. 076a30c perf callchain: Move option parsing code to util.c by Kan Liang · 9 years ago
  72. d809560 perf stat: Move perf_counts struct and functions into separate object by Jiri Olsa · 9 years ago
  73. 9bc898c perf tests: Add LLVM test for eBPF on-the-fly compiling by Wang Nan · 10 years ago
  74. 0c6d18b perf tools: Auto detecting kernel include options by Wang Nan · 10 years ago
  75. d325d78 perf tools: Auto detecting kernel build directory by Wang Nan · 10 years ago
  76. 4cea3a9 perf tools: Call clang to compile C source to object code by Wang Nan · 10 years ago
  77. aa61fd0 perf tools: Introduce llvm config options by Wang Nan · 9 years ago
  78. 9a208ef bpf tools: Link all bpf objects onto a list by Wang Nan · 10 years ago
  79. aa9b1ac bpf tools: Introduce accessors for struct bpf_program by Wang Nan · 10 years ago
  80. 55cffde bpf tools: Load eBPF programs in object files into kernel by Wang Nan · 10 years ago
  81. 7bf9836 bpf tools: Introduce bpf_load_program() to bpf.c by Wang Nan · 10 years ago
  82. 8a47a6c bpf tools: Relocate eBPF programs by Wang Nan · 10 years ago
  83. 52d3352 bpf tools: Create eBPF maps defined in an object file by Wang Nan · 10 years ago
  84. e3ed2fe bpf tools: Add bpf.c/h for common bpf operations by Wang Nan · 10 years ago
  85. 3409091 bpf tools: Record map accessing instructions for each program by Wang Nan · 10 years ago
  86. b62f06e bpf tools: Collect relocation sections from SHT_REL sections by Wang Nan · 10 years ago
  87. a5b8bd4 bpf tools: Collect eBPF programs from their own sections by Wang Nan · 10 years ago
  88. bec7d68 bpf tools: Collect symbol table from SHT_SYMTAB section by Wang Nan · 10 years ago
  89. 0b3d1ef bpf tools: Collect map definitions from 'maps' section by Wang Nan · 10 years ago
  90. cb1e5e9 bpf tools: Collect version and license from ELF sections by Wang Nan · 10 years ago
  91. 2960366 bpf tools: Iterate over ELF sections to collect information by Wang Nan · 10 years ago
  92. cc4228d bpf tools: Check endianness and make libbpf fail early by Wang Nan · 10 years ago
  93. 6c95639 bpf tools: Read eBPF object from buffer by Wang Nan · 10 years ago
  94. 1a5e3fb bpf tools: Open eBPF object file and do basic validation by Wang Nan · 10 years ago
  95. b3f59d6 bpf tools: Allow caller to set printing function by Wang Nan · 10 years ago
  96. 1b76c13 bpf tools: Introduce 'bpf' library and add bpf feature check by Wang Nan · 10 years ago
  97. 141b2d3 perf tools: Extend the event parser maximum error index by Adrian Hunter · 9 years ago
  98. 0efe6b6 perf tools: Validate config term maximum value by Adrian Hunter · 9 years ago
  99. 09ff607 perf tools: Add perf_pmu__format_bits() by Adrian Hunter · 9 years ago
  100. 8bd1b2d perf tools: Fix perf-with-kcore handling of arguments containing spaces by Adrian Hunter · 9 years ago