1. 857360c Update the version by SeongJae Park · 6 days ago master v3.2.7
  2. 0d68f41 document known versions of trace-cmd for output format variance by SeongJae Park · 6 days ago
  3. d7f47fa tests/run: ensure the user has root permission. by SeongJae Park · 7 days ago
  4. 54b3129 TODO: add items by SeongJae Park · 7 days ago
  5. 342f49a release_note: update for next release by SeongJae Park · 7 days ago
  6. 69975a8 tests/unit/test_damo_report_trace: test flags omitted trace-cmd report output parsing by SeongJae Park · 7 days ago
  7. 396f0e3 damo_report_trace: support trace-cmd outputs that omit the flags by SeongJae Park · 7 days ago
  8. 7116c79 _damo_records: optimize damon_trace_fields() for only known formats by SeongJae Park · 7 days ago
  9. d926910 _damo_records: update damon_trace_fields() comment by SeongJae Park · 7 days ago
  10. 2ba6b8f damo_pa_layout: mark as deprecated by SeongJae Park · 7 days ago
  11. 492d90d damo_record_info: mark as deprecated by SeongJae Park · 7 days ago
  12. 668ff66 tests/flake8: make fail message consistent by SeongJae Park · 7 days ago
  13. 349a5ca tests/flake8: select all pyflake. by SeongJae Park · 7 days ago
  14. e9c6af0 treewide: use _ for intended unused return values by SeongJae Park · 7 days ago
  15. cd8ca2c _damo_sysinfo: add exceptions to error messages by SeongJae Park · 7 days ago
  16. de8a552 treewide: remove unused variables by SeongJae Park · 7 days ago
  17. b9b4765 _damon_dbgfs: return the error from write_schemes() by SeongJae Park · 7 days ago
  18. 9af1b33 treewide: remove unused imports by SeongJae Park · 7 days ago
  19. 1d702e0 tests: run flake by SeongJae Park · 7 days ago
  20. ebd2331 _damo_fmt_str: drop python2 support by SeongJae Park · 7 days ago
  21. c2603f8 damo_record: pass kdamonds to snapshot_requests_from_args() by SeongJae Park · 7 days ago
  22. ce7a635 damo_record: remove unused for_damon_stat_snapshot() and its usage by SeongJae Park · 7 days ago
  23. b8d123f damo_validate: fix wrong variable names by SeongJae Park · 8 days ago
  24. 65dbdbd damo_report_trace: fix wrong line variable name by SeongJae Park · 8 days ago
  25. a1b92bf damo_report_record_info: fix a typo: s/line.s/lines./ by SeongJae Park · 8 days ago
  26. d6c499b damo_record_info: fix a typo: s/line.s/lines./ by SeongJae Park · 8 days ago
  27. c661738 damo_features: fix a typo: s/sysfs/sysinfo/ by SeongJae Park · 8 days ago
  28. c95f911 _damon: fix a typo: s/kvpiars/kvpairs/ by SeongJae Park · 8 days ago
  29. 949ddd3 _damo_sysinfo: fix typos by SeongJae Park · 8 days ago
  30. 5069e31 _damo_records: fix typos: s/kvapirs/kvpairs/g by SeongJae Park · 8 days ago
  31. d5e6bac _damo_records: fix wrong variable uses in convert_perf_to_damon_data() by SeongJae Park · 8 days ago
  32. 0a494d9 _damo_ascii_color: fix typo on error message by SeongJae Park · 8 days ago
  33. afb1cfc _damo_records: locate timestamp field instead of assuming column index by Sean Jackson · 12 days ago
  34. 368b1c0 _damo_sysinfo: handle unusable perf in get_perf_path_version() by Sean Jackson · 12 days ago
  35. 2eef007 Update the version by SeongJae Park · 13 days ago v3.2.6
  36. a3f4cc4 release_note: update for the next release by SeongJae Park · 13 days ago
  37. 8f69a16 damo_report_trace: remove trace test format from read_trace_record() by SeongJae Park · 2 weeks ago
  38. 2425357 damo_report_trace: remove get_trace_fields() by SeongJae Park · 2 weeks ago
  39. 1f8e537 tests/unit/test_damo_report_trace: remove get_trace_fields() test by SeongJae Park · 2 weeks ago
  40. d0ca7a2 damo_report_trace: fix fmt_damos_before_apply() by SeongJae Park · 2 weeks ago
  41. 046cd55 damo_report_trace: remove fmt_damon_region_aggregated() by SeongJae Park · 2 weeks ago
  42. b4daa12 tests/unit/test_damo_report_trace: remove fmt_damon_region_aggregated() test by SeongJae Park · 2 weeks ago
  43. e76646c damo_report_trace: remove unused functions by SeongJae Park · 2 weeks ago
  44. 3b6ff19 damo_report_trace: remove pr_trace_line() by SeongJae Park · 2 weeks ago
  45. c7d9eed damo_report_trace: use parse_trace_line() and pr_trace() by SeongJae Park · 2 weeks ago
  46. 422f656 damo_report_trace: avoid duplicated parsing ffor report_recorded_trace() by SeongJae Park · 2 weeks ago
  47. 4fac71e damo_report_trace: return tracer from read_trace_record() by SeongJae Park · 2 weeks ago
  48. e1e0644 damo__report_trace: cleanup damo-metadata from read_trace_record() by SeongJae Park · 2 weeks ago
  49. 6c9a645 damo_report_trace: change return orders by SeongJae Park · 2 weeks ago
  50. 87cd98b damo_report_trace: implement pr_trace() by SeongJae Park · 2 weeks ago
  51. 063556a damo_report_trace: split out damos_stat formatting by SeongJae Park · 2 weeks ago
  52. 209ccb2 damo_report_trace: split out damos_before_apply() format logic by SeongJae Park · 2 weeks ago
  53. 9089308 damo_report_trace: split damon_aggregated formatting logic by SeongJae Park · 2 weeks ago
  54. 367020a tests/unit/test_damo_report_trace: add a test for parse_trace_line() by SeongJae Park · 2 weeks ago
  55. 0d61b08 damo_report_trace: implement a function for general trace line parsing by SeongJae Park · 2 weeks ago
  56. 200a9d0 damo_report_trace: print only raw tracee if --raw is given by SeongJae Park · 2 weeks ago
  57. f72dee5 damo_report_trace: clarify supported input file types by SeongJae Park · 2 weeks ago
  58. 96956ff damo_report_trace: remove unnecessary args.event existence check by SeongJae Park · 2 weeks ago
  59. ee67a46 tests/unit/test_damo_report_trace: add one more test input for fmt_damon_region_aggregated_trace by SeongJae Park · 2 weeks ago
  60. 4c5f25c tests/unit/test_damo_report_trace: use simpler address by SeongJae Park · 2 weeks ago
  61. ef47e50 tests/unit/test_damo_report_trace: add get_trace_fields() for trace-cmd output by SeongJae Park · 2 weeks ago
  62. f297175 Update the version by SeongJae Park · 3 weeks ago v3.2.5
  63. 832989c tets/args_damon/test: redirect stderr to /dev/null by SeongJae Park · 3 weeks ago
  64. 9d6bdda release_note: updte for next release by SeongJae Park · 3 weeks ago
  65. 4dfc21a tests/unit/test_damo_report_trace: add a test for get_trace_fields() by SeongJae Park · 3 weeks ago
  66. 4332433 damo_report_trace: fixup get_trace_fields() by SeongJae Park · 3 weeks ago
  67. a5d5ec6 test/unit/test_damo_report_trace: test fmt_damon_region_aggregated_trace() by SeongJae Park · 3 weeks ago
  68. 18c68ff damo_report_trace: split out trace part formatting by SeongJae Park · 3 weeks ago
  69. 9120d4a damo_report_trace: fix wrong region_idx usage by SeongJae Park · 3 weeks ago
  70. 1bc76ea tests/unit: add damo_report_trace tests by SeongJae Park · 3 weeks ago
  71. 39ed90a damo_report_trace: split damon_region_aggregated format logic by SeongJae Park · 3 weeks ago
  72. c464f9d damo_report_trace: support old version traces of damos_stat by SeongJae Park · 3 weeks ago
  73. a3c7b07 damo_report_trace: support damon_aggregated trace having no 'age' by SeongJae Park · 3 weeks ago
  74. b7da0fe TODO: add an item for 'damo report trace' tests by SeongJae Park · 3 weeks ago
  75. 1eac3e5 damo_report_trace: support damon_region_aggregated fancier format by SeongJae Park · 3 weeks ago
  76. a82896c damo_report_trace: use --libtraceevent_print perf option by SeongJae Park · 3 weeks ago
  77. ebc2621 _damo_sysinfo: support damon_region_aggregated tracepoint by SeongJae Park · 3 weeks ago
  78. 9a703e9 _damon_features: add trace/damon_region_aggregated by SeongJae Park · 3 weeks ago
  79. c10cad7 _damon_features: add notes for replacement of sample control by SeongJae Park · 3 weeks ago
  80. 780c0f1 _damon_features: update data attrs monitoring upstream status by SeongJae Park · 3 weeks ago
  81. ee15cb6 release_note: update for the scheme-fitlers fix by SeongJae Park · 3 weeks ago
  82. e8b83f4 tests: fix schemes-filters prcl test to use vaddr by Kunwu Chan · 3 weeks ago
  83. 349e2a0 tests: clean up DAMON on failure in schemes-filters test by Kunwu Chan · 3 weeks ago
  84. 6bb4cd9 Update the version by SeongJae Park · 4 weeks ago v3.2.4
  85. 00cdde1 release_note: update for next release by SeongJae Park · 4 weeks ago
  86. 4b0a454 _damon_args: add trailing new line to feature warnings by SeongJae Park · 5 weeks ago
  87. 9c475f5 _damon_args: fix wrong --probe_filter usage warning by SeongJae Park · 5 weeks ago
  88. 2c8349e Update the version by SeongJae Park · 5 weeks ago v3.2.3
  89. c01c54e release_note: wordsmith by SeongJae Park · 5 weeks ago
  90. 818c7e3 damo_report_access: add '<probe hits>' region formatter by SeongJae Park · 5 weeks ago
  91. ede5a7b TODO,release_note: update for next release by SeongJae Park · 5 weeks ago
  92. 7c301b5 _damon_args: warn unsupported node_eligible_mem_bp use by SeongJae Park · 5 weeks ago
  93. 8b3fc4a _damon: support node_eligible_mem_bp quota goal metric by SeongJae Park · 5 weeks ago
  94. 6803d6f _damon_args: warn damos_action_collapse on unsupported kernels by SeongJae Park · 5 weeks ago
  95. 737e29f _damon_args: add 7.1 marker to warn_unsupported_damon_features_for() by SeongJae Park · 5 weeks ago
  96. 5de00dd _damon: support damos_collapse by SeongJae Park · 5 weeks ago
  97. 01ed9fa _damon: let damos_actions index-free by SeongJae Park · 5 weeks ago
  98. b591f5a _damon_sysfs: write probes dir by SeongJae Park · 5 weeks ago
  99. e66b31d _damon_sysfs: read probes by SeongJae Park · 5 weeks ago
  100. df2eb74 _damon/DamonFilter: allow setting path with non-memcg type by SeongJae Park · 5 weeks ago