1. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
  2. ac56aa4 perf script python: Add dict fields introduction to Documentation by Jin Yao · 7 years ago
  3. 48a1f56 perf script python: Add more PMU fields to event handler dict by Jin Yao · 7 years ago
  4. 5f9e0f3 perf script python: Move dsoname code to a new function by Jin Yao · 7 years ago
  5. 2be732c perf symbols: Add BSS symbols when reading from /proc/kallsyms by Arnaldo Carvalho de Melo · 7 years ago
  6. 8d628d2 perf annnotate: Make __symbol__inc_addr_samples handle src->histograms == NULL by Arnaldo Carvalho de Melo · 7 years ago
  7. 9fb5233 perf intel-pt: Fix "Unexpected indirect branch" error by Adrian Hunter · 7 years ago
  8. dd27b87 perf intel-pt: Fix MTC timing after overflow by Adrian Hunter · 7 years ago
  9. bd2e49e perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIP by Adrian Hunter · 7 years ago
  10. dbcb82b perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACING by Adrian Hunter · 7 years ago
  11. ec1e6e6 perf script powerpc: Python script for hypervisor call statistics by Ravi Bangoria · 7 years ago
  12. 005cc00 perf test record+probe_libc_inet_pton: Ask 'nm' for dynamic symbols by Arnaldo Carvalho de Melo · 7 years ago
  13. 97802f3 perf map: Consider PTI entry trampolines in rip_2objdump() by Adrian Hunter · 7 years ago
  14. f6c66d7 perf test code-reading: Fix perf_env setup for PTI entry trampolines by Adrian Hunter · 7 years ago
  15. ceac7b7 perf tools: Fix pmu events parsing rule by Jiri Olsa · 7 years ago
  16. 0ce2da1 perf stat: Display user and system time by Jiri Olsa · 7 years ago
  17. f92da71 perf record: Enable arbitrary event names thru name= modifier by Alexey Budankov · 7 years ago
  18. aef4fea perf tools: Fix symbol and object code resolution for vdso32 and vdsox32 by Adrian Hunter · 7 years ago
  19. dcaeae4 perf tests kmod-path: Add tests for vdso32 and vdsox32 by Adrian Hunter · 7 years ago
  20. fabd37b perf hists: Check if a hist_entry has callchains before using them by Arnaldo Carvalho de Melo · 7 years ago
  21. 0b5d6ec perf hists: Introduce hist_entry__has_callchain() method by Arnaldo Carvalho de Melo · 7 years ago
  22. 4c50563 perf sched: Use sched->show_callchain where appropriate by Arnaldo Carvalho de Melo · 7 years ago
  23. b879833 perf script: Check if evsel has callchains before trying to use it by Arnaldo Carvalho de Melo · 7 years ago
  24. 27de9b2 perf evsel: Add has_callchain() helper to make code more compact/clear by Arnaldo Carvalho de Melo · 7 years ago
  25. 9d0199c perf report: No need to have report_callchain_help as a global by Arnaldo Carvalho de Melo · 7 years ago
  26. e9ee0dc perf test: Use header file util/debug.h by Thomas Richter · 7 years ago
  27. f178fd2 perf annotate: Move objdump_path to struct annotation_options by Arnaldo Carvalho de Melo · 7 years ago
  28. cd0cccb perf hists browser: Pass annotation_options from tool to browser by Arnaldo Carvalho de Melo · 7 years ago
  29. a47e843 perf annotate: Move disassembler_style global to annotation_options by Arnaldo Carvalho de Melo · 7 years ago
  30. 1eddd9e perf annotate: Adopt anotation options from symbol_conf by Arnaldo Carvalho de Melo · 7 years ago
  31. 380195e perf annotate: Pass annotation_options to symbol__annotate() by Arnaldo Carvalho de Melo · 7 years ago
  32. 6a53da0 perf srcline: Make hist_entry srcline helper consistent with map's by Arnaldo Carvalho de Melo · 7 years ago
  33. bfa6351 perf sort: Introduce addr_map_symbol__srcline() to make code more compact by Arnaldo Carvalho de Melo · 7 years ago
  34. e2d88aa perf srcline: Introduce map__srcline() to make code more compact by Arnaldo Carvalho de Melo · 7 years ago
  35. 982d410b perf annotate stdio: Use annotation_options consistently by Arnaldo Carvalho de Melo · 7 years ago
  36. 9132d3d perf annotate: Add comment about annotated_src->nr_histograms by Arnaldo Carvalho de Melo · 7 years ago
  37. 9fd5578 perf tools: Ditch the symbol_conf.nr_events global by Arnaldo Carvalho de Melo · 7 years ago
  38. 14c8dde perf annotate: Replace symbol__alloc_hists() with symbol__hists() by Arnaldo Carvalho de Melo · 7 years ago
  39. 0693f75 perf annotate: Stop using symbol_conf.nr_events global in symbol__hists() by Arnaldo Carvalho de Melo · 7 years ago
  40. c6b635e perf annotate: Introduce symbol__cycle_hists() by Arnaldo Carvalho de Melo · 7 years ago
  41. e8ea922 perf annotate: Introduce symbol__hists() by Arnaldo Carvalho de Melo · 7 years ago
  42. e1a91a8 perf annotate: __symbol__inc_addr_samples() needs just annotated_source by Arnaldo Carvalho de Melo · 7 years ago
  43. be3e26d perf annotate: Introduce annotated_source__alloc_histograms by Arnaldo Carvalho de Melo · 7 years ago
  44. ca39650 perf annotate: Introduce constructor/destructor for annotated_source by Arnaldo Carvalho de Melo · 7 years ago
  45. 116c626 perf annotate: Split allocation of annotated_source struct by Arnaldo Carvalho de Melo · 7 years ago
  46. f40dd6d perf annotate: __symbol__acount_cycles doesn't need notes by Arnaldo Carvalho de Melo · 7 years ago
  47. e345f3b perf annotate: Pass perf_evsel instead of just evsel->idx by Arnaldo Carvalho de Melo · 7 years ago
  48. 362379a perf tools: No need to check if the argument to __get() function is NULL by Arnaldo Carvalho de Melo · 7 years ago
  49. 5dbe23e perf cgroup: Make evlist__find_cgroup() more compact by Arnaldo Carvalho de Melo · 7 years ago
  50. f622df5 perf probe: Use return of map__get() to make code more compact by Arnaldo Carvalho de Melo · 7 years ago
  51. 4f5aeec perf tools: Remove dead quote.[ch] code by Arnaldo Carvalho de Melo · 7 years ago
  52. 7869e58 Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 7 years ago
  53. 0b3a183 perf tools intel-pt-decoder: Update insn.h from the kernel sources by Arnaldo Carvalho de Melo · 7 years ago
  54. 0d690fc perf trace beauty prctl: Default header_dir to cwd to work without parms by Arnaldo Carvalho de Melo · 7 years ago
  55. 18a7057 perf tools: Fix perf.data format description of NRCPUS header by Arnaldo Carvalho de Melo · 7 years ago
  56. 943f32a perf script python: Add addr into perf sample dict by Leo Yan · 7 years ago
  57. 0c71113 perf data: Update documentation section on cpu topology by Thomas Richter · 7 years ago
  58. e2ab285 perf cs-etm: Fix indexing for decoder packet queue by Mathieu Poirier · 7 years ago
  59. ab4e32f perf bpf: Fix NULL return handling in bpf__prepare_load() by YueHaibing · 7 years ago
  60. d121109 perf test: "Session topology" dumps core on s390 by Thomas Richter · 7 years ago
  61. 369b230 perf parse-events: Handle uncore event aliases in small groups properly by Kan Liang · 7 years ago
  62. 22916fd perf kcore_copy: Amend the offset of sections that remap kernel text by Adrian Hunter · 7 years ago
  63. a1a3a06 perf kcore_copy: Copy x86 PTI entry trampoline sections by Adrian Hunter · 7 years ago
  64. b4503cd perf kcore_copy: Get rid of kernel_map by Adrian Hunter · 7 years ago
  65. d2c9598 perf kcore_copy: Iterate phdrs by Adrian Hunter · 7 years ago
  66. 15acef6 perf kcore_copy: Layout sections by Adrian Hunter · 7 years ago
  67. c9dd1d8 perf kcore_copy: Calculate offset from phnum by Adrian Hunter · 7 years ago
  68. 6e97957 perf kcore_copy: Keep a count of phdrs by Adrian Hunter · 7 years ago
  69. f683820 perf kcore_copy: Keep phdr data in a list by Adrian Hunter · 7 years ago
  70. 787e4da perf annotate: Show group event string for stdio by Jin Yao · 7 years ago
  71. a8ce99b perf machine: Synthesize and process mmap events for x86 PTI entry trampolines by Adrian Hunter · 7 years ago
  72. 1c5aae7 perf machine: Create maps for x86 PTI entry trampolines by Adrian Hunter · 7 years ago
  73. 5759a68 perf machine: Allow for extra kernel maps by Adrian Hunter · 7 years ago
  74. 4d00436 perf machine: Fix map_groups__split_kallsyms() for entry trampoline symbols by Adrian Hunter · 7 years ago
  75. 4d99e41 perf machine: Workaround missing maps for x86 PTI entry trampolines by Adrian Hunter · 7 years ago
  76. 9cecca3 perf machine: Add nr_cpus_avail() by Adrian Hunter · 7 years ago
  77. 7ebaf48 perf annotate: Support '--group' option by Jin Yao · 7 years ago
  78. a26bb0b perf report: Use perf_evlist__force_leader to support '--group' by Jin Yao · 7 years ago
  79. e2bdbe8 perf evlist: Introduce force_leader() method by Jin Yao · 7 years ago
  80. 19422a9 perf tools: Fix kernel_start for PTI on x86 by Adrian Hunter · 7 years ago
  81. dbbd34a perf machine: Add machine__is() to identify machine arch by Adrian Hunter · 7 years ago
  82. cfc4033 perf bpf: Fixup include and examples install messages by Arnaldo Carvalho de Melo · 7 years ago
  83. 3e71fc0 perf annotate: Create hotkey 'c' to show min/max cycles by Jin Yao · 7 years ago
  84. 48659eb perf annotate: Record the min/max cycles by Jin Yao · 7 years ago
  85. 7903a70 perf script: Show symbol offsets by default by Sandipan Das · 7 years ago
  86. 1961018 perf script: Show virtual addresses instead of offsets by Sandipan Das · 7 years ago
  87. 029c75e perf tools: No need to unconditionally read the max_stack sysctls by Arnaldo Carvalho de Melo · 7 years ago
  88. 9ac94e3 perf tools: Read the cache line size lazily by Arnaldo Carvalho de Melo · 7 years ago
  89. 7014e0e tools lib api fs tracing_path: Introduce opendir() method by Arnaldo Carvalho de Melo · 7 years ago
  90. 25a7d91 perf parse-events: Use get/put_events_file() by Arnaldo Carvalho de Melo · 7 years ago
  91. c02cab2 perf tools: Reuse the path to the tracepoint /events/ directory by Arnaldo Carvalho de Melo · 7 years ago
  92. 40c3c0c tools lib api fs tracing_path: Introduce get/put_events_file() helpers by Arnaldo Carvalho de Melo · 7 years ago
  93. 17c257e tools lib api: Unexport 'tracing_path' variable by Arnaldo Carvalho de Melo · 7 years ago
  94. d01bd1a perf config: Call perf_config__init() lazily by Arnaldo Carvalho de Melo · 7 years ago
  95. 7a36a28 perf bpf: Fix NULL return handling in bpf__prepare_load() by YueHaibing · 7 years ago
  96. 3cdc5c2 perf parse-events: Handle uncore event aliases in small groups properly by Kan Liang · 7 years ago
  97. 56549978 perf tools: Use the "_stest" symbol to identify the kernel map when loading kcore by Adrian Hunter · 7 years ago
  98. d8fc764 perf bpf: Add probe() helper to reduce kprobes boilerplate by Arnaldo Carvalho de Melo · 7 years ago
  99. 1f47730 perf bpf: Add license(NAME) helper by Arnaldo Carvalho de Melo · 7 years ago
  100. 7542b76 perf bpf: Add kprobe example to catch 5s naps by Arnaldo Carvalho de Melo · 7 years ago