summaryrefslogtreecommitdiff
path: root/util/stats/categories.py
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-02-28 06:03:57 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-02-28 06:03:57 -0500
commitd207168eda13483a2990cdf060c1a7ead42cc9da (patch)
tree18383564b534a5fe6a7ba73bdc179fa249788013 /util/stats/categories.py
parente5f75c2549d4881284202208c09e881886f4fdd4 (diff)
parent29f50d934549f10b073a5492bd0d441d71534ace (diff)
downloadgem5-d207168eda13483a2990cdf060c1a7ead42cc9da.tar.xz
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
into zizzer.eecs.umich.edu:/z/m5/Bitkeeper/multiarch --HG-- extra : convert_revision : 3a3ff8fcf472db385219a00ae434d1f3fea43b18
Diffstat (limited to 'util/stats/categories.py')
-rw-r--r--util/stats/categories.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/util/stats/categories.py b/util/stats/categories.py
index 8d5d506a2..6d8568879 100644
--- a/util/stats/categories.py
+++ b/util/stats/categories.py
@@ -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',