Commit 7fd29b7
committed
tests/fetch-usdts.awk: use base + offset to identify a semaphore
The semaphore offsets between different binaries may coincide, which
leads to incorrect matching of USDTs by test scripts.
Use base + offset string to identify a semaphore for the purpose of
USDT spec comparison. This way the probability of a collision is much
lower.
Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>1 parent 5b75b31 commit 7fd29b7
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
0 commit comments