1. 7934a53 perf tools: Do not zero sample_id_all for group members by Jiri Olsa · 6 years ago
  2. 1d6ab5f perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so by Gustavo Romero · 6 years ago
  3. b7d1a78 perf symbols: Set PLT entry/header sizes properly on Sparc by David Miller · 6 years ago
  4. 6cddd65 perf unwind: Take pgoff into account when reporting elf to libdwfl by Milian Wolff · 6 years ago
  5. 73c660f perf intel-pt: Insert callchain context into synthesized callchains by Adrian Hunter · 6 years ago
  6. f3de864 perf intel-pt/bts: Calculate cpumode for synthesized samples by Adrian Hunter · 6 years ago
  7. 1b91345 perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc} by David S. Miller · 6 years ago
  8. 7b0131a perf stat: Handle different PMU names with common prefix by Thomas Richter · 6 years ago
  9. 29414ff perf cs-etm: Correct CPU mode for samples by Leo Yan · 6 years ago
  10. e7af991 perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfo by Arnaldo Carvalho de Melo · 6 years ago
  11. ce081fc perf strbuf: Match va_{add,copy} with va_end by Sanskriti Sharma · 6 years ago
  12. 9aa0d85 perf tools: Free 'printk' string in parse_ftrace_printk() by Sanskriti Sharma · 6 years ago
  13. b2ad243 perf tools: Cleanup trace-event-info 'tdata' leak by Sanskriti Sharma · 6 years ago
  14. 8e4b824 perf tools: Free temporary 'sys' string in read_event_files() by Sanskriti Sharma · 6 years ago
  15. edeb0c9 perf tools: Stop fallbacking to kallsyms for vdso symbols lookup by Arnaldo Carvalho de Melo · 6 years ago
  16. 298faf5 perf tools: Pass build flags to traceevent build by Jiri Olsa · 6 years ago
  17. d4046e8 perf report: Don't crash on invalid inline debug information by Milian Wolff · 6 years ago
  18. 0ed149c perf cpu_map: Align cpu map synthesized events properly. by David Miller · 6 years ago
  19. 36b8d46 perf tools: Fix use of alternatives to find JDIR by Jarod Wilson · 6 years ago
  20. 4ab8455 perf evsel: Store ids for events with their own cpus perf_event__synthesize_event_update_cpus by Jiri Olsa · 6 years ago
  21. 94aafb7 perf vendor events intel: Fix wrong filter_band* values for uncore events by Jiri Olsa · 6 years ago
  22. 1b9caa1 Revert "perf tools: Fix PMU term format max value calculation" by Jiri Olsa · 6 years ago
  23. 7a8a8fc perf record: Use unmapped IP for inline callchain cursors by Milian Wolff · 6 years ago
  24. 05a2f54 perf python: Use -Wno-redundant-decls to build with PYTHON=python3 by Arnaldo Carvalho de Melo · 6 years ago
  25. ff4ce28 perf report: Don't try to map ip to invalid map by Milian Wolff · 6 years ago
  26. d005efe perf script python: Fix export-to-sqlite.py sample columns by Adrian Hunter · 6 years ago
  27. 25e1170 perf script python: Fix export-to-postgresql.py occasional failure by Adrian Hunter · 6 years ago
  28. 169e366 perf Documentation: Fix out-of-tree asciidoctor man page generation by Ben Hutchings · 6 years ago
  29. 03db8b5 perf tools: Fix maps__find_symbol_by_name() by Adrian Hunter · 6 years ago
  30. 4e67b2a perf annotate: Fix parsing aarch64 branch instructions after objdump update by Kim Phillips · 6 years ago
  31. fa69416 perf probe powerpc: Ignore SyS symbols irrespective of endianness by Sandipan Das · 6 years ago
  32. c9f23d2 perf event-parse: Use fixed size string for comms by Chris Phlipot · 6 years ago
  33. a72f642 perf util: Fix bad memory access in trace info. by Chris Phlipot · 6 years ago
  34. dad2762 perf tools: Streamline bpf examples and headers installation by Arnaldo Carvalho de Melo · 6 years ago
  35. fd8d270 perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx() by Hisao Tanabe · 6 years ago
  36. 5ab1de9 perf arm64: Fix include path for asm-generic/unistd.h by Kim Phillips · 6 years ago
  37. 9b3579f perf tests: Add breakpoint modify tests by Jiri Olsa · 6 years ago
  38. 1dc27f6 perf annotate: Properly interpret indirect call by Martin Liška · 6 years ago
  39. 721f0df perf python: Fix pyrf_evlist__read_on_cpu() interface by Jiri Olsa · 6 years ago
  40. 31fb4c0 perf mmap: Store real cpu number in 'struct perf_mmap' by Jiri Olsa · 6 years ago
  41. b946cd3 perf tools: Remove ext from struct kmod_path by Jiri Olsa · 6 years ago
  42. 88c74dc perf tools: Add gzip_is_compressed function by Jiri Olsa · 6 years ago
  43. 4b57fd4 perf tools: Add lzma_is_compressed function by Jiri Olsa · 6 years ago
  44. 8b42b7e perf tools: Add is_compressed callback to compressions array by Jiri Olsa · 6 years ago
  45. c9a8a61 perf tools: Move the temp file processing into decompress_kmodule by Jiri Olsa · 6 years ago
  46. dde755a9 perf tools: Use compression id in decompress_kmodule() by Jiri Olsa · 6 years ago
  47. 2af5247 perf tools: Store compression id into struct dso by Jiri Olsa · 6 years ago
  48. 4b838b0 perf tools: Add compression id into 'struct kmod_path' by Jiri Olsa · 6 years ago
  49. e1e1394 perf tools: Make is_supported_compression() static by Jiri Olsa · 6 years ago
  50. 85e1d41 perf tools: Make decompress_to_file() function static by Jiri Olsa · 6 years ago
  51. d68a29c perf tools: Get rid of dso__needs_decompress() call in __open_dso() by Jiri Olsa · 6 years ago
  52. 2354ae9 perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble() by Jiri Olsa · 6 years ago
  53. bcd4287 perf tools: Get rid of dso__needs_decompress() call in read_object_code() by Jiri Olsa · 6 years ago
  54. cb76371 perf llvm: Allow passing options to llc in addition to clang by Arnaldo Carvalho de Melo · 6 years ago
  55. 49836f7 perf parser: Improve error message for PMU address filters by Jack Henschel · 6 years ago
  56. da15fc2 perf tools: Disable parallelism for 'make clean' by Rasmus Villemoes · 6 years ago
  57. 99cbbe5 perf auxtrace: Fix queue resize by Adrian Hunter · 6 years ago
  58. 5508672 perf python: Remove -mcet and -fcf-protection when building with clang by Arnaldo Carvalho de Melo · 6 years ago
  59. 3443533 perf arm spe: Fix uninitialized record error variable by Kim Phillips · 6 years ago
  60. c9b51a0 perf tools: Move syscall_64.tbl check into check-headers.sh by Jiri Olsa · 6 years ago
  61. 7ea6e98 perf tools: Make check-headers.sh check based on kernel dir by Jiri Olsa · 6 years ago
  62. 51d8aac perf tools: Fix check-headers.sh AND list path of execution by Alexander Kapshuk · 6 years ago
  63. 3f4417d perf tools: Check for null when copying nsinfo. by Benno Evers · 6 years ago
  64. 6fed932 tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag' by Tzvetomir Stoyanov (VMware) · 6 years ago
  65. fc9b697 tools lib traceevent, perf tools: Rename traceevent_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  66. ece2a4f tools lib traceevent, perf tools: Rename pevent_set_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  67. 13a4189 tools lib traceevent, perf tools: Rename pevent_register_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  68. 59c1bae tools lib traceevent, perf tools: Rename pevent_read_number_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  69. 6a48dc2 tools lib traceevent, perf tools: Rename pevent print APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  70. c60167c tools lib traceevent, perf tools: Rename pevent parse APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  71. af85cd1 tools lib traceevent, perf tools: Rename pevent find APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  72. 4d5c58b tools lib traceevent, perf tools: Rename pevent alloc / free APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  73. cbc49b2 tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record' by Tzvetomir Stoyanov (VMware) · 6 years ago
  74. 096177a tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle by Tzvetomir Stoyanov (VMware) · 6 years ago
  75. 354b064 perf probe powerpc: Fix trace event post-processing by Sandipan Das · 6 years ago
  76. 6a9405b perf map: Optimize maps__fixup_overlappings() by Konstantin Khlebnikov · 6 years ago
  77. e5adfc3 perf map: Synthesize maps only for thread group leader by Konstantin Khlebnikov · 6 years ago
  78. 88cf708 perf trace: Wire up the augmented syscalls with the syscalls:sys_enter_FOO beautifier by Arnaldo Carvalho de Melo · 6 years ago
  79. d3d1c4bdf5 perf trace: Setup the augmented syscalls bpf-output event fields by Arnaldo Carvalho de Melo · 6 years ago
  80. 78e890e perf bpf: Make bpf__setup_output_event() return the bpf-output event by Arnaldo Carvalho de Melo · 6 years ago
  81. e0b6d2e perf trace: Handle "bpf-output" events associated with "__augmented_syscalls__" BPF map by Arnaldo Carvalho de Melo · 6 years ago
  82. 8fa25f3 perf bpf: Add wrappers to BPF_FUNC_probe_read(_str) functions by Arnaldo Carvalho de Melo · 6 years ago
  83. aa31be3 perf bpf: Add bpf__setup_output_event() strerror() counterpart by Arnaldo Carvalho de Melo · 6 years ago
  84. 92bbe8d perf bpf: Generalize bpf__setup_stdout() by Arnaldo Carvalho de Melo · 6 years ago
  85. 5941d85 perf bpf: Make bpf__for_each_stdout_map() generic by Arnaldo Carvalho de Melo · 6 years ago
  86. 53a5d7b perf bpf: Add bpf/stdio.h wrapper to bpf_perf_event_output function by Arnaldo Carvalho de Melo · 6 years ago
  87. 7402e54 perf bpf: Add struct bpf_map struct by Arnaldo Carvalho de Melo · 6 years ago
  88. e6902d1 perf report: Add --percent-type option by Jiri Olsa · 6 years ago
  89. 88c2119 perf annotate: Add --percent-type option by Jiri Olsa · 6 years ago
  90. 4c04868 perf annotate: Display percent type in stdio output by Jiri Olsa · 6 years ago
  91. addba8b perf annotate: Make local period the default percent type by Jiri Olsa · 6 years ago
  92. 3e0d795 perf annotate: Add support to toggle percent type by Jiri Olsa · 6 years ago
  93. d4265b1 perf annotate: Pass browser percent_type in annotate_browser__calc_percent() by Jiri Olsa · 6 years ago
  94. 4c650dd perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump() by Jiri Olsa · 6 years ago
  95. c849c12 perf annotate: Pass struct annotation_options to symbol__calc_lines() by Jiri Olsa · 6 years ago
  96. 796ca33 perf annotate: Add percent_type to struct annotation_options by Jiri Olsa · 6 years ago
  97. e58684d perf annotate: Add PERCENT_PERIOD_GLOBAL percent value by Jiri Olsa · 6 years ago
  98. ab37116 perf annotate: Add PERCENT_PERIOD_LOCAL percent value by Jiri Olsa · 6 years ago
  99. 75a8c1f perf annotate: Add PERCENT_HITS_GLOBAL percent value by Jiri Olsa · 6 years ago
  100. 6d9f0c2 perf annotate: Switch struct annotation_data::percent to array by Jiri Olsa · 6 years ago