aboutsummaryrefslogtreecommitdiffstats
path: root/components/background_hang_monitor/sampler_linux.rs
Commit message (Expand)AuthorAgeFilesLines
* bhs: Remove direct link to `liblzma` (#35924)Martin Robinson2025-03-121-5/+0
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* clippy: fix warnings in various modules in components (#31568)eri2024-03-081-9/+7
* bhm: Fix a warning in the Linux sampler (#30924)Martin Robinson2023-12-281-52/+52
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-8/+6
* Use UnsafeCell instead of `static mut` in background_hang_monitor/sampler_lin...Simon Sapin2020-06-051-60/+74
* 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