better function categorization
authorNathan Binkert <binkertn@umich.edu>
Sun, 26 Feb 2006 06:00:15 +0000 (01:00 -0500)
committerNathan Binkert <binkertn@umich.edu>
Sun, 26 Feb 2006 06:00:15 +0000 (01:00 -0500)
util/stats/categories.py:
    bit more stuff for categorizing functions

--HG--
extra : convert_revision : 03617246a9254a580684dce82836517d1efdfc5b

util/stats/categories.py

index 8d5d506a21256059c608eb0cac8942cca525c44a..6d8568879a07f188cd8dbbc85fc4dcf2acd2b840 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2005 The Regents of The University of Michigan
+# Copyright (c) 2005-2006 The Regents of The University of Michigan
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -33,10 +33,14 @@ func_categories = { \
     'skb_clone_fraglist' : 'buffer',
     'skb_seq_read' : 'buffer',
     'sock_alloc_send_skb' : 'buffer',
+    'sinic_rxskb_alloc' : 'buffer',
 
     # Copy functions
+    'sinic_copyfrom' : 'copy',
     '__copy_user' : 'copy',
     'skb_copy_bits' : 'copy',
+    'skb_copy_datagram_iovec' : 'copy',
+    'sinic_vcopy_iov' : 'idle',
 
     # Driver functions
     'do_tx_done' : 'driver',