diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2015-08-13 17:10:02 -0500 |
---|---|---|
committer | Peter Seebach <peter.seebach@windriver.com> | 2015-08-20 17:17:09 -0500 |
commit | 4377856c427d40d4d518263ff0b6effa00fd3636 (patch) | |
tree | d59095adf952060da6f6969fa792b3cf3f074c65 /enums | |
parent | dc631e69f8d189332c86a7dcae5b9f0badd52fd0 (diff) | |
download | pseudo-4377856c427d40d4d518263ff0b6effa00fd3636.tar.gz pseudo-4377856c427d40d4d518263ff0b6effa00fd3636.tar.bz2 pseudo-4377856c427d40d4d518263ff0b6effa00fd3636.zip |
Initial profiling implementation.
A partially-implemented profiler for client time, which basically just
inserts (optional) gettimeofday calls in various places and stashes data
in a flat file containing one data block per pid.
Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Diffstat (limited to 'enums')
-rw-r--r-- | enums/debug_type.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/enums/debug_type.in b/enums/debug_type.in index f4de3ab..950333a 100644 --- a/enums/debug_type.in +++ b/enums/debug_type.in @@ -15,6 +15,8 @@ pid, 'P', "show process IDs" client, 'c', "client side startup/shutdown" server, 'v', "server side startup/shutdown" db, 'd', "database interactions" +xattrdb, 'D', "xattr database" +profile, 'R', "profiling" syscall, 'y', "system calls" env, 'e', "environment manipulation" chroot, 'r', "chroot functionality" |