Re: [dtrace-discuss] How to set indent level in flowindent.

2007-08-30 Thread Adam Leventhal
- Solaris RPE, Sun Microsystems, Inc. Ph:877-259-7345, Em:brian.utterback-at-ess-you-enn-dot-kom ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] USDT and args[0]

2007-09-07 Thread Adam Leventhal
to compile script mpiconn.d: line 12: failed to resolve translated type for args[0]? --td -- This message posted from opensolaris.org ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal

Re: [dtrace-discuss] Any debugging pragmas to help with failed to grab pid xxx ?

2007-09-26 Thread Adam Leventhal
23409: unanticipated system error Any thoughts? This is Solaris 10U2, aka 0606. Thanks in advance for any tips. -- This message posted from opensolaris.org ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal

Re: [dtrace-discuss] What are .dynstr dtrace strings and why they change?

2007-10-02 Thread Adam Leventhal
change every time a workspace is built. Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] dtracing shared objetcs

2007-10-18 Thread Adam Leventhal
+qlz ViYv4WcILT4uJ79qoWoZdXHDZL1YliaxcwW3qRf3+P/iwz0w+g7N+PIwiMFafJlf 5ht8XZkBMOc= =2JwS -END PGP SIGNATURE- ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, FishWorkshttp

Re: [dtrace-discuss] [osol-code] List of DTrace probes/provides in libc ?

2007-10-18 Thread Adam Leventhal
and, of course, may be instrumented by the pid provider. Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] how to get libmtmalloc.so.1:malloc returned address in DTrace script

2007-10-22 Thread Adam Leventhal
On Wed, Oct 17, 2007 at 10:49:10PM -0700, LiJIan wrote: pid$1::malloc_internal:return, pid$1::oversize:entry I assume you want the oversize:return probe rather than the entry probe. Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] DTrace debugging and dynamic variable drops

2007-10-24 Thread Adam Leventhal
debugging framework for D scripts (e.g. the putative 'dint' -- D lint -- and D stabs), but haven't made any progress in that direction because there have been more pressing needs. Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] Missing -G flag in OSX Dtrace port

2007-10-26 Thread Adam Leventhal
://archives.postgresql.org ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss

Re: [dtrace-discuss] Missing -G flag in OSX Dtrace port

2007-10-26 Thread Adam Leventhal
more now that it's in the wild. Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

[dtrace-discuss] Mac OS X 10.5 USDT bug

2007-10-27 Thread Adam Leventhal
that would have caught this, feel free to submit the patch. Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] Mac OS X 10.5 USDT bug

2007-10-29 Thread Adam Leventhal
On Mon, Oct 29, 2007 at 03:13:38PM +0100, Quinn wrote: At 9:30 -0700 27/10/07, Adam Leventhal wrote: How should we submit bugs against the Apple implementation of DTrace? In general, anyone can submit a bug against anything that Apple ships by following the instructions on the following

Re: [dtrace-discuss] Missing -G flag in OSX Dtrace port

2007-10-29 Thread Adam Leventhal
/dtrace/test/tst/common/usdt/tst.onlyenabled.ksh Do you have a bug filed on this or should I file one? Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] Missing -G flag in OSX Dtrace port

2007-10-30 Thread Adam Leventhal
instrumentation to effect error injection for example. I take it you guys haven't been running the test suite? Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss

Re: [dtrace-discuss] dtrace example of userland debugging

2007-10-31 Thread Adam Leventhal
which would allow D scripts to manipulate user-land objects much more naturally. Unfortunately, the implementation is a ways off. Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace

Re: [dtrace-discuss] how to get libmtmalloc.so.1:malloc returned address in DTrace script

2007-10-31 Thread Adam Leventhal
opensolaris.org ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss

Re: [dtrace-discuss] Missing -G flag in OSX Dtrace port

2007-10-31 Thread Adam Leventhal
). usdt got plenty of testing, though not in all the corner cases. Excellent! I hope that it was helpful. Porting was one of the primary reasons why we wanted to get the test suite putback into ON. Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] autoconf test for building dtrace USDT probes?

2007-11-01 Thread Adam Leventhal
the FreeBSD folks have, I think). I suppose you could determine if DTrace exists on the system by doing something like this and checking the exit status: dtrace -n BEGIN -e You'll need to include a special-casse for Mac OS X until their -G does something. Adam -- Adam Leventhal, FishWorks

Re: [dtrace-discuss] Can you trace a library across all pids?

2007-11-01 Thread Adam Leventhal
? Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] Running DTrace early in OSX boot process

2007-11-11 Thread Adam Leventhal
this? Something seems at least a bit off with regard to Apple's implementation of anonymous tracing: # dtrace -A -n BEGIN dtrace: failed in CFURLCreateDataAndPropertiesFromResource with code -10: Unknown error: 0 Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] provider proposal: NFS v4

2007-11-16 Thread Adam Leventhal
On Fri, Nov 16, 2007 at 12:58:19PM -0600, Nicolas Williams wrote: On Fri, Nov 16, 2007 at 10:53:59AM -0800, Adam Leventhal wrote: probe name args[2] -- --- nfsv4:::compound-op-start

Re: [dtrace-discuss] provider proposal: NFS v4

2007-11-16 Thread Adam Leventhal
On Fri, Nov 16, 2007 at 03:20:02PM -0600, Spencer Shepler wrote: On Fri, Nov 16, 2007 at 12:58:19PM -0600, Nicolas Williams wrote: On Fri, Nov 16, 2007 at 10:53:59AM -0800, Adam Leventhal wrote: probe name args[2

Re: [dtrace-discuss] dtrace errors

2007-11-25 Thread Adam Leventhal
@opensolaris.org -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] missing proc probes in Leopard

2007-11-26 Thread Adam Leventhal
the Leopard and Solaris versions of DTrace. This would be a great addition to the new DTrace wiki we're working on. If folks from the Apple team are interested in participating, please drop me a note off list. Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] missing proc probes in Leopard

2007-11-26 Thread Adam Leventhal
On Mon, Nov 26, 2007 at 11:28:53AM -0800, Bryan Cantrill wrote: I think my bias would be that you do the best you can with pr_psargs -- and if that's only the execname, so be it. Others' thoughts? +1 -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] problem with example quantize script

2007-11-26 Thread Adam Leventhal
@opensolaris.org -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] [GE users] Apple Leopard has dtrace -- anyone used the SGE probes/scripts yet?

2007-11-29 Thread Adam Leventhal
that to be unreliable in the face of a vareity of compilers so we switched to a more conservative approach. Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] How to trace all libnsl:svc_register

2007-12-03 Thread Adam Leventhal
to libnsl would be a great idea. Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] maximum program size?

2007-12-04 Thread Adam Leventhal
On Mon, Dec 03, 2007 at 11:17:10AM +, Quinn wrote: And this is now being tracked as: rdar://problem/5625473 Need way to tune DTrace tunables Does that mean you'll be porting mdb ;-) - ahl -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] C code function pointers and the dtrace pid provider

2007-12-05 Thread Adam Leventhal
address syntax, and be sure you don't put a probe on an address which isn't at the start of an instruction. http://wikis.sun.com/display/DTrace/User+Process+Tracing#UserProcessTracing-TracingArbitraryInstructions Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] cross-process tracing?

2007-12-09 Thread Adam Leventhal
variables in DTrace. Alternatively, you can find some message handle to correlate events across diferent layers of the stack in different languages. Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss

Re: [dtrace-discuss] Good examples of application-layer networking providers?

2007-12-19 Thread Adam Leventhal
could use as an example to build a provider for a *different* application-layer protocol? Thanks, Dan McD. ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] Reading an int from userspace

2007-12-20 Thread Adam Leventhal
-- This message posted from opensolaris.org ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss

Re: [dtrace-discuss] what is differenct between syscall::write:entry fbt::write:entry

2007-12-27 Thread Adam Leventhal
-- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] why was some stack information lost.

2007-12-29 Thread Adam Leventhal
provider entry probes. - ahl -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] 6593259: libdtrace should prefer pid probes to breakpoints

2008-01-07 Thread Adam Leventhal
to dtrace_go() at the very least. You could probably do this at the end of dt_proc_attach(). Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] 6593259: libdtrace should prefer pid probes to breakpoints

2008-01-08 Thread Adam Leventhal
at it. Thanks, Chad ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace

Re: [dtrace-discuss] DTrace in Perl: What probes should we have?

2008-01-12 Thread Adam Leventhal
of a stretch. Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] dtrace wired issue

2008-01-14 Thread Adam Leventhal
(type) information for all of the currently loaded kernel modules which can take quite a while. Four minutes does seem a bit excessive. Are you seeing any swapping? Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] USDT: specify a module

2008-01-14 Thread Adam Leventhal
you're trying to do. Adam -- Adam Leventhal, FishWorkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

[dtrace-discuss] provider proposal: NFS v3

2008-01-17 Thread Adam Leventhal
WRITE3args * nfsv3:::op-write-done WRITE3res * Note that op-null-* probes have an undefined args[2]. Documentation and examples can be found here: http://wikis.sun.com/display/DTrace/nfsv3+Provider ---8--- -- Adam Leventhal, Fishworks

Re: [dtrace-discuss] [nfs-discuss] provider proposal: NFS v3

2008-01-17 Thread Adam Leventhal
of NFSv3 (NLM, MOUNT, stat, acl)? This would allow us to have a true nfsv3_snoop.d. No immediate plans. What would be needed? Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss

Re: [dtrace-discuss] Excluding functions/modules from pid provider

2008-01-22 Thread Adam Leventhal
both MemoryContextSwitchTo as well as LockBuffer out there? ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] Help on refining pid probe in a multi-threaded process

2008-01-25 Thread Adam Leventhal
) how do i get pid functions firing on these future threads? All threads in your process will be traced by the pid provider. Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss

Re: [dtrace-discuss] USDT: specify a module

2008-01-25 Thread Adam Leventhal
think it's one we're committed to, and its deficiencies can certainly be worked around. Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] Help on refining pid probe in a multi-threaded process

2008-01-29 Thread Adam Leventhal
gut feeling is the lwp 3's registers take on lpw 2 regs. I'm hoping to use Dtrace to refine my own debug prodding to conclude why the bug. You might want to take a look at this presentation: http://blogs.sun.com/ahl/entry/dtrace_boot_camp - ahl -- Adam Leventhal, Fishworks

Re: [dtrace-discuss] listing USDT probes, if any

2008-01-29 Thread Adam Leventhal
. You will, however, be able to list USDT probes without creating pid probes by doing something like: dtrace -l -n *12[3]::: Would it be worth having a special flag to dtrace(1M) which could list the USDT probes (or providers) for a running process or executable binary? Adam -- Adam Leventhal

Re: [dtrace-discuss] listing USDT probes, if any

2008-01-30 Thread Adam Leventhal
to create a probe for every instruction in the process. It seems like it would be useful to be able to view the USDT probes for a non-running executable. What do people think? Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] Help on refining pid probe in a multi-threaded process

2008-01-30 Thread Adam Leventhal
to specify the probe like this: pid$target::__1cGyacco2GParserOget_next_token6M_pn0AMCAbs_lr1_sym__:291 Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] listing USDT probes, if any

2008-01-30 Thread Adam Leventhal
, but please send out a proposal before you squat on a particular option character as we have some plans for various ones... - ahl -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss

Re: [dtrace-discuss] listing USDT probes, if any

2008-01-30 Thread Adam Leventhal
specific functionality in simple wrapper scripts. Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] dtrace -h -s myprobes.d resulting header file has surprises

2008-01-31 Thread Adam Leventhal
underscores with a single one. It was a conscious decision. Apologies for the inconvenience, but it would be tricky to change at this point. Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace

Re: [dtrace-discuss] dtrace -h -s myprobes.d resulting header file

2008-02-01 Thread Adam Leventhal
want. http://www.opensolaris.org/jive/thread.jspa?messageID=132638#132638 - ahl -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] Resolving Symbols

2008-02-03 Thread Adam Leventhal
/thread.jspa?messageID=180783#180783 Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] Resolving Symbols

2008-02-04 Thread Adam Leventhal
, Tiller Beauchamp wrote: Thank you both. I??ve gone ahead and added uaddr and usym to the wiki. There are some other interesting functions and global variables that I??ve seen used but aren??t documented, such as ucaller and ufunc. .tiller On 2/3/08 9:02 PM, Adam Leventhal [EMAIL PROTECTED

Re: [dtrace-discuss] Resolving Symbols

2008-02-04 Thread Adam Leventhal
to Jon's statement about how one would gain access. For larger contributions we're asking that individuals submit a draft to the discussion list. Either wait for a thumbs up or for a few days to pass. Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl

[dtrace-discuss] DTrace contribution: Chad Mynhier

2008-02-07 Thread Adam Leventhal
/common/safety/tst.stddev.d Examined files: 23 Contents Summary: 16 create 7 update ---8--- -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] Invalid address in action

2008-02-11 Thread Adam Leventhal
/DTrace/Actions+and+Subroutines#ActionsandSubroutines-{{copyinstr}} And I've updated the chapter on User Process Tracing to include an example: http://wikis.sun.com/display/DTrace/User+Process+Tracing#UserProcessTracing-{{copyin}}and{{copyinstr}}Subroutines Adam -- Adam Leventhal, Fishworks

Re: [dtrace-discuss] dtrace: processing aborted: Abort due to systemic unresponsiveness

2008-02-13 Thread Adam Leventhal
-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] Dtrace the lib between the kernel module!

2008-02-13 Thread Adam Leventhal
87078 zfs 98398 genunix 114865 Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] Initialisation of thread local vars

2008-02-18 Thread Adam Leventhal
-- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] how to get a set of functions being called from within a thread

2008-02-20 Thread Adam Leventhal
Hi Anuj, You may need to provide a few more details, but DTrace allows you to trace exactly what you want. Just specify the function component of the pid provider probe: pid123::foo:entry You should take a look at the chapter in the DTrace docs on tracing user-land processes. - ahl

Re: [dtrace-discuss] Why dtrace doesn't work on some workstation?

2008-02-26 Thread Adam Leventhal
don't want this way. JianLi -- This message posted from opensolaris.org ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] DTrace script to find who's accessing my disk

2008-02-27 Thread Adam Leventhal
zfs itself accessing the disk?) Thanks. ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss

Re: [dtrace-discuss] Invalid address in action

2008-02-28 Thread Adam Leventhal
the above in other ways? Unfortunately not. Each record must be of a fixed a predetermined size so you can't trace a variable amount of data in the way that you'd like. Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] Is there way to trace memory in the dtrace ?

2008-02-28 Thread Adam Leventhal
= '\0'; bcopy(this-a, this-p + 1, 80); tracemem(this-p, 81); } Despite this glorious work-around, please file a bug; if someone is interested in getting involved with DTrace development, this would be a good fix to try out. Adam -- Adam Leventhal, Fishworks

Re: [dtrace-discuss] provider proposal for Memcached

2008-02-28 Thread Adam Leventhal
/Unstable/Common provider memcached args ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list

Re: [dtrace-discuss] USDT providers in shared objects

2008-02-28 Thread Adam Leventhal
the problem, or something else? Cheers, Mike -- This message posted from opensolaris.org ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] USDT providers in shared objects

2008-03-03 Thread Adam Leventhal
function picks the incorrect __SUNW_dof from the symbol table. Does that sound plausible? Mike -- This message posted from opensolaris.org ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworks

Re: [dtrace-discuss] Modifying macro names generated by dtrace -h

2008-03-03 Thread Adam Leventhal
list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] measuring sleep time in synchronization objects

2008-03-12 Thread Adam Leventhal
___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] xcalls - mpstat vs dtrace

2008-03-21 Thread Adam Leventhal
posted from opensolaris.org ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace

Re: [dtrace-discuss] stack tracing and uregs[]

2008-03-24 Thread Adam Leventhal
___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] stack tracing and uregs[]

2008-03-26 Thread Adam Leventhal
? -- This message posted from opensolaris.org ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss

Re: [dtrace-discuss] howto measure CPU load

2008-04-01 Thread Adam Leventhal
. Brendan, if you don't write that damned blog post about this, I will! Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] DTrace usage in the PostgreSQL database

2008-04-03 Thread Adam Leventhal
probes. If there's some benchmark you're using which indicates that the presence of USDT probes is hurting performance, we'd love to see it. Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing

Re: [dtrace-discuss] Using beta builds of Solaris 10 U5 and sched.d

2008-04-07 Thread Adam Leventhal
dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] DTrace wiki dain-bramage (was Wish List items)

2008-04-07 Thread Adam Leventhal
where we could accumulate all the official information for and by the community. While the wiki software may not be ideal, it's certainly good enough. We'll move the wiki once wikis.opensolaris.org becomes a reality, but until then I think we'll scrape by with what we've got. Adam -- Adam

Re: [dtrace-discuss] Maximum number of user space probes

2008-04-14 Thread Adam Leventhal
ambitious with my probing? Thanks, Mike -- This message posted from opensolaris.org ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] plockstat: failed to add to aggregate: Abort due to drop

2008-04-18 Thread Adam Leventhal
copying, disclosure or distribution of the material in this e-mail is strictly forbidden. ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] Why am I getting drops?

2008-04-21 Thread Adam Leventhal
dtrace_nonroot_maxsize via 'mdb -k' or by adding a set directive to /etc/system (check out system(4)). Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] whatfor.d -- where's null pointer?

2008-04-21 Thread Adam Leventhal
languages have a construct to let you create a new scope; adding one to D might be a good idea. Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] whatfor.d -- where's null pointer?

2008-04-22 Thread Adam Leventhal
for other cases, and I don't think there's a generic solution. Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] USDT instrumentation failing.

2008-04-28 Thread Adam Leventhal
. :-) Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] dtrace breakpoint

2008-04-29 Thread Adam Leventhal
. Thank you -- Vlad ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list

Re: [dtrace-discuss] Translating addresses when program is dead

2008-05-02 Thread Adam Leventhal
the binary and find the matching functions? addr2lin Thanks a lot and sorry if this is a bit off topic. Pierre-Olivier ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworkshttp

Re: [dtrace-discuss] [networking-discuss] DTrace IP provider, step 1

2008-05-02 Thread Adam Leventhal
-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] newbie question about tracing malloc/free

2008-05-12 Thread Adam Leventhal
-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] JAVA Hex address to symbol translation

2008-05-19 Thread Adam Leventhal
. If the application being traced has meanwhile disappeared, there's nothing to match to, and you get hex output. Java symbol name resolution does not work in the same way as ustack() for normal ELF symbols (i.e. C and C++). Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com

Re: [dtrace-discuss] entry does not match any probes

2008-05-21 Thread Adam Leventhal
an exhaustive list of all function calls. How do I narrow my probe specification? Thanks -JZ ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworks

Re: [dtrace-discuss] IO probes and forcedirectio

2008-05-22 Thread Adam Leventhal
that ? If so, why ? That would be quite surprising given that the io provider is implemented by adding static probes to the low-level I/O routines. Can you explain the experiment you're doing? Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl

Re: [dtrace-discuss] Mozilla Dtrace and Tabs?

2008-05-22 Thread Adam Leventhal
resources are consumed when you open a new tab see what functions are being called most frequently see where firefox is spending its time Adam -- Adam Leventhal, Fishworks http://blogs.sun.com/ahl ___ dtrace-discuss

Re: [dtrace-discuss] Dtrace queries - predicates func arg tracing

2008-05-22 Thread Adam Leventhal
and the kernel. I hope that helps. Adam -- Adam Leventhal, Fishworks http://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] What is wrong with this code?

2008-06-04 Thread Adam Leventhal
, is there a better way to write the above? (Not so interested in the fbt connect_entry stuff.) -- This message posted from opensolaris.org ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworks

[dtrace-discuss] Apple fixes DTrace

2008-06-07 Thread Adam Leventhal
at Apple for addressing the problem. Adam -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] Dtrace on OpenSolaris/VirtualBox

2008-06-09 Thread Adam Leventhal
dumping kernel pages. What's the limit on file upload to this site? M -- This message posted from opensolaris.org ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworks http

Re: [dtrace-discuss] dtrace_probe#() disassembly

2008-06-16 Thread Adam Leventhal
___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworks http://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] dtrace_probe#() disassembly

2008-06-16 Thread Adam Leventhal
Adam Leventhal wrote: I've been meaning to write up a blog entry describing how USDT works, but I've been afraid that only James McIlree and I would find it interesting. On Mon, Jun 16, 2008 at 01:58:53PM -0700, Michael Schuster wrote: not so! ;-) On Mon, Jun 16, 2008 at 10:05:48PM +0100

Re: [dtrace-discuss] buiding dtrace on Solaris earlier than 10

2008-06-23 Thread Adam Leventhal
you compile USDT providers on Solaris 8 or 9. We'll send out an announcement to this list when it becomes available. Adam -- Adam Leventhal, Solaris Kernel Development http://blogs.sun.com/ahl Can I get the details of this packages? -- This message posted from

Re: [dtrace-discuss] Arg1 doesn't hold return value in pid provider?

2008-06-25 Thread Adam Leventhal
___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

  1   2   3   >