aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/oprofile.md
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-04-19 22:13:44 +0200
committerjohannst <johannes.stoelp@gmail.com>2020-04-19 22:13:44 +0200
commitfef4d6ff2ad9f48e6dccde0f061453e6a3ac624e (patch)
treec21dfcf8e7c8895a94e1c72cb9588c94794656b1 /src/oprofile.md
parent43e402ba2320ced7972d33c9442b2745afe230f6 (diff)
downloadnotes-fef4d6ff2ad9f48e6dccde0f061453e6a3ac624e.tar.gz
notes-fef4d6ff2ad9f48e6dccde0f061453e6a3ac624e.zip
added new hierarchy
Diffstat (limited to 'src/oprofile.md')
-rw-r--r--src/oprofile.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/oprofile.md b/src/oprofile.md
deleted file mode 100644
index 7d35283..0000000
--- a/src/oprofile.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# [OProfile](https://oprofile.sourceforge.io/)
-
-```markdown
-operf -g -p <pid>
- -g ...... caputre call-graph information
-
-opreport [opt] FILE
- show time spent per binary image
- -l ...... show time spent per symbol
- -c ...... show callgraph information (see below)
- -a ...... add column with time spent accumulated over child nodes
-
-ophelp show supported hw/sw events
-```