search for: audiosup

Displaying 3 results from an estimated 3 matches for "audiosup".

Did you mean: audiosur
2006 Oct 31
0
6241314 ctfconvert should understand SPARC real types in DWARF
...iv.s delete: usr/src/cmd/mdb/intel/ia32/libstand/muldiv.s delete: usr/src/cmd/mdb/intel/ia32/libstand/sys/archsalib.h update: usr/src/cmd/mdb/Makefile.libstand update: usr/src/cmd/mdb/common/kmdb/kmdb_stubs.c update: usr/src/cmd/mdb/common/mdb/mdb_proc.c update: usr/src/cmd/mdb/common/modules/audiosup/audiosup.c update: usr/src/cmd/mdb/common/modules/genunix/genunix.c update: usr/src/cmd/mdb/common/modules/genunix/memory.c update: usr/src/cmd/mdb/common/modules/mdb_test/mdb_test.c update: usr/src/cmd/mdb/common/modules/sctp/sctp.c update: usr/src/cmd/mdb/intel/Makefile.ia32 update: usr/src...
2008 Feb 24
2
Can DTrace display non-instrumented function argument counts and types?
Is it possible to use DTrace to display the number of arguments and their types for userland or kernel functions that are not explicitly instrumented or documented by their authors? We''re talking about functions provided by Veritas VxVM/VxFS and the like, and for example, we might want to try tracing I/Os from App => VxFS => VxVM => ssd driver to see where I/Os get aggregated or
2007 Jan 10
13
[DTrace] how to get socket read size
Hi i''m trying to write my first dtrace script apparently i bit off a bit more than i can chew, i want to track io over sockets, i found your socketsize.d that gave me how to track writes, but i''m at a loss how to track reads, frankly i don''t see how your write tracker works because it uses a probe in a function that only takes two arguments but you grab size of write