Commit e6fbb71
Darrick J. Wong
xfs: add tracepoints for each of the externally visible allocators
There are now five separate space allocator interfaces exposed to the
rest of XFS for five different strategies to find space. Add
tracepoints for each of them so that I can tell from a trace dump
exactly which ones got called and what happened underneath them. Add a
sixth so it's more obvious if an allocation actually happened.
Signed-off-by: Darrick J. Wong <[email protected]>
Reviewed-by: Dave Chinner <[email protected]>1 parent 9eb7759 commit e6fbb71
2 files changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3255 | 3255 | | |
3256 | 3256 | | |
3257 | 3257 | | |
| 3258 | + | |
| 3259 | + | |
3258 | 3260 | | |
3259 | 3261 | | |
3260 | 3262 | | |
| |||
3284 | 3286 | | |
3285 | 3287 | | |
3286 | 3288 | | |
| 3289 | + | |
| 3290 | + | |
| 3291 | + | |
3287 | 3292 | | |
3288 | 3293 | | |
3289 | 3294 | | |
| |||
3405 | 3410 | | |
3406 | 3411 | | |
3407 | 3412 | | |
| 3413 | + | |
| 3414 | + | |
| 3415 | + | |
3408 | 3416 | | |
3409 | 3417 | | |
3410 | 3418 | | |
| |||
3455 | 3463 | | |
3456 | 3464 | | |
3457 | 3465 | | |
| 3466 | + | |
| 3467 | + | |
| 3468 | + | |
3458 | 3469 | | |
3459 | 3470 | | |
3460 | 3471 | | |
| |||
3486 | 3497 | | |
3487 | 3498 | | |
3488 | 3499 | | |
| 3500 | + | |
| 3501 | + | |
| 3502 | + | |
3489 | 3503 | | |
3490 | 3504 | | |
3491 | 3505 | | |
| |||
3521 | 3535 | | |
3522 | 3536 | | |
3523 | 3537 | | |
| 3538 | + | |
| 3539 | + | |
| 3540 | + | |
3524 | 3541 | | |
3525 | 3542 | | |
3526 | 3543 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1883 | 1883 | | |
1884 | 1884 | | |
1885 | 1885 | | |
| 1886 | + | |
| 1887 | + | |
| 1888 | + | |
| 1889 | + | |
| 1890 | + | |
| 1891 | + | |
| 1892 | + | |
1886 | 1893 | | |
1887 | 1894 | | |
1888 | 1895 | | |
| |||
0 commit comments