1. 4e10e5b tuna: Add -U and -K to the move command by John Kacur · 8 weeks ago main
  2. 12633d5 tuna: Fix run command failing to apply BATCH policy by John Kacur · 8 weeks ago
  3. 1cfc9be tuna: Fix show_threads -t and show_irqs -q by John Kacur · 9 weeks ago
  4. 84baeed tuna: Update man page with cpu_power command by John B. Wyatt IV · 2 weeks ago
  5. 36ba6b0 tuna: Add Pyright helper by John B. Wyatt IV · 8 days ago
  6. 59475df tuna: utils: A few tweaks by John Kacur · 4 months ago
  7. 9885cae tuna: Add idle_state control functionality by John B. Wyatt IV · 4 months ago
  8. e6c4991 tuna: extract common cpu and nics determination code into a utils.py file by John B. Wyatt IV · 4 months ago
  9. 03a7a03 tuna: help.py by John Kacur · 8 months ago
  10. 5636a94 tuna: Fix help.py syntax warnings by John B. Wyatt IV · 8 months ago
  11. aca8392 tuna: Fix string syntax warnings with raw strings by John B. Wyatt IV · 9 months ago
  12. 5c2ff1e tuna: Don't start the gui if a display is not available by John Kacur · 1 year, 8 months ago
  13. 0c93bd0 tuna: Remove spec file from git by John Kacur · 1 year, 10 months ago
  14. fbde241 Add SPDX license identifiers by Clark Williams · 2 years ago
  15. b972b8c tuna: Release 0.19 by John Kacur · 2 years, 6 months ago v0.19
  16. 0705ff8 tuna: Remove distutils from setup by John Kacur · 2 years, 6 months ago
  17. 4ccef8c tuna: Fix show_threads --cgroups run without a term by Leah Leshchinsky · 2 years, 8 months ago
  18. b04ce6f tuna: Adapt show_threads cgroup output to terminal size by Leah Leshchinsky · 2 years, 9 months ago
  19. 0681906 tuna: Update manpages for argparse CLI changes by Leah Leshchinsky · 2 years, 9 months ago
  20. bef2c20 tuna: remove import and fix help message by Leah Leshchinsky · 2 years, 9 months ago
  21. efcc75a tuna: tuna.py use fstrings by Leah Leshchinsky · 2 years, 9 months ago
  22. 1e2f6a3 tuna: tuna-cmd.py use fstrings by Leah Leshchinsky · 2 years, 9 months ago
  23. 67c5a4d tuna: tuna_gui.py use fstrings by Leah Leshchinsky · 2 years, 9 months ago
  24. 3ce861a tuna: Remove threads print statement by Leah Leshchinsky · 2 years, 9 months ago
  25. 3f1fbb0 tuna: Fix matching irqs in ps_show_thread by John Kacur · 2 years, 11 months ago
  26. f2a28b0 tuna: Replace python_ethtool with builtin funtionality by John Kacur · 2 years, 10 months ago
  27. 87f6d9e tuna: Add --sockets command line option by Leah Leshchinsky · 2 years, 11 months ago
  28. 9dd8c3e tuna: Move get_policy_and_rtprio call to parser level by Leah Leshchinsky · 3 years ago
  29. eba1333 tuna: Update command-line interface by Leah Leshchinsky · 3 years ago
  30. c5f281d tuna: release 0.18 by John Kacur · 3 years, 1 month ago v0.18
  31. d02ed73 tuna: Add missing command line options to man page by Leah Leshchinsky · 3 years, 1 month ago
  32. 681304a tuna: Add cleanlogs rule to Makefile by Leah Leshchinsky · 3 years, 3 months ago
  33. 85330a8 tuna: Add logging infrastructure to tuna-cmd by Leah Leshchinsky · 3 years, 3 months ago
  34. ef87501 tuna: Makefile: Fix "extra" is obsolete in ctags by John Kacur · 3 years, 5 months ago
  35. 75fd6cb tuna: Fix get_nr_cpus to return configured cpus by Leah Leshchinsky · 3 years, 6 months ago
  36. adba6d6 tuna: Remove finally block in get_policy_and_rtprio by Leah Leshchinsky · 3 years, 6 months ago
  37. f857c82 tuna: Handle get_policy_and_rtprio exceptions by Leah Leshchinsky · 3 years, 6 months ago
  38. 8cad3c2 tuna: Fix typo for variable 'parm' by Leah Leshchinsky · 3 years, 6 months ago
  39. 7684169 tuna: Fix ModuleNotFoundError by John Kacur · 3 years, 7 months ago
  40. ac5de6b tuna: release 0.17 by John Kacur · 3 years, 7 months ago v0.17
  41. be34709 tuna: Create class Policy and allow users to specify policy in more formats by John Kacur · 3 years, 7 months ago
  42. 1dedd14 Clean up print statements for readability by Leah Leshchinsky · 3 years, 7 months ago
  43. 6e43ce5 tuna: Fix tuna displays incorrect cpu affinity when cpu is offlined by John Kacur · 3 years, 8 months ago
  44. 5419cb8 tuna: Add tags to gitignore by John Kacur · 3 years, 8 months ago
  45. 532739e tuna: Make it clear that include and isolate affects IRQs in help by John Kacur · 3 years, 9 months ago
  46. 43b4348 tuna: Don't use relative imports in tuna.py by John Kacur · 3 years, 9 months ago
  47. 1dd72d9 tuna: Print warning if setting affinity results in EBUSY and continue by John Kacur · 3 years, 9 months ago
  48. 72bc617 tuna: Improve sysfs.py by John Kacur · 3 years, 9 months ago
  49. 61ca6a8 tuna: A few simple spelling / grammar fixes in comments by John Kacur · 3 years, 9 months ago
  50. f785fce tuna: Remove is_s390 from tuna and use the python-linux-procfs function by John Kacur · 3 years, 9 months ago
  51. 253f8dd tuna: Use sys.exit instead of exit by John Kacur · 3 years, 9 months ago
  52. 13c6340 tuna: Replace "and or" with ternary by John Kacur · 3 years, 9 months ago
  53. c8297e0 tuna: Replace unnecessary comprehension by John Kacur · 3 years, 9 months ago
  54. c561ebc tuna: Add distinction between --spread and --move to error message by Leah Leshchinsky · 3 years, 10 months ago
  55. 3db7b6a tuna: Change tuna.spec to define version of python by John Kacur · 3 years, 10 months ago
  56. 93ac6cd tuna: Specify Gtk version before import to prevent warning by John Kacur · 3 years, 10 months ago
  57. 0efa31d tuna: Remove argument requirement for config_file_list option by Leah Leshchinsky · 3 years, 10 months ago
  58. 0a999ae tuna: Spelling fix in tuna-cmd.py Spelling fix in tuna-cmd.py Signed off-by: Ty Berry <tyberry@redhat.com> by tyberry@redhat.com · 4 years, 1 month ago
  59. 6bb9818 tuna: release 0.16 by John Kacur · 4 years, 1 month ago v0.16
  60. ebef638 tuna_gui: add command line option to explicitly disable perf usage by Federico Pellegrin · 4 years, 3 months ago
  61. aefdc47 procview: limit refresh rate in perf mode to refresh_time by Federico Pellegrin · 4 years, 3 months ago
  62. 45e3136 procview: fix thread refresh when using polling mode by Federico Pellegrin · 4 years, 4 months ago
  63. f2b088a tuna: Correct allowable ranges in irqview and in procview by John Kacur · 4 years, 4 months ago
  64. 5736b70 tuna: tuna add gui refresh option to the manpage by John Kacur · 4 years, 4 months ago
  65. 98bd603 tuna_gui: add command line option to customize GUI refresh time by Federico Pellegrin · 4 years, 5 months ago
  66. 9369a72 tuna-cmd: fix command line when inet_diag is present by Federico Pellegrin · 4 years, 5 months ago
  67. 21d4104 procview: fix perf watch and add handler for errors by Federico Pellegrin · 4 years, 5 months ago
  68. 75d39e6 procview: fix another identation error by Federico Pellegrin · 4 years, 5 months ago
  69. 7a59bc6 tuna_gui: remove unused signal to prevent errors by Federico Pellegrin · 4 years, 5 months ago
  70. 6e70dd4 procview: fix logic of refresh and attributes dialog display by Federico Pellegrin · 4 years, 5 months ago
  71. d6f50b9 irqview, procview: spins in Gtk 3.0 need to have range defined by Federico Pellegrin · 4 years, 5 months ago
  72. ea7f1c1 cpuview and util: add missing os import by Federico Pellegrin · 4 years, 5 months ago
  73. 0bd34e8 oscilloscope: complete porting to Gtk 3.0 by Federico Pellegrin · 4 years, 5 months ago
  74. 5b010c4 sysfs: correct and improve sorting by Federico Pellegrin · 4 years, 5 months ago
  75. 3366274 cpuview: improve display of CPUs/Sockets for every CPU/socket number by Federico Pellegrin · 4 years, 5 months ago
  76. 63760b2 profileview: fix text entry retrieval by Federico Pellegrin · 4 years, 5 months ago
  77. 98969ef tuna: fix mnemonic accelerators for Gtk 3.0 by Federico Pellegrin · 4 years, 5 months ago
  78. 6114470 tuna_gui: handle destroy handler to prevent error messages on startup by Federico Pellegrin · 4 years, 5 months ago
  79. 9b0864f cpuview: a few more improvements for Gtk 3.0 by Federico Pellegrin · 4 years, 5 months ago
  80. 6268eaa profileview: disable cursor_changed handler when manipulating list by Federico Pellegrin · 4 years, 5 months ago
  81. 7d2f3c8 config: make configuration files consistently text only by Federico Pellegrin · 4 years, 5 months ago
  82. 5d183d4 tuna: multiple fixes for Gtk-3.0 UI interface by Federico Pellegrin · 4 years, 5 months ago
  83. cd9e707 tuna: Fix tuna --include option breakage by John Kacur · 4 years, 5 months ago
  84. d8ba4aa tuna: release 0.15 by John Kacur · 4 years, 6 months ago v0.15
  85. be7ea5c tuna: Add ctags to the tuna makefile by John Kacur · 4 years, 6 months ago
  86. cc2af6e tuna: Remove python-schedutils dependency by John Kacur · 4 years, 7 months ago
  87. e2bfea6 tuna: tuna_gui.py: Chanages to port to Gtk-3.0 by John Kacur · 4 years, 8 months ago
  88. bca58a1 tuna: tuna.py: Update spacing / tabs to modern python style by John Kacur · 4 years, 8 months ago
  89. 2c21b13 tuna: sysfs.py: Update spacing / tabs to modern python style by John Kacur · 4 years, 8 months ago
  90. 06017ce tuna: oscilloscope.py: Changes to port to Gtk-3.0 by John Kacur · 4 years, 8 months ago
  91. 98445c5 tuna: util.py: Fix some style problems by John Kacur · 4 years, 8 months ago
  92. 3a0c58c tuna: profileview.py: Port to Gtk-3.0 by John Kacur · 4 years, 9 months ago
  93. 5d43cf1 tuna: procview.py: Port to Gtk-3.0 by John Kacur · 4 years, 9 months ago
  94. b09e9a3 tuna:irqview.py: Port to Gtk-3.0 by John Kacur · 4 years, 9 months ago
  95. f71e656 tuna: config.py: Port file to Gtk-3.0 by John Kacur · 4 years, 9 months ago
  96. f43f47b tuna: Fix spacing of oscilloscope.py by John Kacur · 4 years, 9 months ago
  97. c0f49bd tuna: tuna-cmd.py Fix style problems recommened by PEP8 by John Kacur · 4 years, 9 months ago
  98. faa53c3 tuna: cpuview.py: box.pack_start needs extra parameter by John Kacur · 4 years, 10 months ago
  99. 0c12c61 tuna: commonview.py: Fix comparisons with None by John Kacur · 4 years, 10 months ago
  100. 7be86c0 tuna/gui/__init__.py: Fix some whitespace problems by John Kacur · 4 years, 10 months ago