1. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  2. 3d8bba9 perf xyarray: Fix wrong processing when closing evsel fd by Jin Yao · 7 years ago
  3. 7f0cd23 perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACE by Namhyung Kim · 7 years ago
  4. 29479bf perf tools: Check wether the eBPF file exists in event parsing by Jiri Olsa · 7 years ago
  5. 66ec1191 perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU by Mark Rutland · 7 years ago
  6. c1fbc0c perf callchain: Compare dsos (as well) for CCKEY_FUNCTION by Ravi Bangoria · 7 years ago
  7. b28503a perf test: Fix vmlinux failure on s390x by Thomas Richter · 7 years ago
  8. 090657c perf tools: Fix syscalltbl build failure by Akemi Yagi · 7 years ago
  9. 9789e7e perf report: Fix debug messages with --call-graph option by Mengting Zhang · 7 years ago
  10. f1e52f1 perf evsel: Fix attr.exclude_kernel setting for default cycles:p by Arnaldo Carvalho de Melo · 7 years ago
  11. cd6379e perf tools: Open perf.data with O_CLOEXEC flag by Jiri Olsa · 7 years ago
  12. 63ce844 perf stat: Only auto-merge events that are PMU aliases by Arnaldo Carvalho de Melo · 7 years ago
  13. 8780fb2 perf sort: Add sort option for physical address by Kan Liang · 7 years ago
  14. 3b0a5da perf tools: Support new sample type for physical address by Kan Liang · 7 years ago
  15. 89be3f8 perf syscalltbl: Support glob matching on syscall names by Arnaldo Carvalho de Melo · 7 years ago
  16. c4ee062 perf report: Calculate the average cycles of iterations by Jin Yao · 7 years ago
  17. b2f7605 perf symbols: Fix plt entry calculation for ARM and AARCH64 by Li Bin · 8 years ago
  18. 2c29461 perf probe: Fix kprobe blacklist checking condition by Li Bin · 7 years ago
  19. 3866058 perf tools: Robustify detection of clang binary by David Carrillo-Cisneros · 7 years ago
  20. 9933183 perf report: Group stat values on global event id by Jiri Olsa · 7 years ago
  21. a1834fc perf values: Zero value buffers by Jiri Olsa · 7 years ago
  22. f4ef3b7 perf values: Fix allocation check by Jiri Olsa · 7 years ago
  23. 64eed1d perf values: Fix thread index bug by Jiri Olsa · 7 years ago
  24. dac7f6b perf report: Add dump_read function by Jiri Olsa · 7 years ago
  25. a17f0697 perf record: Set read_format for inherit_stat by Jiri Olsa · 7 years ago
  26. 12c1530 perf c2c: Fix remote HITM detection for Skylake by Jiri Olsa · 7 years ago
  27. ac0bb6b perf: Fix documentation for sysctls perf_event_paranoid and perf_event_mlock_kb by Konstantin Khlebnikov · 7 years ago
  28. 52839e6 perf tools: Add support for printing new mem_info encodings by Andi Kleen · 7 years ago
  29. d66dccd perf tools: Dedup events in expression parsing by Andi Kleen · 7 years ago
  30. 8d3db2b perf tools: Increase maximum number of events in expressions by Andi Kleen · 7 years ago
  31. d73bad0 perf tools: Expression parser enhancements for metrics by Andi Kleen · 7 years ago
  32. de5077c perf tools: Add utility function to detect SMT status by Andi Kleen · 7 years ago
  33. 77d0871 perf bpf: Tighten detection of BPF events by Andi Kleen · 7 years ago
  34. 475fb53 perf evsel: Fix buffer overflow while freeing events by Andi Kleen · 7 years ago
  35. d74be47 perf xyarray: Save max_x, max_y by Andi Kleen · 7 years ago
  36. 1ac3937 perf annotate stdio: Support --show-nr-samples option by Taeung Song · 7 years ago
  37. 9a57eaf perf tools: Use default CPUINFO_PROC where it fits by Arnaldo Carvalho de Melo · 7 years ago
  38. 5d9cdc1 perf events parse: Rename parse_events_parse arguments by Arnaldo Carvalho de Melo · 7 years ago
  39. d17d087 perf events parse: Use just one parse events state struct by Arnaldo Carvalho de Melo · 7 years ago
  40. 5d369a7 perf events parse: Rename parsing state struct to clearer name by Arnaldo Carvalho de Melo · 7 years ago
  41. 07806a1 perf events parse: Remove some needless local variables by Arnaldo Carvalho de Melo · 7 years ago
  42. db26984 perf bpf: Fix endianness problem when loading parameters in prologue by Wang Nan · 7 years ago
  43. 4a084ec perf report: Fix module symbol adjustment for s390x by Thomas Richter · 7 years ago
  44. 9ad4652 perf record: Fix wrong size in perf_record_mmap for last kernel module by Thomas Richter · 7 years ago
  45. d964b1c perf srcline: Do not consider empty files as valid srclines by Milian Wolff · 7 years ago
  46. 80c345b perf util: Take elf_name as const string in dso__demangle_sym by Milian Wolff · 7 years ago
  47. c295036 perf tools: Add missing newline to expr parser error messages by Andi Kleen · 7 years ago
  48. 5e97665 perf stat: Fix saved values rbtree lookup by Andi Kleen · 7 years ago
  49. f9f6f2a perf data: Add mmap[2] events to CTF conversion by Geneviève Bastien · 7 years ago
  50. a3073c8 perf data: Add callchain to CTF conversion by Geneviève Bastien · 7 years ago
  51. 48cc330 perf annotate: Fix storing per line sym_hist_entry by Arnaldo Carvalho de Melo · 7 years ago
  52. ce9ee4a perf annotate stdio: Set enough columns for --show-total-period by Arnaldo Carvalho de Melo · 7 years ago
  53. 64831a2 perf sort: Use default sort if evlist is empty by David Carrillo-Cisneros · 7 years ago
  54. 82bf311 perf stat: Use group read for event groups by Jiri Olsa · 7 years ago
  55. f7794d5 perf evsel: Add read_counter() by Jiri Olsa · 7 years ago
  56. de63403 perf tools: Add perf_evsel__read_size function by Jiri Olsa · 7 years ago
  57. 38d2dcd perf annotate stdio: Fix column header when using --show-total-period by Taeung Song · 7 years ago
  58. a1a8bed perf report: Tag branch type/flag on "to" and tag cycles on "from" by Jin Yao · 7 years ago
  59. b49a821 perf report: Make --branch-history work without callgraphs(-g) option in perf record by Jin Yao · 8 years ago
  60. a641860 perf script python: Generate hooks with additional argument by Arun Kalyanasundaram · 7 years ago
  61. f38d281 perf script python: Add perf_sample dict to tracepoint handlers by Arun Kalyanasundaram · 7 years ago
  62. 74ec14f perf script python: Add sample_read to dict by Arun Kalyanasundaram · 7 years ago
  63. 892e76b perf script python: Refactor creation of perf sample dict by Arun Kalyanasundaram · 7 years ago
  64. e9f9a9c perf script python: Allocate memory only if handler exists by Arun Kalyanasundaram · 7 years ago
  65. 2b04e0f perf evsel: Add verbose output for sys_perf_event_open fallback by Jiri Olsa · 7 years ago
  66. cd8dd03 perf cgroup: Fix refcount usage by Arnaldo Carvalho de Melo · 7 years ago
  67. 585d93c perf annotate stdio: Fix --show-total-period by Taeung Song · 7 years ago
  68. 461c17f perf annotate: Store the sample period in each histogram bucket by Taeung Song · 7 years ago
  69. bab89f6 perf hists: Pass perf_sample to __symbol__inc_addr_samples() by Taeung Song · 7 years ago
  70. 8158683d perf annotate: Rename 'sum' to 'nr_samples' in struct sym_hist by Taeung Song · 7 years ago
  71. 896bccd perf annotate: Introduce struct sym_hist_entry by Taeung Song · 7 years ago
  72. 8e99b6d tools include: Adopt strstarts() from the kernel by Arnaldo Carvalho de Melo · 7 years ago
  73. b851dd4 perf report: Show branch type in callchain entry by Jin Yao · 7 years ago
  74. 2d78b18 perf report: Show branch type statistics for stdio mode by Jin Yao · 7 years ago
  75. 992c7e9 perf util: Create branch.c/.h for common branch functions by Jin Yao · 7 years ago
  76. 8d51735 perf report: Refactor the branch info printing code by Jin Yao · 7 years ago
  77. 60f83fa perf record: Create a new option save_type in --branch-filter by Jin Yao · 7 years ago
  78. f9ebdcc perf header: Add event desc to pipe-mode header by David Carrillo-Cisneros · 7 years ago
  79. e9def1b perf tools: Add feature header record to pipe-mode by David Carrillo-Cisneros · 7 years ago
  80. 114f709 perf tool: Add show_feature_header to perf_tool by David Carrillo-Cisneros · 7 years ago
  81. a4d8c98 perf header: Change FEAT_OP* macros by David Carrillo-Cisneros · 7 years ago
  82. 0b3d341 perf header: Add a buffer to struct feat_fd by David Carrillo-Cisneros · 7 years ago
  83. a02c395 perf header: Make write_pmu_mappings pipe-mode friendly by David Carrillo-Cisneros · 7 years ago
  84. 48e5fce perf header: Use struct feat_fd in read header records by David Carrillo-Cisneros · 7 years ago
  85. 6255245 perf header: Don't pass struct perf_file_section to process_##_feat by David Carrillo-Cisneros · 7 years ago
  86. 1a22275 perf header: Use struct feat_fd to process header records by David Carrillo-Cisneros · 7 years ago
  87. cfc6542 perf header: Use struct feat_fd for print by David Carrillo-Cisneros · 7 years ago
  88. ccebbeb perf header: Add struct feat_fd for write by David Carrillo-Cisneros · 7 years ago
  89. 3b8f51a perf header: Revamp do_write() by David Carrillo-Cisneros · 7 years ago
  90. 7c72440 perf util: Add const modifier to buf in "writen" function by David Carrillo-Cisneros · 7 years ago
  91. 2ff5365 perf header: Fail on write_padded error by David Carrillo-Cisneros · 7 years ago
  92. dfaa158 perf header: Add PROCESS_STR_FUN macro by David Carrillo-Cisneros · 7 years ago
  93. 6200e494 perf header: Encapsulate read and swap by David Carrillo-Cisneros · 7 years ago
  94. 10213e2 perf tests attr: Add test_attr__ready function by Jiri Olsa · 7 years ago
  95. db918ac perf evlist: Allow asking for max precise_ip in add_default() by Arnaldo Carvalho de Melo · 7 years ago
  96. 30269dc perf evsel: Allow asking for max precise_ip in new_cycles() by Arnaldo Carvalho de Melo · 7 years ago
  97. d239699 perf buildid-cache: Cache debuginfo by Krister Johansen · 7 years ago
  98. f045b8c perf buildid-cache: Support binary objects from other namespaces by Krister Johansen · 7 years ago
  99. 544abd4 perf probe: Allow placing uprobes in alternate namespaces. by Krister Johansen · 7 years ago
  100. bf2e710 perf maps: Lookup maps in both intitial mountns and inner mountns. by Krister Johansen · 7 years ago