Commit 33ad612
authored
Remove update to BPF map not used in status quo tls tracing (#1298)
Summary: Remove update to BPF map not used in status quo tls tracing
In order to vet the new style of tls tracing, we introduced a mechanism
for detecting mismatched fds (#1161). This instrumented all of our tls
tracing when it was first developed. When the new method of tls tracing
was introduced, we removed the mismatched fd detection from the status
quo tls tracing (#1123), however, this BPF map update was missed in that
refactor (#1123).
Relevant Issues: #692
Type of change: /kind bug
Test Plan: Existing tests pass
Signed-off-by: Dom Del Nano <ddelnano@pixielabs.ai>1 parent 456d9e1 commit 33ad612
1 file changed
Lines changed: 0 additions & 10 deletions
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | 150 | | |
156 | 151 | | |
157 | 152 | | |
| |||
192 | 187 | | |
193 | 188 | | |
194 | 189 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | 190 | | |
201 | 191 | | |
202 | 192 | | |
| |||
0 commit comments