Home
last modified time | relevance | path

Searched refs:stacktop (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/dev/i386/
H A Ddtrace_isa.c831 struct frame *nextfp, *minfp, *stacktop; in dtrace_getpcstack() local
839 stacktop = (struct frame *)dtrace_get_cpu_int_stack_top(); in dtrace_getpcstack()
841 stacktop = (struct frame *)(dtrace_get_kernel_stack(current_thread()) + kernel_stack_size); in dtrace_getpcstack()
854 if (nextfp <= minfp || nextfp >= stacktop) { in dtrace_getpcstack()
862 stacktop = (struct frame *)(kstack_base + kernel_stack_size); in dtrace_getpcstack()
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace_glue.c1299 struct frame *nextfp, *minfp, *stacktop; in dtrace_getstackdepth() local
1304 stacktop = (struct frame *)dtrace_get_cpu_int_stack_top(); in dtrace_getstackdepth()
1306 stacktop = (struct frame *)(dtrace_get_kernel_stack(current_thread()) + kernel_stack_size); in dtrace_getstackdepth()
1318 if (nextfp <= minfp || nextfp >= stacktop) { in dtrace_getstackdepth()
1326 stacktop = (struct frame *)(kstack_base + kernel_stack_size); in dtrace_getstackdepth()
/xnu-11215/libkdd/kdd.xcodeproj/
H A Dproject.pbxproj59 … /* stackshot-sample-stacktop in Resources */ = {isa = PBXBuildFile; fileRef = 08AD0BEE1FBE370000C…
60 …tackshot-sample-stacktop.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 08AD0BEF1FBE370…
214 …CB41B2 /* stackshot-sample-stacktop */ = {isa = PBXFileReference; lastKnownFileType = file; path =…
215 …* stackshot-sample-stacktop.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzi…
350 08AD0BEE1FBE370000CB41B2 /* stackshot-sample-stacktop */,
351 08AD0BEF1FBE370000CB41B2 /* stackshot-sample-stacktop.plist.gz */,
713 08AD0BF01FBE370000CB41B2 /* stackshot-sample-stacktop in Resources */,
731 08AD0BF11FBE370000CB41B2 /* stackshot-sample-stacktop.plist.gz in Resources */,