1. 5449f13 perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate() by Arnaldo Carvalho de Melo · 7 years ago
  2. 9e4e0a9 perf tools: Change (symbol|annotation)__calc_percent return type to void by Jiri Olsa · 7 years ago
  3. fa1924e perf annotate: Remove struct source_line by Jiri Olsa · 7 years ago
  4. 81e436a perf annotate: Remove disasm__calc_percent function by Jiri Olsa · 7 years ago
  5. 8b4c74d perf annotate: Add symbol__calc_lines function by Jiri Olsa · 7 years ago
  6. 073ae60 perf annotate: Add symbol__calc_percent function by Jiri Olsa · 7 years ago
  7. 7e30455 perf annotate: Add samples into struct annotation_line by Jiri Olsa · 7 years ago
  8. f8eb37b perf annotate: Add annotated_source__purge function by Jiri Olsa · 7 years ago
  9. c835e19 perf annotate: Add annotation_line__(new|delete) functions by Jiri Olsa · 7 years ago
  10. 5b12adc perf annotate: Move rb_node to struct annotation_line by Jiri Olsa · 7 years ago
  11. c4c7243 perf annotate: Add annotation_line__next function by Jiri Olsa · 7 years ago
  12. d03a686 perf annotate: Add evsel into struct annotation_line_args by Jiri Olsa · 7 years ago
  13. c34df25 perf annotate: Add symbol__annotate function by Jiri Olsa · 7 years ago
  14. 37236d5 perf annotate: Move ipc/cycles into annotation_line struct by Jiri Olsa · 7 years ago
  15. d5490b9 perf annotate: Move line/offset into annotation_line struct by Jiri Olsa · 7 years ago
  16. a17c4ca perf annotate: Add annotation_line struct by Jiri Olsa · 7 years ago
  17. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  18. 461c17f perf annotate: Store the sample period in each histogram bucket by Taeung Song · 8 years ago
  19. bab89f6 perf hists: Pass perf_sample to __symbol__inc_addr_samples() by Taeung Song · 8 years ago
  20. 8158683d perf annotate: Rename 'sum' to 'nr_samples' in struct sym_hist by Taeung Song · 8 years ago
  21. 896bccd perf annotate: Introduce struct sym_hist_entry by Taeung Song · 8 years ago
  22. 7e63a13 perf annotate: Implement visual marker for macro fusion by Jin Yao · 8 years ago
  23. 69fb09f perf annotate: Check for fused instructions by Jin Yao · 8 years ago
  24. dcaa394 perf annotate: Return arch from symbol__disassemble() and save it in browser by Jin Yao · 8 years ago
  25. 99094a5e perf annotate: Fix missing number of samples for source_line_samples by Taeung Song · 8 years ago
  26. e216874 perf annotate: Fix jump target outside of function address range by Ravi Bangoria · 8 years ago
  27. 75b4920 perf annotate: Remove duplicate 'name' field from disasm_line by Arnaldo Carvalho de Melo · 8 years ago
  28. 786c1b5 perf annotate: Start supporting cross arch annotation by Arnaldo Carvalho de Melo · 8 years ago
  29. bff5c30 perf annotate: Pass the symbol's map/dso to the instruction parsers by Arnaldo Carvalho de Melo · 8 years ago
  30. 70fbe05 perf annotate: Add branch stack / basic block by Peter Zijlstra · 8 years ago
  31. b01141f perf annotate: Initialize the priv are in symbol__new() by Arnaldo Carvalho de Melo · 8 years ago
  32. ee51d85 perf annotate: Introduce strerror for handling symbol__disassemble() errors by Arnaldo Carvalho de Melo · 9 years ago
  33. 5cb725a perf annotate: Rename symbol__annotate() to symbol__disassemble() by Arnaldo Carvalho de Melo · 9 years ago
  34. 6ef9492 perf annotate: Generalize handling of 'ret' instructions by Naveen N. Rao · 9 years ago
  35. f2f4fe4 perf annotate: Remove unused hist_entry__annotate function by Ravi Bangoria · 9 years ago
  36. b8f8eb8 perf tools: Remove misplaced __maybe_unused by Arnaldo Carvalho de Melo · 9 years ago
  37. 5ec4502 perf annotate: Fix sizeof_sym_hist overflow issue by Jiri Olsa · 9 years ago
  38. 30e863b perf annotate: Compute IPC and basic block cycles by Andi Kleen · 10 years ago
  39. d495763 perf report: Add infrastructure for a cycles histogram by Andi Kleen · 10 years ago
  40. 276af92f perf annotate: Rename source_line_percent to source_line_samples by Arnaldo Carvalho de Melo · 10 years ago
  41. 0c4a5bc perf annotate: Display total number of samples with --show-total-period by Martin Liška · 10 years ago
  42. 813ccd1 perf tools: Fix segfault for symbol annotation on TUI by Namhyung Kim · 10 years ago
  43. e592488 perf annotate: Support source line numbers in annotate by Andi Kleen · 10 years ago
  44. d944c4e tools: Consolidate types.h by Borislav Petkov · 11 years ago
  45. 48c65bd perf annotate: Check availability of annotate when processing samples by Namhyung Kim · 11 years ago
  46. 44e8303 perf annotate: Make symbol__inc_addr_samples private by Arnaldo Carvalho de Melo · 11 years ago
  47. f626adf perf annotate: Adopt methods from hists by Arnaldo Carvalho de Melo · 11 years ago
  48. 0f4e7a2 perf annotate: Add inc_samples method to addr_map_symbol by Arnaldo Carvalho de Melo · 11 years ago
  49. fc67297 perf tools: Separate out GTK codes to libperf-gtk.so by Namhyung Kim · 11 years ago
  50. 89fe808 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT by Ingo Molnar · 11 years ago
  51. 6692c26 perf tools: Remove dependency on libnewt by Arnaldo Carvalho de Melo · 12 years ago
  52. e64aa75 perf annotate browser: Use disasm__calc_percent() by Namhyung Kim · 12 years ago
  53. 1491c22 perf annotate: Support event group view for --print-line by Namhyung Kim · 12 years ago
  54. c5a8368 perf annotate: Factor out struct source_line_percent by Namhyung Kim · 12 years ago
  55. db8fd07 perf annotate: Pass evsel instead of evidx on annotation functions by Namhyung Kim · 12 years ago
  56. 7a60ba9 perf gtk/annotate: Support multiple event annotation by Namhyung Kim · 12 years ago
  57. 2b676bf perf ui/gtk: Implement basic GTK2 annotation browser by Namhyung Kim · 12 years ago
  58. 4112796 perf annotate: Merge same lines in summary view by Namhyung Kim · 12 years ago
  59. 9783adf perf tools: Introduce struct hist_browser_timer by Namhyung Kim · 12 years ago
  60. 68e94f4 perf tools: Try to find cross-built objdump path by Irina Tirdea · 12 years ago
  61. 1254b51e perf tools: Convert to NEWT_SUPPORT by Namhyung Kim · 12 years ago
  62. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  63. 27683dc perf tools: include missing pthread.h header by Irina Tirdea · 12 years ago
  64. 7a4ec93 perf tools: Allow user to indicate path to objdump in command line by Maciek Borzecki · 12 years ago
  65. c46219ac perf annotate: Introduce ->free() method in ins_ops by Arnaldo Carvalho de Melo · 13 years ago
  66. 7a997fe perf annotate: Augment lock instruction output by Arnaldo Carvalho de Melo · 13 years ago
  67. 6de783b perf annotate: Resolve symbols using objdump comment by Arnaldo Carvalho de Melo · 13 years ago
  68. 5417072 perf annotate browser: Do raw printing in 'o'ffset in a single place by Arnaldo Carvalho de Melo · 13 years ago
  69. fb29fa5 perf annotate: Mark jump instructions with no offset by Arnaldo Carvalho de Melo · 13 years ago
  70. 44d1a3e perf annotate: Disambiguage offsets and addresses in operands by Arnaldo Carvalho de Melo · 13 years ago
  71. d223288 perf annotate browser: Suppress the callq address by Arnaldo Carvalho de Melo · 13 years ago
  72. c7e6ead perf annotate: Group operands members by Arnaldo Carvalho de Melo · 13 years ago
  73. 28548d7 perf annotate: Introduce scnprintf ins_ops method by Arnaldo Carvalho de Melo · 13 years ago
  74. d86b059 perf annotate: Parse call targets earlier by Arnaldo Carvalho de Melo · 13 years ago
  75. 4f9d032 perf annotate: Disassembler instruction parsing by Arnaldo Carvalho de Melo · 13 years ago
  76. 5145418 perf annotate: Parse instruction by Arnaldo Carvalho de Melo · 13 years ago
  77. 29ed6e7 perf annotate: Rename objdump_line to disasm_line by Arnaldo Carvalho de Melo · 13 years ago
  78. d04b35f perf symbols: Add nr_events to symbol_conf by Arnaldo Carvalho de Melo · 13 years ago
  79. 3495854 perf annotate browser: Allow navigation to called functions by Arnaldo Carvalho de Melo · 13 years ago
  80. 81cce8d perf browsers: Add live mode to the hists, annotate browsers by Arnaldo Carvalho de Melo · 13 years ago
  81. f69b64f perf: Support setting the disassembler style by Andi Kleen · 13 years ago
  82. c97cf42 perf top: Live TUI Annotation by Arnaldo Carvalho de Melo · 14 years ago
  83. d5e3d74 perf annotate: Fix annotate context lines regression by Arnaldo Carvalho de Melo · 14 years ago
  84. ce6f4fa perf annotate: Move locking to struct annotation by Arnaldo Carvalho de Melo · 14 years ago
  85. a222179 perf annotate: Fix build error by Borislav Petkov · 14 years ago
  86. 3653246 perf top: Ditch private annotation code, share perf annotate's by Arnaldo Carvalho de Melo · 14 years ago
  87. f1e2701 perf annotate: Separate objdump parsing from actual screen rendering by Arnaldo Carvalho de Melo · 14 years ago
  88. d040bd3 perf annotate: Config options for symbol__tty_annotate by Arnaldo Carvalho de Melo · 14 years ago
  89. 2f525d0 perf annotate: Support multiple histograms in annotation by Arnaldo Carvalho de Melo · 14 years ago
  90. 78f7def perf annotate: Move annotate functions to util/ by Arnaldo Carvalho de Melo · 14 years ago