aboutsummaryrefslogblamecommitdiffhomepage
path: root/src/trace_profile/oprofile.md
blob: 7d35283122a20f077144837b5b89d52ddddbcbf3 (plain) (tree)
1
2
3
4
5
6
7
8
                                              





                                          
                                            



                                                                   
                                       
   
# [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
```