Skip to content

Commit 3bdf109

Browse files
committed
Use DebugIdExt correctly for mac
1 parent e51ad4a commit 3bdf109

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samply/src/mac/task_profiler.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ use mach2::traps::mach_task_self;
2222
use mach2::vm::mach_vm_deallocate;
2323
use mach2::vm_types::{mach_vm_address_t, mach_vm_size_t};
2424
use object::{CompressionFormat, Object, ObjectSection};
25-
use samply_symbols::{object, DebugIdExt};
25+
use samply_debugid::DebugIdExt;
26+
use samply_symbols::object;
2627
use wholesym::samply_symbols;
2728

2829
use super::error::SamplingError;

0 commit comments

Comments
 (0)