summaryrefslogtreecommitdiffstats
path: root/src/util/profile/prof_tree.c
Commit message (Expand)AuthorAgeFilesLines
* profile_clear_relation doesn't work, iterator still sees deleted nodesKen Raeburn2005-03-041-0/+2
* possible profile null pointer deref in threaded appKen Raeburn2005-02-231-0/+1
* insufficient locking in profile re-reading caseKen Raeburn2004-12-151-1/+41
* * prof_tree.c (struct profile_node): Add new bitfield DELETED.Ken Raeburn2004-09-231-10/+6
* * prof_int.h (struct _prf_data_t): Add a mutex.Ken Raeburn2004-08-271-1/+8
* whitespaceKen Raeburn2004-08-211-10/+10
* ProtoizeKen Raeburn2004-02-191-59/+32
* move prof-int.h to be the first include file in order to obtainJeffrey Altman2003-12-141-2/+2
* Merge some Mac-specific changes from meeroh's branch:Ken Raeburn2002-12-311-0/+1
* Checkpoint first step of merge.Ken Raeburn2002-12-071-3/+3
* use strdupKen Raeburn2002-06-191-8/+19
* prof_init.c, prof_tree.c: Fixed calls to profile_update_file/profile_open_fil...Alexandra Ellwood2002-01-231-2/+9
* * prof_tree.c (struct profile_iterator): Member "names" now points to const.Ken Raeburn2001-07-191-3/+3
* minor syntax cleanupKen Raeburn1999-06-181-1/+1
* * prof_tree.c (profile_node_iterator): Fix bug where it will loopTheodore Tso1999-03-081-2/+2
* test_profile.c: Added ability to test profile set functions, and in aTheodore Tso1999-03-031-18/+24
* prof_tree.c: Add new functions profile_get_node_name,Theodore Tso1999-03-031-100/+227
* test_parse.c (main): Add a call to profile_verify_node so we can testTheodore Tso1999-02-191-3/+6
* * prof_tree.c (profile_node_iterator): Added comments indicating thatTheodore Tso1999-01-251-1/+8
* prof_tree.c (profile_node_iterator): Make sure the pointer to theTheodore Tso1999-01-021-1/+1
* prof_get.c: Add new public profile_iterator functions for iteratingTheodore Tso1998-12-041-2/+0
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-11-141-0/+193
* Makefile.in: Added prof_get.c to the list of files to be compiledTheodore Tso1998-11-031-75/+15
* prof_tree.c: (profile_delete_node_relation): Fix bug where deleting aTheodore Tso1998-08-071-10/+10
* Fix stupid spelling typoTheodore Tso1997-03-251-1/+1
* Only include stdlib.h if it's availableTheodore Tso1996-06-241-0/+2
* Mac Beta 1 submissionKeith Vetter1995-09-111-0/+65
* prof_tree.c (profile_free_node): Copy child->next to a scratchTheodore Tso1995-05-051-2/+4
* Got the profile code to work on the PCKeith Vetter1995-04-271-1/+0
* Initial checkin of the profile libraryTheodore Tso1995-04-201-0/+334