1. 49f93bb perf script python: Add printdate function to SQL exporters by Tony Jones · 6 years ago
  2. ebf6c5c perf script python: Add Python3 support to export-to-sqlite.py by Tony Jones · 6 years ago
  3. 1937b05 perf script python: Add Python3 support to export-to-postgresql.py by Tony Jones · 6 years ago
  4. beda0e7 perf script python: Add Python3 support to exported-sql-viewer.py by Tony Jones · 6 years ago
  5. fdf2460 perf script python: Add Python3 support to intel-pt-events.py by Tony Jones · 6 years ago
  6. c253c72 perf script python: Add Python3 support to event_analyzing_sample.py by Tony Jones · 6 years ago
  7. 57e604b perf script python: add Python3 support to check-perf-trace.py by Tony Jones · 6 years ago
  8. de2ec16 perf script python: Add Python3 support to futex-contention.py by Tony Jones · 6 years ago
  9. b504d7f perf script python: Remove mixed indentation by Tony Jones · 6 years ago
  10. ae8b887 perf scripts python: exported-sql-viewer.py: Add call tree by Adrian Hunter · 6 years ago
  11. 254c0d8 perf scripts python: exported-sql-viewer.py: Factor out CallGraphModelBase by Adrian Hunter · 6 years ago
  12. a448ba2 perf scripts python: exported-sql-viewer.py: Improve TreeModel abstraction by Adrian Hunter · 6 years ago
  13. a731cc4 perf scripts python: exported-sql-viewer.py: Factor out TreeWindowBase by Adrian Hunter · 6 years ago
  14. febce6d perf scripts python: export-to-postgresql.py: Export calls parent_id by Adrian Hunter · 6 years ago
  15. 07c5ebe perf scripts python: export-to-postgresql.py: Fix invalid input syntax for integer error by Adrian Hunter · 6 years ago
  16. 8ce9a72 perf scripts python: export-to-sqlite.py: Export calls parent_id by Adrian Hunter · 6 years ago
  17. de667cc perf script python: Add Python3 support to syscall-counts-by-pid.py by Tony Jones · 6 years ago
  18. 1d1b0db perf script python: Add Python3 support to syscall-counts.py by Tony Jones · 6 years ago
  19. e985bf7 perf script python: Add Python3 support to stat-cpi.py by Tony Jones · 6 years ago
  20. 6d22d99 perf script python: Add Python3 support to stackcollapse.py by Tony Jones · 6 years ago
  21. ee75a89 perf script python: Add Python3 support to sctop.py by Tony Jones · 6 years ago
  22. 118af5b perf script python: Add Python3 support to powerpc-hcalls.py by Tony Jones · 6 years ago
  23. 8c42b96 perf script python: Add Python3 support to net_dropmonitor.py by Tony Jones · 6 years ago
  24. e4d053d perf script python: Add Python3 support to mem-phys-addr.py by Tony Jones · 6 years ago
  25. 9b2700e perf script python: Add Python3 support to failed-syscalls-by-pid.py by Tony Jones · 6 years ago
  26. 02b03ec perf script python: Add Python3 support to netdev-times.py by Tony Jones · 6 years ago
  27. cd35801 perf scripts python: exported-sql-viewer.py: Add top calls report by Adrian Hunter · 6 years ago
  28. fc2c77a perf scripts python: exported-sql-viewer.py: Remove no selection error by Adrian Hunter · 6 years ago
  29. 0d5f8f2 perf scripts python: exported-sql-viewer.py: Remove SQLTableDialogDataItem by Adrian Hunter · 6 years ago
  30. 1c3ca1b perf scripts python: exported-sql-viewer.py: Create new dialog data item classes by Adrian Hunter · 6 years ago
  31. 947cc38 perf scripts python: exported-sql-viewer.py: Move report name into ReportVars by Adrian Hunter · 6 years ago
  32. 0bf0947 perf scripts python: exported-sql-viewer.py: Factor out ReportVars by Adrian Hunter · 6 years ago
  33. 0924cd6 perf scripts python: exported-sql-viewer.py: Factor out ReportDialogBase by Adrian Hunter · 6 years ago
  34. 8c90fef perf scripts python: exported-sql-viewer.py: Move column headers by Adrian Hunter · 6 years ago
  35. 655cb952 perf scripts python: exported-sql-viewer.py: Hide Call Graph option if no calls table by Adrian Hunter · 6 years ago
  36. df8794f perf scripts python: exported-sql-viewer.py: Remove leftover debugging prints by Adrian Hunter · 6 years ago
  37. b3a67546 perf scripts python: exported-sql-viewer.py: Fix missing shebang by Adrian Hunter · 6 years ago
  38. 5ff3288 perf tools: Rename build libperf to perf by Jiri Olsa · 6 years ago
  39. f08046c perf thread-stack: Represent jmps to the start of a different symbol by Adrian Hunter · 6 years ago
  40. a38352d perf script python: Remove explicit shebang from Python scripts by Tony Jones · 6 years ago
  41. 35fa1ce perf scripts python: exported-sql-viewer.py: Fix table find when table re-ordered by Adrian Hunter · 6 years ago
  42. 65b2429 perf scripts python: exported-sql-viewer.py: Add help window by Adrian Hunter · 6 years ago
  43. 210cf1f perf scripts python: exported-sql-viewer.py: Add Selected branches report by Adrian Hunter · 6 years ago
  44. 5ed4419 perf scripts python: exported-sql-viewer.py: Fall back to /usr/local/lib/libxed.so by Adrian Hunter · 6 years ago
  45. 76099f9 perf scripts python: exported-sql-viewer.py: Add All branches report by Adrian Hunter · 6 years ago
  46. 8392b74 perf scripts python: exported-sql-viewer.py: Add ability to display all the database tables by Adrian Hunter · 6 years ago
  47. 82f68e2 perf scripts python: exported-sql-viewer.py: Add ability to shrink / enlarge font by Adrian Hunter · 6 years ago
  48. ebd70c7 perf scripts python: exported-sql-viewer.py: Add ability to find symbols in the call-graph by Adrian Hunter · 6 years ago
  49. 1beb5c7 perf scripts python: exported-sql-viewer.py: Add support for multiple sub-windows by Adrian Hunter · 6 years ago
  50. 031c2a0 perf scripts python: call-graph-from-sql.py: Rename to exported-sql-viewer.py by Adrian Hunter · 6 years ago
  51. 341e73c perf scripts python: call-graph-from-sql.py: Refactor TreeItem class by Adrian Hunter · 6 years ago
  52. 4be9ace perf scripts python: call-graph-from-sql.py: Add data helper functions by Adrian Hunter · 6 years ago
  53. 70d831e perf scripts python: call-graph-from-sql.py: Factor out CallGraphModel from TreeModel by Adrian Hunter · 6 years ago
  54. e99ef81 perf scripts python: call-graph-from-sql.py: Remove use of setObjectName() by Adrian Hunter · 6 years ago
  55. 5f9dfef perf scripts python: call-graph-from-sql.py: Add a class for global data by Adrian Hunter · 6 years ago
  56. b2556c4 perf scripts python: call-graph-from-sql.py: Separate the database details into a class by Adrian Hunter · 6 years ago
  57. 7e4fc93 perf scripts python: call-graph-from-sql.py: Make a "Main" function by Adrian Hunter · 6 years ago
  58. 99a097c perf scripts python: call-graph-from-sql.py: Change icon by Adrian Hunter · 6 years ago
  59. 3c4ef45 perf scripts python: call-graph-from-sql.py: Set a minimum window size by Adrian Hunter · 6 years ago
  60. 1d865c0 perf scripts python: call-graph-from-sql.py: Provide better default column sizes by Adrian Hunter · 6 years ago
  61. 3e71c70 perf scripts python: call-graph-from-sql.py: Use SPDX license identifier by Adrian Hunter · 6 years ago
  62. d005efe perf script python: Fix export-to-sqlite.py sample columns by Adrian Hunter · 6 years ago
  63. 25e1170 perf script python: Fix export-to-postgresql.py occasional failure by Adrian Hunter · 6 years ago
  64. 12aa6c7 perf scripts python: Add Python 3 support to EventClass.py by Jeremy Cline · 7 years ago
  65. 8c1c1ab perf scripts python: Add Python 3 support to sched-migration.py by Jeremy Cline · 7 years ago
  66. c45b168 perf scripts python: Add Python 3 support to Util.py by Jeremy Cline · 7 years ago
  67. 2ab8926 perf scripts python: Add Python 3 support to SchedGui.py by Jeremy Cline · 7 years ago
  68. 770d2f8 perf scripts python: Add Python 3 support to Core.py by Jeremy Cline · 7 years ago
  69. ec1e6e6 perf script powerpc: Python script for hypervisor call statistics by Ravi Bangoria · 7 years ago
  70. 66dfdff perf tools: Add Python 3 support by Jaroslav Škarvada · 7 years ago
  71. 41013f0 perf script python: Add script to profile and resolve physical mem type by Kan Liang · 7 years ago
  72. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  73. 1fe03b5 perf script python: Add support for sqlite3 to call-graph-from-sql.py by Adrian Hunter · 7 years ago
  74. 69e6e41 perf script python: Rename call-graph-from-postgresql.py to call-graph-from-sql.py by Adrian Hunter · 7 years ago
  75. 564b952 perf script python: Add support for exporting to sqlite3 by Adrian Hunter · 7 years ago
  76. 2295e9f perf scripts python: Fix query in call-graph-from-postgresql.py by Adrian Hunter · 7 years ago
  77. c8a8272 perf scripts python: Fix missing call_path_id in export-to-postgresql script by Adrian Hunter · 7 years ago
  78. 6fae866 perf scripting python: Add ppc64le to audit uname list by Naveen N. Rao · 7 years ago
  79. cc89272 perf intel-pt: Add example script for power events and PTWRITE by Adrian Hunter · 8 years ago
  80. f282f7a Merge tag 'perf-core-for-mingo-20160803' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  81. b581c01 perf tools: Fix build failure on perl script context by Namhyung Kim · 8 years ago
  82. 468fc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  83. 1db19db net: tracepoint napi:napi_poll add work and budget by Jesper Dangaard Brouer · 9 years ago
  84. dd4629d perf script stackcollapse: Remove reference to the perl interpreter by Arnaldo Carvalho de Melo · 9 years ago
  85. 6745d8e perf script: Add stackcollapse.py script by Paolo Bonzini · 9 years ago
  86. 3521f3b perf script: Update export-to-postgresql to support callchain export by Chris Phlipot · 9 years ago
  87. d6632dd perf script: Fix postgresql ubuntu install instructions by Chris Phlipot · 9 years ago
  88. b416e20 perf python scripting: Append examples to err msg about audit-libs-python by Taeung Song · 9 years ago
  89. b8a1962 perf script: Add stat-cpi.py script by Jiri Olsa · 9 years ago
  90. 35ca01c perf tools: Add more documentation to export-to-postgresql.py script by Adrian Hunter · 9 years ago
  91. 84e5d89 perf scripts python: Add new compaction-times script by Tony Jones · 9 years ago
  92. 4b715d2 perf tools: Add example call-graph script by Adrian Hunter · 9 years ago
  93. c7355f8 perf build: Add scripts objects building by Jiri Olsa · 10 years ago
  94. 75e0b5f perf scripting perl: Force to use stdbool by Wang Nan · 10 years ago
  95. 6a70307 perf tools: Add call information to Python export by Adrian Hunter · 10 years ago
  96. c29414f perf tools: Add branch_type and in_tx to Python export by Adrian Hunter · 10 years ago
  97. 2987e32 perf script: Add Python script to export to postgresql by Adrian Hunter · 10 years ago
  98. 0f5f5bc perf script: Add callchain to generic and tracepoint events by Joseph Schuchart · 11 years ago
  99. 0710087 perf scripts: Fallback to syscalls:* when raw_syscalls:* is not available by Daniel Bristot de Oliveira · 11 years ago
  100. 316c713 perf tools: Finish the removal of 'self' arguments by Arnaldo Carvalho de Melo · 11 years ago