| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| magic-trace_1.2.0+deb22.04_amd64.deb | 2023-10-30 | 6.4 MB | |
| magic-trace | 2023-10-30 | 4.0 MB | |
| magic-trace v1.2.0 source code.tar.gz | 2023-10-28 | 28.9 MB | |
| magic-trace v1.2.0 source code.zip | 2023-10-28 | 29.0 MB | |
| README.md | 2023-10-28 | 4.3 kB | |
| Totals: 5 Items | 68.2 MB | 0 | |
What's Changed
- Display DSO if symbol is unknown by @Xyene in https://github.com/janestreet/magic-trace/pull/209
- Added capability to attach to multiple PIDs for tracing by @Lamoreauxaj in https://github.com/janestreet/magic-trace/pull/218
- Added ability to trace CPU frequencies with perf by @Lamoreauxaj in https://github.com/janestreet/magic-trace/pull/219
- Add protocol to URLs embedded in help text by @shoffmeister in https://github.com/janestreet/magic-trace/pull/220
- Allow running with sampling if Intel PT is unavailable by @Lamoreauxaj in https://github.com/janestreet/magic-trace/pull/224
- Improved speed of hex parsing in more places by @Lamoreauxaj in https://github.com/janestreet/magic-trace/pull/227
- Added comment explaining callstack order of Sample event by @Lamoreauxaj in https://github.com/janestreet/magic-trace/pull/229
- Filter trace to range by @pbaumbacher in https://github.com/janestreet/magic-trace/pull/222
- Added support to run perf with dlfilter which filters out jumps within same function by @Lamoreauxaj in https://github.com/janestreet/magic-trace/pull/231
- Added env var to forcibly disable perf dlfilter by @Lamoreauxaj in https://github.com/janestreet/magic-trace/pull/232
- Allow extra spacing in cbr regex to not crash on some perf outputs by @Lamoreauxaj in https://github.com/janestreet/magic-trace/pull/235
- Added warnings to
-callgraph-modeand added option for stitched LBR. by @Lamoreauxaj in https://github.com/janestreet/magic-trace/pull/228 - Fixed regex bug in CBR event when flags includes space by @Lamoreauxaj in https://github.com/janestreet/magic-trace/pull/239
- Updated
-triggerhelp to specify triggers only apply to first PID passed by @Lamoreauxaj in https://github.com/janestreet/magic-trace/pull/238 - Disable dlfilter when printing trace to sexp by @Lamoreauxaj in https://github.com/janestreet/magic-trace/pull/240
- Add support for magic-trace to sample and show other events such as cache misses and branch misses by @Lamoreauxaj in https://github.com/janestreet/magic-trace/pull/234
- Added ability to fuzzy find on line number based triggers by @Lamoreauxaj in https://github.com/janestreet/magic-trace/pull/245
- .ocamlformat: 0.21 -> 0.24.1 by @hlian in https://github.com/janestreet/magic-trace/pull/244
- .github/workflows/build.yml: download upx 3.96-2 from ftp.debian.org by @hlian in https://github.com/janestreet/magic-trace/pull/252
- Demangle OCaml symbols by @ClyveGassant in https://github.com/janestreet/magic-trace/pull/250
- Add separate events output in sexp or binio format by @Istlemin in https://github.com/janestreet/magic-trace/pull/253
- Disable dlfilter by default by @cgaebel in https://github.com/janestreet/magic-trace/pull/255
- Unwind the stack for caml_stash_backtrace by @cgaebel in https://github.com/janestreet/magic-trace/pull/262
- Fix dlfilter filtering out trace errors by @Xyene in https://github.com/janestreet/magic-trace/pull/265
- Only check for fzf if required to find symbol by @ecatmur in https://github.com/janestreet/magic-trace/pull/277
- Add explicit tests around bogus symbol offset handling by @Xyene in https://github.com/janestreet/magic-trace/pull/279
- Fix stairstepping OCaml traces when exceptions are involved by @Xyene in https://github.com/janestreet/magic-trace/pull/280
- Miscellaneous changes ahead of 1.2 by @Xyene in https://github.com/janestreet/magic-trace/pull/281
- Fix up some messages about sampling wiki links by @Xyene in https://github.com/janestreet/magic-trace/pull/282
New Contributors
- @shoffmeister made their first contribution in https://github.com/janestreet/magic-trace/pull/220
- @pbaumbacher made their first contribution in https://github.com/janestreet/magic-trace/pull/222
- @hlian made their first contribution in https://github.com/janestreet/magic-trace/pull/244
- @ClyveGassant made their first contribution in https://github.com/janestreet/magic-trace/pull/250
- @Istlemin made their first contribution in https://github.com/janestreet/magic-trace/pull/253
- @ecatmur made their first contribution in https://github.com/janestreet/magic-trace/pull/277
Full Changelog: https://github.com/janestreet/magic-trace/compare/v1.1.0...v1.2.0