aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-03-17 22:18:44 +0100
committerjohannst <johannes.stoelp@gmail.com>2020-03-17 22:18:44 +0100
commit3ac5fd0dd79d58bc565cdb0c3187e8dd087c2964 (patch)
treeab7e88321ceb8414de4e81951bbfb5d47653572f /src
parent4038f87747b78a62074309174558045e1adef939 (diff)
downloadnotes-3ac5fd0dd79d58bc565cdb0c3187e8dd087c2964.tar.gz
notes-3ac5fd0dd79d58bc565cdb0c3187e8dd087c2964.zip
updated oprofile
Diffstat (limited to 'src')
-rw-r--r--src/oprofile.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/oprofile.md b/src/oprofile.md
index 15e06f6..7d35283 100644
--- a/src/oprofile.md
+++ b/src/oprofile.md
@@ -1,15 +1,14 @@
-# OProfile
+# [OProfile](https://oprofile.sourceforge.io/)
```markdown
operf -g -p <pid>
-g ...... caputre call-graph information
opreport [opt] FILE
- ...... show time spent per binary image
+ 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
+ophelp show supported hw/sw events
```