Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clippy: fix warnings in various modules in components (#31568) | eri | 2024-03-08 | 1 | -9/+7 |
| | | | | | | | | | * clippy: fix warnings in various modules in components * fix: unit tests * fix: build on android * fix: all samplers use new_boxed | ||||
* | bhm: Fix a warning in the Linux sampler (#30924) | Martin Robinson | 2023-12-28 | 1 | -52/+52 |
| | | | | Use curly braces instead of an explicit drop to control the end of a borrow. | ||||
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -8/+6 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Use UnsafeCell instead of `static mut` in ↵ | Simon Sapin | 2020-06-05 | 1 | -60/+74 |
| | | | | background_hang_monitor/sampler_linux.rs | ||||
* | Remove uses of mem::uninitialized | Simon Sapin | 2019-07-17 | 1 | -10/+10 |
| | |||||
* | Fix some new warnings | Simon Sapin | 2019-06-22 | 1 | -1/+1 |
| | |||||
* | Add linking hack to work around older libunwind package versions. | Josh Matthews | 2019-03-29 | 1 | -0/+5 |
| | |||||
* | Use libunwind to walk the stack of the paused thread. | Josh Matthews | 2019-03-29 | 1 | -8/+75 |
| | |||||
* | add linux sampler | Gregory Terzian | 2019-03-29 | 1 | -3/+196 |
| | |||||
* | Update MPL license to https (part 5) | Jan Andre Ikenmeyer | 2018-11-27 | 1 | -1/+1 |
| | |||||
* | introduce a background-hang-monitor: | Gregory Terzian | 2018-11-26 | 1 | -0/+35 |
Mac-Os implementation of a thread sampler, Linux and Windows skeleton implementations. |