diff options
author | johannst <johannes.stoelp@gmail.com> | 2020-03-17 22:18:44 +0100 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2020-03-17 22:18:44 +0100 |
commit | 3ac5fd0dd79d58bc565cdb0c3187e8dd087c2964 (patch) | |
tree | ab7e88321ceb8414de4e81951bbfb5d47653572f /src/oprofile.md | |
parent | 4038f87747b78a62074309174558045e1adef939 (diff) | |
download | notes-3ac5fd0dd79d58bc565cdb0c3187e8dd087c2964.tar.gz notes-3ac5fd0dd79d58bc565cdb0c3187e8dd087c2964.zip |
updated oprofile
Diffstat (limited to 'src/oprofile.md')
-rw-r--r-- | src/oprofile.md | 7 |
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 ``` |