- Notifications
You must be signed in to change notification settings - Fork5
Commitd287c9e
committed
Restore previous ordering of BUFFER_FLUSH_START probe. I had wanted to
make it include the time for the possible smgropen() call, but thatresults in a null pointer dereference :-(.An alternative solution would be to fetch the buffer tag instead oflooking at *reln, but I'll just put it back as it was for the moment.BTW, this indicates that DTrace probes evaluate their arguments evenwhen nominally inactive. What was that about "zero cost", again?1 parent2dd9af8 commitd287c9e
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1861 | 1861 |
| |
1862 | 1862 |
| |
1863 | 1863 |
| |
1864 |
| - | |
1865 |
| - | |
1866 |
| - | |
1867 |
| - | |
1868 | 1864 |
| |
1869 | 1865 |
| |
1870 | 1866 |
| |
1871 | 1867 |
| |
| 1868 | + | |
| 1869 | + | |
| 1870 | + | |
| 1871 | + | |
1872 | 1872 |
| |
1873 | 1873 |
| |
1874 | 1874 |
| |
|
0 commit comments
Comments
(0)