Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clippy: fix warnings in various modules in components (#31568) | eri | 2024-03-08 | 1 | -9/+7 |
* | bhm: Fix a warning in the Linux sampler (#30924) | Martin Robinson | 2023-12-28 | 1 | -52/+52 |
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -8/+6 |
* | Use UnsafeCell instead of `static mut` in background_hang_monitor/sampler_lin... | Simon Sapin | 2020-06-05 | 1 | -60/+74 |
* | 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 |