tamches [Fri, 27 Jun 1997 18:17:41 +0000 (18:17 +0000)]
optimized newResource. optimized some memory ops when parsing.
tamches [Fri, 27 Jun 1997 18:16:33 +0000 (18:16 +0000)]
optimizations
tamches [Fri, 27 Jun 1997 18:15:51 +0000 (18:15 +0000)]
new template
tamches [Fri, 27 Jun 1997 18:15:39 +0000 (18:15 +0000)]
optimized newResource w.r.t. its igen behavior
tamches [Fri, 27 Jun 1997 18:15:08 +0000 (18:15 +0000)]
new param to newResource. send_now() is new.
tamches [Fri, 27 Jun 1997 18:14:08 +0000 (18:14 +0000)]
new param to newResource
tamches [Tue, 24 Jun 1997 19:59:23 +0000 (19:59 +0000)]
mk_list() is new. Code to exclude call sites from metric
instantiation, as appropriate.
tamches [Tue, 24 Jun 1997 19:57:25 +0000 (19:57 +0000)]
dummy mk_list()
tamches [Tue, 24 Jun 1997 19:56:52 +0000 (19:56 +0000)]
mk_list() is new
newhall [Tue, 24 Jun 1997 18:18:03 +0000 (18:18 +0000)]
changed msg for error #86
newhall [Tue, 24 Jun 1997 17:13:19 +0000 (17:13 +0000)]
changed exclude_node to exclude
buck [Mon, 23 Jun 1997 19:15:33 +0000 (19:15 +0000)]
Added features to the dyninst API library, including an optional "else"
in a BPatch_ifExpr; the BPatch_setMutationsActive call to temporarily
disable all snippets; and the replaceFunctionCall and removeFunctionCall
member functions of BPatch_thread to retarget or NOOP out a function
call.
tamches [Mon, 23 Jun 1997 17:17:58 +0000 (17:17 +0000)]
nil static member as an optimization
tamches [Mon, 23 Jun 1997 17:15:26 +0000 (17:15 +0000)]
class instPoint now in its own .h file
tamches [Mon, 23 Jun 1997 17:13:40 +0000 (17:13 +0000)]
some additional hash functions
tamches [Mon, 23 Jun 1997 17:13:25 +0000 (17:13 +0000)]
use of dictionary find() as an optimization. Use of improved
hash functions (util.h) as an optimization
tamches [Mon, 23 Jun 1997 17:11:37 +0000 (17:11 +0000)]
changed some string params to references, as an optimization
tamches [Mon, 23 Jun 1997 17:11:05 +0000 (17:11 +0000)]
include of instPoint is new
tamches [Mon, 23 Jun 1997 17:10:41 +0000 (17:10 +0000)]
checkReturnInstance takes a reference param; slight optimization
tamches [Mon, 23 Jun 1997 17:10:15 +0000 (17:10 +0000)]
use of dictionary find() as an optimization
tamches [Mon, 23 Jun 1997 17:09:54 +0000 (17:09 +0000)]
enum opCode moved to ast.h, since it really has to do with ASTs.
tamches [Mon, 23 Jun 1997 17:06:48 +0000 (17:06 +0000)]
class instPoint moved to another file
tamches [Mon, 23 Jun 1997 17:06:29 +0000 (17:06 +0000)]
include of instPoint.h is new
tamches [Mon, 23 Jun 1997 17:06:09 +0000 (17:06 +0000)]
opCode moved into this file
tamches [Mon, 23 Jun 1997 17:05:44 +0000 (17:05 +0000)]
instPointType moved to another file
tamches [Mon, 23 Jun 1997 17:05:07 +0000 (17:05 +0000)]
slight changes to #include
tamches [Mon, 23 Jun 1997 17:04:36 +0000 (17:04 +0000)]
used dictionary find() to achieve some speedup
tamches [Mon, 23 Jun 1997 17:01:38 +0000 (17:01 +0000)]
removed unnecessary OBJS
ssuen [Thu, 19 Jun 1997 21:45:16 +0000 (21:45 +0000)]
Minor change to adjust to aix.C not changing the leading "." of function names
to "_" but instead just skipping the leading "."
ssuen [Thu, 19 Jun 1997 21:43:30 +0000 (21:43 +0000)]
Changing the leading "." in function names to "_" was causing problems, so
now we just skip the leading "."
naim [Tue, 17 Jun 1997 20:51:41 +0000 (20:51 +0000)]
Changing "Visi" button to the place where it was before, but as a button
instead of as a menu - naim
newhall [Tue, 17 Jun 1997 20:11:24 +0000 (20:11 +0000)]
Added support to solaris platforms to find the target of call instructions that
are in dynamic executables and shared objects and that are bound after startup
by the runtime linker (delayed binding).
Added process methods: findpdFunctionIn, hasBeenBound, findCallee
newhall [Tue, 17 Jun 1997 19:38:56 +0000 (19:38 +0000)]
*** empty log message ***
newhall [Tue, 17 Jun 1997 19:37:35 +0000 (19:37 +0000)]
we are no longer removing leading underscore from function names in
image::defineFunction
mjrg [Mon, 16 Jun 1997 22:09:39 +0000 (22:09 +0000)]
added Object.C
ssuen [Mon, 16 Jun 1997 22:09:07 +0000 (22:09 +0000)]
Fixed the problem of doing `delete this' with the following (original) line
in function metricDefinitionNode::removeThisInstance
aggregators[u]->removeFromAggregate(this);
ssuen [Mon, 16 Jun 1997 22:07:15 +0000 (22:07 +0000)]
Added `int deleteComp = 1' to end of argument list for function
metricDefinitionNode::removeFromAggregate
to control whether or not to `delete' the `comp' argument.
tamches [Mon, 16 Jun 1997 18:46:14 +0000 (18:46 +0000)]
changed a delete to free() to fix a purify FMM hit
tamches [Mon, 16 Jun 1997 18:45:31 +0000 (18:45 +0000)]
delete rpcBuffers[j]; to remove a memory leak
tamches [Mon, 16 Jun 1997 18:11:10 +0000 (18:11 +0000)]
Added comments to checkAndInstallInstrumentation()
ssuen [Sun, 15 Jun 1997 19:19:42 +0000 (19:19 +0000)]
Changed iPgetFunction and iPgetCallee to return const function_base *
newhall [Sun, 15 Jun 1997 18:38:50 +0000 (18:38 +0000)]
added support for parsing relocation entries and procedure_linkage_table
entries from elf file format dynamic executables and shared objects
newhall [Sun, 15 Jun 1997 18:37:54 +0000 (18:37 +0000)]
added support for parsing relocation entries and procedure_linkage_table
entries from elf file format dynamic executables and shared objects
added Object.C
ssuen [Sun, 15 Jun 1997 00:02:41 +0000 (00:02 +0000)]
Included following new public access functions in class instPoint.
function_base *iPgetFunction() const { ... }
function_base *iPgetCallee() const { ... }
const image *iPgetOwner() const { ... }
Address iPgetAddress() const { ... }
ssuen [Sat, 14 Jun 1997 21:23:22 +0000 (21:23 +0000)]
Added following standard definitions to public section of class instPoint
function_base *iPgetFunction() const { ... }
function_base *iPgetCallee() const { ... }
const image *iPgetOwner() const { ... }
Address iPgetAddress() const { ... }
ssuen [Sat, 14 Jun 1997 18:37:32 +0000 (18:37 +0000)]
Moved these variables back into the private section of class instPoint
Address addr_;
pd_Function *func_;
pd_Function *callee_;
ssuen [Sat, 14 Jun 1997 18:26:26 +0000 (18:26 +0000)]
Moved class instPoint from inst-x86.C to inst-x86.h and added/moved the following
standard definitions to the public section
Address addr_;
pd_Function *func_;
pd_Function *callee_;
function_base *iPgetFunction() const { ... }
function_base *iPgetCallee() const { ... }
const image *iPgetOwner() const { ... }
Address iPgetAddress() const { ... }
newhall [Wed, 11 Jun 1997 22:34:33 +0000 (22:34 +0000)]
fixing purify error
ssuen [Wed, 11 Jun 1997 21:28:29 +0000 (21:28 +0000)]
Fixes the problem of not being able to find the "main" function when another
function listed earlier in the symbol table has the name function address
as the "main" function.
mjrg [Wed, 11 Jun 1997 18:32:05 +0000 (18:32 +0000)]
added dependency for target
mjrg [Wed, 11 Jun 1997 17:27:26 +0000 (17:27 +0000)]
Simple script for compiling on NT
newhall [Sat, 7 Jun 1997 21:01:58 +0000 (21:01 +0000)]
removed send_funcs send_no_funcs
newhall [Sat, 7 Jun 1997 21:00:19 +0000 (21:00 +0000)]
replaced exclude_func and exclude_lib with exclude_node
mjrg [Fri, 6 Jun 1997 22:02:32 +0000 (22:02 +0000)]
Added option for manual daemon start-up
mjrg [Fri, 6 Jun 1997 22:01:38 +0000 (22:01 +0000)]
added option for manual daemon start-up
mjrg [Fri, 6 Jun 1997 19:09:46 +0000 (19:09 +0000)]
added sharedobject.obj
mjrg [Fri, 6 Jun 1997 18:27:15 +0000 (18:27 +0000)]
Changed checkCallPoints to keep calls to shared object functions in the
list of calls for a function
naim [Fri, 6 Jun 1997 18:17:35 +0000 (18:17 +0000)]
Fixing assertion failure - naim
naim [Thu, 5 Jun 1997 18:03:58 +0000 (18:03 +0000)]
Cleaning up dataReqNodes for certain cases of deletion of metricDefinitionNodes
- naim
naim [Thu, 5 Jun 1997 14:50:36 +0000 (14:50 +0000)]
Complete fix to my previous commit - naim
newhall [Thu, 5 Jun 1997 04:32:45 +0000 (04:32 +0000)]
added send_funcs and send_no_funcs
newhall [Thu, 5 Jun 1997 04:29:43 +0000 (04:29 +0000)]
added exclude_func mdl option to exclude shared object functions
newhall [Thu, 5 Jun 1997 04:27:04 +0000 (04:27 +0000)]
changed exclude_lib to mean shared object is not instrumentable
added exclude_func mdl option to exclude shared object functions
naim [Wed, 4 Jun 1997 21:22:24 +0000 (21:22 +0000)]
Removing warning message - naim
naim [Wed, 4 Jun 1997 20:42:41 +0000 (20:42 +0000)]
Changing "delete mn" by "mn->disable()" to really delete dataReqNodes
associated with that metricDefinitionNode - naim
tamches [Wed, 4 Jun 1997 17:37:02 +0000 (17:37 +0000)]
change a usage of delete to delete [] (purify hit)
naim [Wed, 4 Jun 1997 13:24:24 +0000 (13:24 +0000)]
Removing debugging info - naim
karavan [Tue, 3 Jun 1997 15:35:04 +0000 (15:35 +0000)]
small change to data file headers
karavan [Tue, 3 Jun 1997 15:34:51 +0000 (15:34 +0000)]
complete file open error handling and remove debugging prints
karavan [Tue, 3 Jun 1997 15:33:31 +0000 (15:33 +0000)]
small cleanup to handle new button size
karavan [Tue, 3 Jun 1997 15:33:08 +0000 (15:33 +0000)]
update paradyn version number
karavan [Tue, 3 Jun 1997 15:32:48 +0000 (15:32 +0000)]
new functionality: if directory not found, create it
naim [Tue, 3 Jun 1997 13:50:49 +0000 (13:50 +0000)]
Removing cm5d from source code - naim
karavan [Mon, 2 Jun 1997 19:43:45 +0000 (19:43 +0000)]
changed visi from menu to button.
eliminated uimpd drawStartVisiMenu command
karavan [Mon, 2 Jun 1997 19:38:16 +0000 (19:38 +0000)]
added new call registerValidVisis. This single call from Visi Manager to
UI thread at startup registers all valid visis as specified in a config
file, and replaces use of synchronous VM->VMAvailableVisis().
naim [Mon, 2 Jun 1997 16:39:40 +0000 (16:39 +0000)]
Small change to comment out a warning message - naim
hseom [Fri, 30 May 1997 16:29:26 +0000 (16:29 +0000)]
fixed some memory-related bug
hseom [Fri, 30 May 1997 16:26:53 +0000 (16:26 +0000)]
added the copy constructor for the byteArray class
naim [Fri, 30 May 1997 13:26:15 +0000 (13:26 +0000)]
Changing PIOCUSAGE by PIOCPSINFO in the /proc call to compute the CPU time
comsumed by a process (both in paradynd and in rtinst). This is only for
solaris with shared memory sampling - naim 5/30/97
mjrg [Wed, 28 May 1997 15:36:17 +0000 (15:36 +0000)]
Cleaned-up the code, removed debug prints.
mjrg [Wed, 28 May 1997 15:18:17 +0000 (15:18 +0000)]
Replaced main-nt.obj with main.obj
zhichen [Sat, 24 May 1997 23:43:33 +0000 (23:43 +0000)]
Added a test in getMemoryBounds to skip craped metric and print an error
message.
mjrg [Fri, 23 May 1997 23:01:24 +0000 (23:01 +0000)]
Windows NT port
bug fix to inst-x86.C
mjrg [Fri, 23 May 1997 22:58:54 +0000 (22:58 +0000)]
Windows NT port
mjrg [Fri, 23 May 1997 22:58:54 +0000 (22:58 +0000)]
Windows NT port
naim [Fri, 23 May 1997 13:13:06 +0000 (13:13 +0000)]
Removing unnecessary debugging information - naim
tung [Fri, 23 May 1997 05:23:04 +0000 (05:23 +0000)]
Revised.
tung [Thu, 22 May 1997 02:18:16 +0000 (02:18 +0000)]
Revised.
tung [Wed, 21 May 1997 21:14:33 +0000 (21:14 +0000)]
No restriction on number of resources but a warning message if numRes > 15.
tung [Wed, 21 May 1997 21:12:43 +0000 (21:12 +0000)]
Revised on change labels position.
tung [Wed, 21 May 1997 19:14:55 +0000 (19:14 +0000)]
Revised.
tung [Wed, 21 May 1997 03:20:29 +0000 (03:20 +0000)]
Revised.
tung [Wed, 21 May 1997 02:27:21 +0000 (02:27 +0000)]
Revised.
tung [Tue, 20 May 1997 23:11:00 +0000 (23:11 +0000)]
Revised on changing position when rotating.
tung [Tue, 20 May 1997 22:30:51 +0000 (22:30 +0000)]
Change the label position when rotating.
tung [Tue, 20 May 1997 17:13:22 +0000 (17:13 +0000)]
Redisplay the graph only once during fold.
zhichen [Tue, 20 May 1997 15:53:20 +0000 (15:53 +0000)]
added #define REG_G0 0
zhichen [Tue, 20 May 1997 15:52:20 +0000 (15:52 +0000)]
Fixed DIVop3
zhichen [Tue, 20 May 1997 15:50:42 +0000 (15:50 +0000)]
Fixed DIVop3.
zhichen [Tue, 20 May 1997 15:49:11 +0000 (15:49 +0000)]
Fixed divOp3