categories.py (1917:2d0b0bd256ab) categories.py (2184:72d783509598)
1# Copyright (c) 2005 The Regents of The University of Michigan
1# Copyright (c) 2005-2006 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright
9# notice, this list of conditions and the following disclaimer in the

--- 18 unchanged lines hidden (view full) ---

28
29func_categories = { \
30 # Buffer management functions
31 '__skb_linearize' : 'buffer',
32 'skb_clone' : 'buffer',
33 'skb_clone_fraglist' : 'buffer',
34 'skb_seq_read' : 'buffer',
35 'sock_alloc_send_skb' : 'buffer',
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright
9# notice, this list of conditions and the following disclaimer in the

--- 18 unchanged lines hidden (view full) ---

28
29func_categories = { \
30 # Buffer management functions
31 '__skb_linearize' : 'buffer',
32 'skb_clone' : 'buffer',
33 'skb_clone_fraglist' : 'buffer',
34 'skb_seq_read' : 'buffer',
35 'sock_alloc_send_skb' : 'buffer',
36 'sinic_rxskb_alloc' : 'buffer',
36
37 # Copy functions
37
38 # Copy functions
39 'sinic_copyfrom' : 'copy',
38 '__copy_user' : 'copy',
39 'skb_copy_bits' : 'copy',
40 '__copy_user' : 'copy',
41 'skb_copy_bits' : 'copy',
42 'skb_copy_datagram_iovec' : 'copy',
43 'sinic_vcopy_iov' : 'idle',
40
41 # Driver functions
42 'do_tx_done' : 'driver',
43 'ns83820_get_drvinfo' : 'driver',
44 'ns83820_get_stats' : 'driver',
45 'ns83820_hard_start_xmit' : 'driver',
46 'ns83820_open' : 'driver',
47 'ns83820_rx_kick' : 'driver',

--- 1889 unchanged lines hidden ---
44
45 # Driver functions
46 'do_tx_done' : 'driver',
47 'ns83820_get_drvinfo' : 'driver',
48 'ns83820_get_stats' : 'driver',
49 'ns83820_hard_start_xmit' : 'driver',
50 'ns83820_open' : 'driver',
51 'ns83820_rx_kick' : 'driver',

--- 1889 unchanged lines hidden ---