aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj@kernel.org>2024-04-26 13:09:42 -0700
committerSeongJae Park <sj@kernel.org>2024-04-26 13:09:42 -0700
commit94e6c90eb84353bac82103b125f24bbb39af070f (patch)
treea2c9d21d0d69f9470dd911bdc29a3bbb3832397c
parent515b40b3062a923cddaca138b5410ebcff43fbf8 (diff)
downloaddamo-94e6c90eb84353bac82103b125f24bbb39af070f.tar.gz
USAGE: Remove table of contents section
It is easy to be outdated, and modern markdown viewers provide it automatically. Remove it. Signed-off-by: SeongJae Park <sj@kernel.org>
-rw-r--r--USAGE.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/USAGE.md b/USAGE.md
index b8a836c8..0cbb6d55 100644
--- a/USAGE.md
+++ b/USAGE.md
@@ -5,32 +5,6 @@ improvement of this document via GitHub
[issues](https://github.com/awslabs/damo/issues) or
[mails](https://lore.kernel.org/damon).
-Table of Contents
-=================
-
-- [Prerequisites](#prerequisites)
-- [Install](#install)
-- [Overview](#overview)
-- [DAMON Control (Access Monitoring and Monitoring-based System Optimization)](#damon-control--access-monitoring-and-monitoring-based-system-optimization-)
- * [`damo start`](#-damo-start-)
- * [`damo tune`](#-damo-tune-)
- * [`damo stop`](#-damo-stop-)
-- [Snapshot and Visualization of DAMON Monitoring Results and Running Status](#snapshot-and-visualization-of-damon-monitoring-results-and-running-status)
- * [`damo show`](#-damo-show-)
- * [`damo status`](#-damo-status-)
-- [For recording the access monitoring results and visualizing those](#for-recording-the-access-monitoring-results-and-visualizing-those)
- * [`damo record` (Recording Data Access Pattern)](#-damo-record---recording-data-access-pattern-)
- + [Recording Profile Information](#recording-profile-information)
- * [`damo report` (Visualizing Recorded Data Access Pattern)](#-damo-report---visualizing-recorded-data-access-pattern-)
- + [raw](#raw)
- + [heats](#heats)
- + [wss](#wss)
- + [profile](#profile)
- + [times](#times)
- * [`damo replay` (Replay Recorded Data Access Pattern)](#-damo-replay---replay-recorded-data-access-pattern-)
-- [Miscelleneous Helper Commands](#miscelleneous-helper-commands)
- * [`damo version`](#-damo-version-)
- * [`damo fmt_json`](#-damo-fmt-json-)
Prerequisites
=============