aboutsummaryrefslogtreecommitdiffstats
path: root/components/background_hang_monitor/sampler_linux.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippy: fix warnings in various modules in components (#31568)eri2024-03-081-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 Robinson2023-12-281-52/+52
| | | | Use curly braces instead of an explicit drop to control the end of a borrow.
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-8/+6
| | | | | * strict imports formatting * Reformat all imports
* Use UnsafeCell instead of `static mut` in ↵Simon Sapin2020-06-051-60/+74
| | | | background_hang_monitor/sampler_linux.rs
* Remove uses of mem::uninitializedSimon Sapin2019-07-171-10/+10
|
* Fix some new warningsSimon Sapin2019-06-221-1/+1
|
* Add linking hack to work around older libunwind package versions.Josh Matthews2019-03-291-0/+5
|
* Use libunwind to walk the stack of the paused thread.Josh Matthews2019-03-291-8/+75
|
* add linux samplerGregory Terzian2019-03-291-3/+196
|
* Update MPL license to https (part 5)Jan Andre Ikenmeyer2018-11-271-1/+1
|
* introduce a background-hang-monitor:Gregory Terzian2018-11-261-0/+35
Mac-Os implementation of a thread sampler, Linux and Windows skeleton implementations.