1. 93d5731 perf tools: Allocate thread map_groups's dynamically by Arnaldo Carvalho de Melo · 10 years ago
  2. 4e85edf perf tests: Add thread maps lookup automated tests by Jiri Olsa · 10 years ago
  3. 3c3cfd9 perf tests: Add a test case for hists filtering by Namhyung Kim · 10 years ago
  4. 6e344a9 perf tests: Factor out fake_setup_machine() by Namhyung Kim · 10 years ago
  5. 2933d78 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core by Ingo Molnar · 10 years ago
  6. 42ebd27 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 10 years ago
  7. c3b7895 perf hists/tui: Count callchain rows separately by Namhyung Kim · 10 years ago
  8. 268397c perf top/tui: Update nr_entries properly after a filter is applied by Namhyung Kim · 10 years ago
  9. 112f761 perf ui/tui: Rename hist_browser__update_nr_entries() by Namhyung Kim · 10 years ago
  10. c481f93 perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries() by Namhyung Kim · 10 years ago
  11. 3186b68 perf hists: Add missing update on filtered stats in hists__decay_entries() by Namhyung Kim · 10 years ago
  12. 820bc81 perf tools: Account entry stats when it's added to the output tree by Namhyung Kim · 10 years ago
  13. 87e90f4 perf hists: Collapse expanded callchains after filter is applied by Namhyung Kim · 10 years ago
  14. 9283ba9 perf hists: Add a couple of hists stat helper functions by Namhyung Kim · 10 years ago
  15. ae993ef perf hists: Move column length calculation out of hists__inc_stats() by Namhyung Kim · 10 years ago
  16. 6263835 perf hists: Rename hists__inc_stats() by Namhyung Kim · 10 years ago
  17. 58c311d perf report: Count number of entries separately by Namhyung Kim · 10 years ago
  18. 4dc549e perf tools: Disable libdw unwind for all but x86 arch by Jiri Olsa · 10 years ago
  19. 763d7f5 perf tests x86: Fix memory leak in sample_ustack() by Masanari Iida · 10 years ago
  20. cff6bb4 perf callchain: Add generic report parse callchain callback function by Don Zickus · 10 years ago
  21. 4b62795 perf kmem: Utilize the new generic cpunode_map by Don Zickus · 10 years ago
  22. f5b1f4e perf tools: Use cpu/possible instead of cpu/kernel_max by Don Zickus · 10 years ago
  23. 7780c25 perf tools: Allow ability to map cpus to nodes easily by Don Zickus · 10 years ago
  24. 7c2f816 perf tools: Fix pmu object compilation error by Jiri Olsa · 10 years ago
  25. ffa9188 perf tools: Improve error reporting by Adrien BAK · 10 years ago
  26. 922d0e4 perf tools: Adjust symbols in VDSO by Vladimir Nikulichev · 10 years ago
  27. acb61fc perf kvm: Fix 'Min time' counting in report command by Alexander Yarygin · 10 years ago
  28. 1111b680 Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes. by Ingo Molnar · 10 years ago
  29. a83edb2 perf sched: Introduce --list-cmds for use by scripts by Ramkumar Ramachandra · 10 years ago
  30. a2368c3 perf lock: Introduce --list-cmds for use by scripts by Ramkumar Ramachandra · 10 years ago
  31. 8d2a2a1 perf mem: Introduce --list-cmds for use by scripts by Ramkumar Ramachandra · 10 years ago
  32. 3bca235 perf kmem: Introduce --list-cmds for use by scripts by Ramkumar Ramachandra · 10 years ago
  33. 95ce0ba perf tools: Show absolute percentage by default by Namhyung Kim · 11 years ago
  34. 105eb30 perf ui/tui: Add 'F' hotkey to toggle percentage output by Namhyung Kim · 11 years ago
  35. 0b93da1 perf tools: Add hist.percentage config option by Namhyung Kim · 11 years ago
  36. 8810f6c perf diff: Add --percentage option by Namhyung Kim · 11 years ago
  37. 33db456 perf top: Add --percentage option by Namhyung Kim · 11 years ago
  38. f214833 perf report: Add --percentage option by Namhyung Kim · 11 years ago
  39. 1ab1fa5 perf hists: Add support for showing relative percentage by Namhyung Kim · 11 years ago
  40. c9e87a4 perf tools: Instead of redirecting flex output, use -o by Cody P Schafer · 10 years ago
  41. ae450a7 perf tools: Fix double free in perf test 21 (code-reading.c) by Adrian Hunter · 10 years ago
  42. fbdd17e Merge branch 'perf-core-for-mingo' into perf/urgent by Ingo Molnar · 10 years ago
  43. 90f6bb6 perf stat: Initialize statistics correctly by Andi Kleen · 10 years ago
  44. 40ba93e perf bench: Set more defaults in the 'numa' suite by Ramkumar Ramachandra · 10 years ago
  45. 5673872 perf bench: Fix segfault at the end of an 'all' execution by Ramkumar Ramachandra · 10 years ago
  46. 95a2b3c perf bench: Update manpage to mention numa and futex by Ramkumar Ramachandra · 10 years ago
  47. 03d8941 perf probe: Use dwarf_getcfi_elf() instead of dwarf_getcfi() by Namhyung Kim · 10 years ago
  48. 182c228 perf probe: Fix to handle errors in line_range searching by Masami Hiramatsu · 10 years ago
  49. 202c7c1 perf probe: Fix --line option behavior by Namhyung Kim · 10 years ago
  50. 2c529e4 perf tools: Pick up libdw without explicit LIBDW_DIR by Ramkumar Ramachandra · 10 years ago
  51. 9458955 perf callchains: Disable unwind libraries when libelf isn't found by Arnaldo Carvalho de Melo · 10 years ago
  52. 5e09714 perf top: Fix documentation of invalid -s option by Namhyung Kim · 10 years ago
  53. 18a1a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 10 years ago
  54. 8c292f1 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  55. a51e87c perf tools: Remove unused simple_strtoul() function by Ramkumar Ramachandra · 10 years ago
  56. b68eebd perf tools: Update some code references in design.txt by Ramkumar Ramachandra · 10 years ago
  57. a33f6ef perf evsel: Update function names in debug messages by Ramkumar Ramachandra · 10 years ago
  58. 8fffdb6 perf tools: Remove thread__find_map function by Jiri Olsa · 10 years ago
  59. 9cdbadce perf annotate: Print the evsel name in the stdio output by Arnaldo Carvalho de Melo · 10 years ago
  60. b9ce0c9 perf report: Use ui__has_annotation() by Namhyung Kim · 10 years ago
  61. 574799b perf tools: Fix memory leak when synthesizing thread records by Namhyung Kim · 10 years ago
  62. 11c9abf perf tools: Use tid in mmap/mmap2 events to find maps by Don Zickus · 11 years ago
  63. 2c86c7c perf report: Merge al->filtered with hist_entry->filtered by Namhyung Kim · 10 years ago
  64. 466fa76 perf symbols: Apply all filters to an addr_location by Namhyung Kim · 10 years ago
  65. b3cef7f perf symbols: Record the reason for filtering an address_location by Namhyung Kim · 10 years ago
  66. 80790e0 perf sched: Fixup header alignment in 'latency' output by Ramkumar Ramachandra · 10 years ago
  67. 263f89b perf timechart: Fix off-by-one error in 'record' argv handling by Ramkumar Ramachandra · 10 years ago
  68. d75e609 perf machine: Factor machine__find_thread to take tid argument by Jiri Olsa · 10 years ago
  69. 363b785 perf tools: Speed up thread map generation by Don Zickus · 10 years ago
  70. 09a71b9 perf kvm: introduce --list-cmds for use by scripts by Ramkumar Ramachandra · 10 years ago
  71. 94a0793 perf ui hists: Pass evsel to hpp->header/width functions explicitly by Namhyung Kim · 10 years ago
  72. 52a3cb8 perf symbols: Introduce thread__find_cpumode_addr_location by Arnaldo Carvalho de Melo · 10 years ago
  73. 0ea590a perf session: Change header.misc dump from decimal to hex by Don Zickus · 11 years ago
  74. 2f6d900 perf ui/tui: Reuse generic __hpp__fmt() code by Namhyung Kim · 10 years ago
  75. a0088ad perf ui/hists: Pass struct hpp to print functions by Namhyung Kim · 10 years ago
  76. 4a62109 perf ui/gtk: Reuse generic __hpp__fmt() code by Namhyung Kim · 10 years ago
  77. 9b0d2fb perf ui/stdio: Fix invalid output on event group report by Namhyung Kim · 10 years ago
  78. 6eeefcc perf bench: Fix NULL pointer dereference in "perf bench all" by Patrick Palka · 10 years ago
  79. bfd66cc perf tools: Fix synthesizing mmaps for threads by Don Zickus · 11 years ago
  80. 5b43982 perf probe: Clarify x86 register naming for perf probe by Andi Kleen · 11 years ago
  81. b639409 perf mem: Clarify load-latency in documentation by Andi Kleen · 11 years ago
  82. 0fb298c perf bench: Add futex-requeue microbenchmark by Davidlohr Bueso · 11 years ago
  83. 27db783 perf bench: Add futex-wake microbenchmark by Davidlohr Bueso · 11 years ago
  84. a043971 perf bench: Add futex-hash microbenchmark by Davidlohr Bueso · 11 years ago
  85. 0fae799 perf bench numa: Make no args mean 'run all tests' by Arnaldo Carvalho de Melo · 10 years ago
  86. 6bedfab perf tools: Disable user-space callchain/stack dumps for function trace events by Jiri Olsa · 10 years ago
  87. 0066f3b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 10 years ago
  88. fdf57dd perf machine: Use map as success in ip__resolve_ams by Don Zickus · 11 years ago
  89. 155b3a1 perf symbols: Fix crash in elf_section_by_name by Jiri Olsa · 10 years ago
  90. 02c5bb4 perf trace: Decode architecture-specific signal numbers by Ben Hutchings · 11 years ago
  91. 620830b perf tools: Allow building for tile by Zhigang Lu · 11 years ago
  92. b39c2a5 perf tools: Fix strict alias issue for find_first_bit by Jiri Olsa · 11 years ago
  93. 280e7c4 perf tools: fix BFD detection on opensuse by Andi Kleen · 11 years ago
  94. 1029f9f perf symbols: Check compatible symtab type before loading dso by Namhyung Kim · 11 years ago
  95. 0d3dc5e perf symbols: Check return value of filename__read_debuglink() by Stephane Eranian · 11 years ago
  96. 98e9f03 perf symbols: Destroy unused symsrcs by Namhyung Kim · 11 years ago
  97. 48c65bd perf annotate: Check availability of annotate when processing samples by Namhyung Kim · 11 years ago
  98. 9e8c06e perf tests: Add NO_LIBDW_DWARF_UNWIND make test by Jiri Olsa · 11 years ago
  99. 0a4f2b6 perf tools: Setup default dwarf post unwinder by Jiri Olsa · 11 years ago
  100. 5ea8415 perf tools: Add libdw DWARF post unwind support by Jiri Olsa · 11 years ago