diff options
author | johannst <johannst@users.noreply.github.com> | 2021-03-29 15:16:14 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2021-03-29 15:16:14 +0000 |
commit | c6ae65a3f9c9f1d393291dbb7c1c741676664825 (patch) | |
tree | de71f5029b2173c8d3e674dcc4c6943a951b4e17 /trace_profile | |
parent | fe84155562f3e6d51b94155197ab5606f2e3bebe (diff) | |
download | notes-c6ae65a3f9c9f1d393291dbb7c1c741676664825.tar.gz notes-c6ae65a3f9c9f1d393291dbb7c1c741676664825.zip |
deploy: 6e82f44415534b31b683006bbeca4379d43d9d0d
Diffstat (limited to 'trace_profile')
-rw-r--r-- | trace_profile/index.html | 4 | ||||
-rw-r--r-- | trace_profile/ltrace.html | 4 | ||||
-rw-r--r-- | trace_profile/oprofile.html | 4 | ||||
-rw-r--r-- | trace_profile/perf.html | 4 | ||||
-rw-r--r-- | trace_profile/strace.html | 4 | ||||
-rw-r--r-- | trace_profile/time.html | 4 |
6 files changed, 24 insertions, 0 deletions
diff --git a/trace_profile/index.html b/trace_profile/index.html index 8c4ae05..8370732 100644 --- a/trace_profile/index.html +++ b/trace_profile/index.html @@ -120,6 +120,10 @@ <i id="print-button" class="fa fa-print"></i> </a> + <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository"> + <i id="git-repository-button" class="fa fa-github"></i> + </a> + </div> </div> </div> diff --git a/trace_profile/ltrace.html b/trace_profile/ltrace.html index f3989e7..872c444 100644 --- a/trace_profile/ltrace.html +++ b/trace_profile/ltrace.html @@ -120,6 +120,10 @@ <i id="print-button" class="fa fa-print"></i> </a> + <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository"> + <i id="git-repository-button" class="fa fa-github"></i> + </a> + </div> </div> </div> diff --git a/trace_profile/oprofile.html b/trace_profile/oprofile.html index 2fe4ccc..1b168fd 100644 --- a/trace_profile/oprofile.html +++ b/trace_profile/oprofile.html @@ -120,6 +120,10 @@ <i id="print-button" class="fa fa-print"></i> </a> + <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository"> + <i id="git-repository-button" class="fa fa-github"></i> + </a> + </div> </div> </div> diff --git a/trace_profile/perf.html b/trace_profile/perf.html index 2a5e155..79247d2 100644 --- a/trace_profile/perf.html +++ b/trace_profile/perf.html @@ -120,6 +120,10 @@ <i id="print-button" class="fa fa-print"></i> </a> + <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository"> + <i id="git-repository-button" class="fa fa-github"></i> + </a> + </div> </div> </div> diff --git a/trace_profile/strace.html b/trace_profile/strace.html index b6e5ffa..3c7b33d 100644 --- a/trace_profile/strace.html +++ b/trace_profile/strace.html @@ -120,6 +120,10 @@ <i id="print-button" class="fa fa-print"></i> </a> + <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository"> + <i id="git-repository-button" class="fa fa-github"></i> + </a> + </div> </div> </div> diff --git a/trace_profile/time.html b/trace_profile/time.html index ed661ac..cbf3f71 100644 --- a/trace_profile/time.html +++ b/trace_profile/time.html @@ -120,6 +120,10 @@ <i id="print-button" class="fa fa-print"></i> </a> + <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository"> + <i id="git-repository-button" class="fa fa-github"></i> + </a> + </div> </div> </div> |