Commit 48eac0e
committed
Add linux ftrace support
Original author: Andrzej Surdej <Andrzej_Surdej@comcast.com>
Original pull request: 1462
Add WebKit tracing with linux 'ftrace' that can be used on STB devices.
Write tracing points into 'trace_marker' file with 'perfetto'
compatible format.
The results can be collected and visualized by 'perfetto'
Note: Minor adjustments to original pull request for wpe-2.46 up-streaming1 parent 23491c2 commit 48eac0e
4 files changed
Lines changed: 504 additions & 0 deletions
File tree
- Source
- WTF/wtf
- linux
- cmake
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
196 | 200 | | |
197 | 201 | | |
198 | 202 | | |
| |||
206 | 210 | | |
207 | 211 | | |
208 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
209 | 218 | | |
210 | 219 | | |
211 | 220 | | |
| |||
0 commit comments