| commit | 8d89123dc22188d5560f452bc52baba50d154a91 | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tom@tromey.com> | Sun Jan 16 17:27:00 2022 -0700 |
| committer | Tom Tromey <tom@tromey.com> | Fri Apr 29 16:14:32 2022 -0600 |
| tree | dc43eaf85a23e6d178423ba8c95847277e072439 | |
| parent | 5d926615e9684d1f9a95801106300ade64548dcc [diff] |
Merge probe and ordinary tracepoints Right now, probe tracepoints are handled by a separate ops object. However, they differ only in a small way from ordinary tracepoints, and furthermore can be distinguished by their event location. This patch merges the two cases, just as was done for breakpoints.