1. 05d3f1a perf tools: Move symbol__calc_percent() call to outside symbol__disassemble() by Jiri Olsa · 8 years ago
  2. 9e4e0a9 perf tools: Change (symbol|annotation)__calc_percent return type to void by Jiri Olsa · 8 years ago
  3. a7eec4c perf top: Fix crash when annotating symbol by Jiri Olsa · 8 years ago
  4. 244a108 perf top: Use signal interface for SIGWINCH handler by Jiri Olsa · 8 years ago
  5. b135e5e perf top: Fix window dimensions change handling by Jiri Olsa · 8 years ago
  6. 93d10af perf tools: Optimize sample parsing for ordered events by Jiri Olsa · 8 years ago
  7. dc83e13 perf ordered_events: Pass timestamp arg in perf_session__queue_event by Jiri Olsa · 8 years ago
  8. 0146812 perf evlist: Add perf_evlist__parse_sample_timestamp function by Jiri Olsa · 8 years ago
  9. 3ad31d8 perf evsel: Centralize perf_sample initialization by Jiri Olsa · 8 years ago
  10. 914eb9c perf callchain: Reset cursor arg instead of callchain_cursor by Jiri Olsa · 8 years ago
  11. 5a79eef perf buildid-cache: Document missing --force option by Sihyeon Jang · 8 years ago
  12. deb368a perf evlist: Document missing --force option by Sihyeon Jang · 8 years ago
  13. e9b61e5 perf sched: Document missing --force option by Sihyeon Jang · 8 years ago
  14. f4a30d2 perf timechart: Document missing --force option by Sihyeon Jang · 8 years ago
  15. 9b9d28a perf trace: Document missing option, colons by Sihyeon Jang · 8 years ago
  16. 52186b8 perf inject: Document missing options by Sihyeon Jang · 8 years ago
  17. 38ba1da perf lock: Document missing options by Sihyeon Jang · 8 years ago
  18. 114bc19 perf evsel: Say which PMU Hardware event doesn't support sampling/overflow-interrupts by Kim Phillips · 8 years ago
  19. 239fb4f perf c2c: Fix spelling mistakes in browser help text by Kim Phillips · 8 years ago
  20. b89a512 perf top: Ignore kptr_restrict when not sampling the kernel by Arnaldo Carvalho de Melo · 8 years ago
  21. 6c44395 perf record: Ignore kptr_restrict when not sampling the kernel by Arnaldo Carvalho de Melo · 8 years ago
  22. 9c39ed9 perf report: Ignore kptr_restrict when not sampling the kernel by Arnaldo Carvalho de Melo · 8 years ago
  23. 07d6f44 perf evlist: Add helper to check if attr.exclude_kernel is set in all evsels by Arnaldo Carvalho de Melo · 8 years ago
  24. 0879e5e perf test shell: Fix test case probe libc's inet_pton on s390x by Thomas Richter · 8 years ago
  25. f231af7 perf test shell: Fix check open filename arg using 'perf trace' on s390x by Thomas Richter · 8 years ago
  26. 648388a perf annotate: Do not truncate instruction names at 6 chars by Ravi Bangoria · 8 years ago
  27. 2f0af86 perf help: Fix a bug during strstart() conversion by Namhyung Kim · 8 years ago
  28. 19993b8 perf machine: Guard against NULL in machine__exit() by Arnaldo Carvalho de Melo · 8 years ago
  29. a0e3dd7 perf tests: Set evlist of test__task_exit() to !overwrite by Wang Nan · 8 years ago
  30. 301d724 perf tests: Set evlist of test__basic_mmap() to !overwrite by Wang Nan · 8 years ago
  31. 677b060 perf tests: Set evlist of test__sw_clock_freq() to !overwrite by Wang Nan · 8 years ago
  32. d492326 perf tests: Set evlist of test__backward_ring_buffer() to !overwrite by Wang Nan · 8 years ago
  33. 8fce374 perf top: Remove a duplicate word by Sihyeon Jang · 8 years ago
  34. 958964f perf top: Document missing options by Sihyeon Jang · 8 years ago
  35. 5039c8a perf script: Allow printing period for non freq mode groups by Andi Kleen · 8 years ago
  36. 35c0a81 perf tools: Document some missing perf.data headers by Andi Kleen · 8 years ago
  37. 4359dd8 perf buildid-cache: Update help text for purge command by Thomas-Mich Richter · 8 years ago
  38. e795dd4 perf vendor events powerpc: Update POWER9 events by Sukadev Bhattiprolu · 8 years ago
  39. fa48c89 perf script: Fix --per-event-dump for auxtrace synth evsels by Arnaldo Carvalho de Melo · 8 years ago
  40. 60dbcd2 perf tests: Add missing WRITE_ASS for new fields of perf_event_attr by Seonghyun Park · 8 years ago
  41. 82806c3 perf evsel: Fix up leftover perf_evsel_stat usage via evsel->priv by Arnaldo Carvalho de Melo · 8 years ago
  42. 86f5fe0 perf tools: Use shell function for perl cflags retrieval by Jiri Olsa · 8 years ago
  43. cbd5c17 perf trace: Fix an exit code of trace__symbols_init by Andrei Vagin · 8 years ago
  44. d056513 perf evsel: Enable type checking for perf_evsel_config_term types by Andi Kleen · 8 years ago
  45. c2f1cea perf record: Fix -c/-F options for cpu event aliases by Andi Kleen · 8 years ago
  46. 1873b71 tools headers: Synchronize kernel ABI headers wrt SPDX tags by Arnaldo Carvalho de Melo · 8 years ago
  47. f48e7c4 perf annotate: Align source and offset lines by Jiri Olsa · 8 years ago
  48. a5433b3 perf annotate browser: Add disasm_line__write function by Jiri Olsa · 8 years ago
  49. ec03a77 perf annotate browser: Use struct annotation_line in browser top by Jiri Olsa · 8 years ago
  50. 9213afb perf annotate browser: Use struct annotation_line in find functions by Jiri Olsa · 8 years ago
  51. a5ef270 perf annotate browser: Use struct annotation_line in browser_line by Jiri Olsa · 8 years ago
  52. e1b60b5 perf annotate browser: Change offsets to struct annotation_line by Jiri Olsa · 8 years ago
  53. 7bcbcd5 perf annotate browser: Change selection to struct annotation_line by Jiri Olsa · 8 years ago
  54. daf25d4 perf annotate browser: Rename disasm_line__browser to browser_line by Jiri Olsa · 8 years ago
  55. 0d95797 perf annotate browser: Rename struct browser_disasm_line to browser_line by Jiri Olsa · 8 years ago
  56. b15636c perf annotate browser: Do not pass nr_events in disasm_rb_tree__insert by Jiri Olsa · 8 years ago
  57. 3ab6db8 perf annotate browser: Use samples data from struct annotation_line by Jiri Olsa · 8 years ago
  58. 29971f9 perf annotate: Factor annotation_line__print from disasm_line__print by Jiri Olsa · 8 years ago
  59. 8f25b81 perf annotate: Add annotation_line__print function by Jiri Olsa · 8 years ago
  60. fa1924e perf annotate: Remove struct source_line by Jiri Olsa · 8 years ago
  61. 81e436a perf annotate: Remove disasm__calc_percent function by Jiri Olsa · 8 years ago
  62. e425da6 perf annotate: Remove disasm__calc_percent() from annotate_browser__calc_percent() by Jiri Olsa · 8 years ago
  63. f681d59 perf annotate: Remove disasm__calc_percent() from disasm_line__print() by Jiri Olsa · 8 years ago
  64. 8b4c74d perf annotate: Add symbol__calc_lines function by Jiri Olsa · 8 years ago
  65. 073ae60 perf annotate: Add symbol__calc_percent function by Jiri Olsa · 8 years ago
  66. 7e30455 perf annotate: Add samples into struct annotation_line by Jiri Olsa · 8 years ago
  67. f8eb37b perf annotate: Add annotated_source__purge function by Jiri Olsa · 8 years ago
  68. c835e19 perf annotate: Add annotation_line__(new|delete) functions by Jiri Olsa · 8 years ago
  69. 5b12adc perf annotate: Move rb_node to struct annotation_line by Jiri Olsa · 8 years ago
  70. 82b9d7f perf annotate: Add annotation_line__add function by Jiri Olsa · 8 years ago
  71. c4c7243 perf annotate: Add annotation_line__next function by Jiri Olsa · 8 years ago
  72. d03a686 perf annotate: Add evsel into struct annotation_line_args by Jiri Olsa · 8 years ago
  73. 4748834 perf annotate: Add offset/line/line_nr into struct annotate_args by Jiri Olsa · 8 years ago
  74. 1a04db7 perf annotate: Add map into struct annotate_args by Jiri Olsa · 8 years ago
  75. 24fe7b8 perf annotate: Add arch into struct annotate_args by Jiri Olsa · 8 years ago
  76. ea07c5a perf annotate: Add struct annotate_args by Jiri Olsa · 8 years ago
  77. c34df25 perf annotate: Add symbol__annotate function by Jiri Olsa · 8 years ago
  78. 37236d5 perf annotate: Move ipc/cycles into annotation_line struct by Jiri Olsa · 8 years ago
  79. d5490b9 perf annotate: Move line/offset into annotation_line struct by Jiri Olsa · 8 years ago
  80. a17c4ca perf annotate: Add annotation_line struct by Jiri Olsa · 8 years ago
  81. d3dbf43 perf record: Generate PERF_RECORD_{MMAP,COMM,EXEC} with --delay by Arnaldo Carvalho de Melo · 8 years ago
  82. 640d517 perf evlist: Set the correct idx when adding dummy events by Arnaldo Carvalho de Melo · 8 years ago
  83. 7862edc Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 8 years ago
  84. 505ee76 tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI header by Ingo Molnar · 8 years ago
  85. 529b3ca Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  86. 33974a4 perf trace: Call machine__exit() at exit by Andrei Vagin · 8 years ago
  87. a271bfa perf tools: Fix eBPF event specification parsing by Jiri Olsa · 8 years ago
  88. b6af53b perf tools: Add "reject" option for parse-events.l by Jiri Olsa · 8 years ago
  89. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 8 years ago
  90. 9d9cc4a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  91. fb7df12 tools/headers: Synchronize kernel ABI headers by Ingo Molnar · 8 years ago
  92. da0db32 objtool: Resync objtool's instruction decoder source code copy with the kernel's latest version by Josh Poimboeuf · 8 years ago
  93. 294cbd0 Merge branch 'linus' into perf/urgent, to pick up dependent commits by Ingo Molnar · 8 years ago
  94. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  95. fdebad1 Merge tag 'linux-kselftest-4.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  96. e2be04c License cleanup: add SPDX license identifier to uapi header files with a license by Greg Kroah-Hartman · 8 years ago
  97. 6f52b16 License cleanup: add SPDX license identifier to uapi header files with no license by Greg Kroah-Hartman · 8 years ago
  98. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 8 years ago
  99. 7285cf3 perf srcline: Show correct function name for srcline of callchains by Namhyung Kim · 8 years ago
  100. b7b75a6 perf srcline: Fix memory leak in addr2inlines() by Namhyung Kim · 8 years ago