>> I used ethtool to disable Checksum offloading on my Ethernet interface and 
>> increase rate from
>> 400 Mbps to 500 Mbps, now the thread "csum_partial_copy_nocheck" has 
>> disappeared and there
>> is no more particular thread which takes most of the processor resource. But 
>> my processor is
>> always exhausted.
>> I notice some warning when starting perf top
>> [ath10k_core] with build id f31b98301ddea35e320bacaef048e4adbae00a6d not 
>> found, continuing without symbols
>> [ath10k_pci] with build id a1303b5587ceef676d03d5a68fa5c7d717861c5d not 
>> found, continuing without symbols
>> [mac80211] with build id f73251a940dedf51ac599141e5edefe05da2cb6f not found, 
>> continuing without symbols
>> [cfg80211] with build id 94dd0809b98902252ce78cc3bc4ae385dd5e8fdf not found, 
>> continuing without symbols
>> This may cause some unknown thread like the 2nd thread $a below of 
>> [mac80211]?
>>
>> PerfTop:      51 irqs/sec  kernel:98.0%  exact:  0.0% [1000Hz cycles],  
>> (all, 1 CPU)
>> -------------------------------------------------------------------------------
>>
>>      8.79%  [mac80211]     [k] ieee80211_tx_status
>>      5.02%  [mac80211]     [k] $a
>>      5.02%  [kernel]       [k] __memzero
>>      4.60%  [kernel]       [k] memcpy
>>      4.60%  [kernel]       [k] mv_eth_poll
>>      4.18%  [kernel]       [k] dev_queue_xmit
>>      4.18%  [kernel]       [k] br_parse_ip_options
>>      3.77%  [kernel]       [k] dev_hard_start_xmit
>>      3.77%  [kernel]       [k] nf_hook_slow
>>      3.35%  [kernel]       [k] local_bh_enable
>>      3.35%  [kernel]       [k] nf_iterate
>>      3.35%  [kernel]       [k] br_nf_forward_ip
>>      2.93%  [kernel]       [k] kfree
>>      2.93%  [kernel]       [k] br_nf_pre_routing
>>      2.93%  [kernel]       [k] mv_eth_tx
>>      2.93%  [kernel]       [k] br_handle_frame_finish
>>      2.93%  [ath10k_pci]   [k] ath10k_ce_send_nolock
>>      2.93%  [ath10k_core]  [k] ath10k_txrx_tx_unref
>>      2.51%  [kernel]       [k] eth_type_trans
>>      2.51%  [ath10k_core]  [k] ath10k_htt_rx_amsdu_pop

>This accounts for 76.58% of CPU usage. You've most likely trimmed down
>the remaining entries accounting for 24% before posting.

You can find in the attached file the report of perf using in my AP and STA. 
Thank you in advance for the review or any comment

>By the looks of it you might be able to strip down netfilter
>(iptables) rules to none on all chains and tables if you just want to
>max out the performance at the cost of having no firewall whatsoever.

I'd cleaned all rules of iptables and removed all modules of iptables from 
kernel by command modprobe -r
But there's still some process of netfilter process running. I disabled 
netfilter on bridge interface by writing 0 to these files:
/proc/sys/net/bridge/bridge-nf-call-arptables
/proc/sys/net/bridge/bridge-nf-call-iptables
/proc/sys/net/bridge/bridge-nf-call-ip6tables

and the performance increases from 500 to 550 Mbps (iperf in tcp reports 
between 530 ~ 570Mbps).
There is no more process like  "br_nf_pre_routing" and "br_nf_forward_ip".
Do you think I can do anything more to strip down netfilter?

>You also might want to change qdisc (`tc` command) on all interfaces
>involved to pfifo in case you're using codel to further reduce CPU
>load at the cost of buffer bloating the system.

I installed tc from package iproute2 and did : tc qdisc but it doesn't improve 
the performance
One more question: Could the antennas create any effect on the MCS in use?
We are using this antenna from PCTEL:
http://www.antenna.com/apg_products.cgi?id_num=11395
And in the specification, I saw that it supports the standard 802.11n, so may 
be this is the reason
that the best rate for me is MCS7?

NGUYEN Vu Hai
Acita-Sodielec
Route de Mayres - B.P. 9
12100 St GEORGES DE LUZENCON
FRANCE
    10.95%      swapper  [kernel.kallsyms]    [k] armadaxp_enter_idle
     2.01%      swapper  [mac80211]           [k] ieee80211_tx_status
     1.34%      swapper  [kernel.kallsyms]    [k] memcpy
     1.27%      swapper  [kernel.kallsyms]    [k] mv_eth_poll
     1.04%      swapper  [kernel.kallsyms]    [k] __netif_receive_skb
     0.97%      swapper  [mac80211]           [k] $a
     0.94%      swapper  [kernel.kallsyms]    [k] __memzero
     0.90%      swapper  [kernel.kallsyms]    [k] br_handle_frame
     0.90%  kworker/u:2  [kernel.kallsyms]    [k] __delay
     0.84%      swapper  [kernel.kallsyms]    [k] local_bh_enable
     0.77%      swapper  [kernel.kallsyms]    [k] br_handle_frame_finish
     0.74%      swapper  [kernel.kallsyms]    [k] dev_queue_xmit
     0.74%      swapper  [ath10k_core]        [k] $a
     0.70%      swapper  [mac80211]           [k] invoke_tx_handlers
     0.67%      swapper  [ath10k_core]        [k] ath10k_htt_rx_amsdu_pop
     0.67%           sh  ld-2.13.so           [.] 0x18804 
     0.64%      swapper  [kernel.kallsyms]    [k] br_nf_pre_routing
     0.64%      swapper  [ath10k_core]        [k] ath10k_txrx_tx_unref
     0.60%      swapper  [kernel.kallsyms]    [k] mv_eth_tx
     0.60%      swapper  [kernel.kallsyms]    [k] dev_gro_receive
     0.60%      swapper  [kernel.kallsyms]    [k] dev_hard_start_xmit
     0.60%      swapper  [kernel.kallsyms]    [k] eth_type_trans
     0.57%           sh  [mac80211]           [k] ieee80211_tx_status
     0.54%      swapper  [mac80211]           [k] ieee80211_tx_prepare
     0.54%      swapper  [kernel.kallsyms]    [k] nf_iterate
     0.50%      swapper  [mac80211]           [k] sta_info_get
     0.50%      swapper  [ath10k_pci]         [k] ath10k_ce_send_nolock
     0.47%      swapper  [kernel.kallsyms]    [k] skb_recycle_check
     0.47%      swapper  [ath10k_core]        [k] ath10k_tx
     0.44%      swapper  [mac80211]           [k] ieee80211_rx
     0.44%      swapper  [ath10k_pci]         [k] ath10k_ce_completed_send_next
     0.40%      swapper  [kernel.kallsyms]    [k] __do_softirq
     0.40%      swapper  [kernel.kallsyms]    [k] kfree
     0.40%      swapper  [kernel.kallsyms]    [k] __kfree_skb
     0.40%      swapper  [kernel.kallsyms]    [k] br_fdb_update
     0.40%           sh  [kernel.kallsyms]    [k] __memzero
     0.37%      swapper  [kernel.kallsyms]    [k] __kmalloc_track_caller
     0.37%      swapper  [kernel.kallsyms]    [k] netif_receive_skb
     0.37%      swapper  [kernel.kallsyms]    [k] inet_gro_receive
     0.37%      swapper  [ath10k_core]        [k] ath10k_tx_htt
     0.33%      swapper  [mac80211]           [k] ieee80211_rx_handlers
     0.33%      swapper  [mac80211]           [k] ieee80211_tx
     0.33%      swapper  [kernel.kallsyms]    [k] dma_pool_alloc
     0.33%      swapper  [kernel.kallsyms]    [k] __br_forward
     0.33%      swapper  [ath10k_core]        [k] ath10k_htt_tx
     0.33%           sh  [kernel.kallsyms]    [k] memcpy
     0.33%           sh  [kernel.kallsyms]    [k] mv_eth_poll
     0.30%      swapper  [mac80211]           [k] $a
     0.30%      swapper  [mac80211]           [k] $a
     0.30%      swapper  [kernel.kallsyms]    [k] nf_hook_slow
     0.30%      swapper  [kernel.kallsyms]    [k] br_dev_queue_push_xmit
     0.30%           sh  [mac80211]           [k] $a
     0.27%      swapper  [kernel.kallsyms]    [k] local_bh_disable
     0.27%      swapper  [kernel.kallsyms]    [k] skb_push
     0.27%      swapper  [kernel.kallsyms]    [k] sch_direct_xmit
     0.27%      swapper  [cfg80211]           [k] ieee80211_hdrlen
     0.27%      swapper  [ath10k_pci]         [k] ath10k_pci_hif_tx_sg
     0.27%      swapper  [ath10k_core]        [k] $a
     0.27%     modprobe  [ath10k_core]        [k] ath10k_txrx_tx_unref
     0.27%  ksoftirqd/0  [mac80211]           [k] $a
     0.27%           iw  ld-2.13.so           [.] 0x9a7c  
     0.27%           iw  [kernel.kallsyms]    [k] __memzero
     0.23%      swapper  [mac80211]           [k] $a
     0.23%      swapper  [kernel.kallsyms]    [k] _find_first_zero_bit_le
     0.23%      swapper  [kernel.kallsyms]    [k] mv_eth_skb_recycle
     0.23%      swapper  [kernel.kallsyms]    [k] skb_recycle
     0.23%      swapper  [kernel.kallsyms]    [k] skb_put
     0.23%      swapper  [kernel.kallsyms]    [k] skb_gro_reset_offset
     0.23%      swapper  [kernel.kallsyms]    [k] br_forward_finish
     0.23%      swapper  [kernel.kallsyms]    [k] br_forward
     0.23%      swapper  [kernel.kallsyms]    [k] br_nf_post_routing
     0.23%      swapper  [kernel.kallsyms]    [k] br_nf_forward_arp
     0.23%      swapper  [cfg80211]           [k] ieee80211_data_to_8023
     0.23%           sh  [kernel.kallsyms]    [k] __netif_receive_skb
     0.23%           sh  [kernel.kallsyms]    [k] dev_queue_xmit
     0.23%      monitor  [mac80211]           [k] ieee80211_tx_status
     0.23%  ksoftirqd/0  [kernel.kallsyms]    [k] dev_gro_receive
     0.23%  ksoftirqd/0  [kernel.kallsyms]    [k] nf_iterate
     0.23%        egrep  [mac80211]           [k] ieee80211_tx_status
     0.20%      swapper  [mac80211]           [k] ieee80211_select_queue
     0.20%      swapper  [kernel.kallsyms]    [k] br_nf_forward_ip
     0.20%      swapper  [ath10k_pci]         [k] ath10k_pci_ce_send_done
     0.20%           sh  [kernel.kallsyms]    [k] skb_recycle_check
     0.20%           sh  [kernel.kallsyms]    [k] netif_receive_skb
     0.20%           sh  [kernel.kallsyms]    [k] dev_gro_receive
     0.20%           sh  [kernel.kallsyms]    [k] nf_iterate
     0.20%           sh  [ath10k_core]        [k] $a
     0.20%           sh  [ath10k_core]        [k] ath10k_txrx_tx_unref
     0.20%     modprobe  libc-2.13.so         [.] _IO_getc
     0.20%     modprobe  [mac80211]           [k] ieee80211_tx_status
     0.20%     modprobe  [kernel.kallsyms]    [k] __memzero
     0.20%     modprobe  [kernel.kallsyms]    [k] __netif_receive_skb
     0.20%  kworker/u:2  [mac80211]           [k] ieee80211_tx_status
     0.20%  ksoftirqd/0  [kernel.kallsyms]    [k] mv_eth_poll
     0.20%           iw  [kernel.kallsyms]    [k] mv_eth_tx
     0.20%          cut  [mac80211]           [k] ieee80211_tx_status
     0.17%           wc  ld-2.13.so           [.] 0xfe04  
     0.17%      swapper  [mac80211]           [k] ieee80211_tx_h_michael_mic_add
     0.17%      swapper  [mac80211]           [k] ieee80211_frame_allowed
     0.17%      swapper  [mac80211]           [k] ieee80211_deliver_skb
     0.17%      swapper  [mac80211]           [k] ieee80211_set_qos_hdr
     0.17%      swapper  [kernel.kallsyms]    [k] memmove
     0.17%      swapper  [kernel.kallsyms]    [k] skb_pull
     0.17%           sh  [kernel.kallsyms]    [k] cpu_pj4bv7_dcache_clean_area
     0.17%           sh  [kernel.kallsyms]    [k] mv_eth_skb_recycle
     0.17%           sh  [kernel.kallsyms]    [k] nf_hook_slow
     0.17%           sh  [kernel.kallsyms]    [k] br_fdb_update
     0.17%           sh  [cfg80211]           [k] ieee80211_data_to_8023
     0.17%           sh  [ath10k_core]        [k] ath10k_htt_rx_amsdu_pop
     0.17%           sh  [ath10k_core]        [k] ath10k_htt_tx
     0.17%      monitor  [mac80211]           [k] $a
     0.17%     modprobe  [kernel.kallsyms]    [k] memcpy
     0.17%     modprobe  [kernel.kallsyms]    [k] __br_fdb_get
     0.17%  kworker/u:2  [kernel.kallsyms]    [k] mv_eth_poll
     0.17%  ksoftirqd/0  [mac80211]           [k] $a
     0.17%           iw  [mac80211]           [k] ieee80211_tx_status
     0.17%           iw  [kernel.kallsyms]    [k] mv_eth_poll
     0.17%           iw  [kernel.kallsyms]    [k] dev_queue_xmit
     0.17%           iw  [kernel.kallsyms]    [k] nf_iterate
     0.17%        egrep  ld-2.13.so           [.] 0xc0a8  
     0.17%          cut  ld-2.13.so           [.] 0x9be4  
     0.13%           wc  [kernel.kallsyms]    [k] mv_eth_poll
     0.13%      swapper  [mac80211]           [k] ieee80211_skb_resize
     0.13%      swapper  [mac80211]           [k] ieee80211_xmit
     0.13%      swapper  [kernel.kallsyms]    [k] dma_pool_free
     0.13%      swapper  [kernel.kallsyms]    [k] consume_skb
     0.13%      swapper  [kernel.kallsyms]    [k] harmonize_features
     0.13%      swapper  [kernel.kallsyms]    [k] netif_skb_features
     0.13%      swapper  [cfg80211]           [k] cfg80211_classify8021d
     0.13%      swapper  [ath10k_pci]         [k] ath10k_pci_tasklet
     0.13%           sh  [mac80211]           [k] $a
     0.13%           sh  [kernel.kallsyms]    [k] local_bh_enable
     0.13%           sh  [kernel.kallsyms]    [k] kfree
     0.13%           sh  [kernel.kallsyms]    [k] mv_eth_tx
     0.13%           sh  [kernel.kallsyms]    [k] dev_hard_start_xmit
     0.13%           sh  [kernel.kallsyms]    [k] eth_type_trans
     0.13%           sh  [kernel.kallsyms]    [k] br_handle_frame_finish
     0.13%           sh  [kernel.kallsyms]    [k] br_handle_frame
     0.13%           sh  [cfg80211]           [k] cfg80211_classify8021d
     0.13%           sh  [ath10k_pci]         [k] ath10k_ce_completed_send_next
     0.13%           sh  [ath10k_core]        [k] ath10k_tx_htt
     0.13%           sh  [ath10k_core]        [k] $a
     0.13%           rm  [kernel.kallsyms]    [k] __memzero
     0.13%           rm  [kernel.kallsyms]    [k] eth_type_trans
     0.13%      monitor  monitor              [.] 0xf44   
     0.13%      monitor  [mac80211]           [k] $a
     0.13%      monitor  [kernel.kallsyms]    [k] mv_eth_poll
     0.13%      monitor  [kernel.kallsyms]    [k] dev_queue_xmit
     0.13%     modprobe  [mac80211]           [k] $a
     0.13%     modprobe  [kernel.kallsyms]    [k] __do_softirq
     0.13%     modprobe  [kernel.kallsyms]    [k] mv_eth_poll
     0.13%     modprobe  [ath10k_core]        [k] ath10k_htt_rx_amsdu_pop
     0.13%  kworker/u:2  [kernel.kallsyms]    [k] dma_pool_alloc
     0.13%  kworker/u:2  [kernel.kallsyms]    [k] dev_gro_receive
     0.13%  kworker/u:2  [kernel.kallsyms]    [k] inet_gro_receive
     0.13%  ksoftirqd/0  [kernel.kallsyms]    [k] dev_hard_start_xmit
     0.13%  ksoftirqd/0  [kernel.kallsyms]    [k] inet_gro_receive
     0.13%  ksoftirqd/0  [kernel.kallsyms]    [k] __br_fdb_get
     0.13%  ksoftirqd/0  [ath10k_core]        [k] $a
     0.13%           iw  [kernel.kallsyms]    [k] kfree
     0.13%           iw  [kernel.kallsyms]    [k] memcpy
     0.13%           iw  [ath10k_pci]         [k] ath10k_ce_send_nolock
     0.13%         grep  [kernel.kallsyms]    [k] dev_queue_xmit
     0.13%        egrep  [kernel.kallsyms]    [k] br_dev_queue_push_xmit
     0.10%           wc  [mac80211]           [k] ieee80211_tx_status
     0.10%           wc  [kernel.kallsyms]    [k] memcpy
     0.10%           wc  [kernel.kallsyms]    [k] dev_queue_xmit
     0.10%           wc  [ath10k_pci]         [k] ath10k_ce_send_nolock
     0.10%           wc  [ath10k_core]        [k] ath10k_htt_tx
     0.10%        touch  [kernel.kallsyms]    [k] memcpy
     0.10%      swapper  [mac80211]           [k] $a
     0.10%      swapper  [mac80211]           [k] $a
     0.10%      swapper  [kernel.kallsyms]    [k] __br_fdb_get
     0.10%      swapper  [ath10k_pci]         [k] 
ath10k_pci_fw_interrupt_handler
     0.10%      swapper  [ath10k_core]        [k] ath10k_htt_tx_alloc_msdu_id
     0.10%      swapper  [ath10k_core]        [k] ath10k_htt_tx_free_msdu_id
     0.10%           sh  busybox              [.] 0x379ec 
     0.10%           sh  [mac80211]           [k] ieee80211_rx_handlers
     0.10%           sh  [kernel.kallsyms]    [k] filemap_fault
     0.10%           sh  [kernel.kallsyms]    [k] _find_first_zero_bit_le
     0.10%           sh  [kernel.kallsyms]    [k] __kfree_skb
     0.10%           sh  [ath10k_pci]         [k] ath10k_pci_hif_tx_sg
     0.10%           rm  ld-2.13.so           [.] 0x9758  
     0.10%           rm  [mac80211]           [k] ieee80211_tx_status
     0.10%           rm  [kernel.kallsyms]    [k] br_handle_frame
     0.10%           rm  [ath10k_pci]         [k] ath10k_ce_send_nolock
     0.10%      monitor  libc-2.13.so         [.] vfprintf
     0.10%      monitor  [kernel.kallsyms]    [k] memmove
     0.10%      monitor  [kernel.kallsyms]    [k] __memzero
     0.10%      monitor  [kernel.kallsyms]    [k] mv_eth_tx
     0.10%      monitor  [kernel.kallsyms]    [k] nf_iterate
     0.10%      monitor  [ath10k_pci]         [k] ath10k_ce_send_nolock
     0.10%      monitor  [ath10k_core]        [k] ath10k_txrx_tx_unref
     0.10%     modprobe  libc-2.13.so         [.] strchr
     0.10%     modprobe  ld-2.13.so           [.] 0x9b14  
     0.10%     modprobe  [mac80211]           [k] $a
     0.10%     modprobe  [kernel.kallsyms]    [k] kfree
     0.10%     modprobe  [kernel.kallsyms]    [k] eth_type_trans
     0.10%     modprobe  [kernel.kallsyms]    [k] nf_hook_slow
     0.10%  kworker/u:2  [mac80211]           [k] $a
     0.10%  kworker/u:2  [kernel.kallsyms]    [k] br_handle_frame
     0.10%  kworker/u:2  [ath10k_core]        [k] ath10k_htt_tx
     0.10%  ksoftirqd/0  [mac80211]           [k] ieee80211_rx_handlers
     0.10%  ksoftirqd/0  [mac80211]           [k] ieee80211_tx_prepare
     0.10%  ksoftirqd/0  [kernel.kallsyms]    [k] __netif_receive_skb
     0.10%  ksoftirqd/0  [kernel.kallsyms]    [k] eth_type_trans
     0.10%  ksoftirqd/0  [kernel.kallsyms]    [k] sch_direct_xmit
     0.10%  ksoftirqd/0  [ath10k_pci]         [k] ath10k_ce_send_nolock
     0.10%  ksoftirqd/0  [ath10k_pci]         [k] ath10k_ce_completed_send_next
     0.10%  ksoftirqd/0  [ath10k_core]        [k] ath10k_tx_htt
     0.10%  ksoftirqd/0  [ath10k_core]        [k] ath10k_tx
     0.10%           iw  [mac80211]           [k] invoke_tx_handlers
     0.10%           iw  [mac80211]           [k] $a
     0.10%           iw  [mac80211]           [k] ieee80211_tx
     0.10%           iw  [kernel.kallsyms]    [k] local_bh_disable
     0.10%           iw  [kernel.kallsyms]    [k] local_bh_enable
     0.10%           iw  [kernel.kallsyms]    [k] __netif_receive_skb
     0.10%           iw  [kernel.kallsyms]    [k] dev_hard_start_xmit
     0.10%           iw  [cfg80211]           [k] ieee80211_hdrlen
     0.10%           iw  [ath10k_core]        [k] ath10k_tx_htt
     0.10%           iw  [ath10k_core]        [k] ath10k_htt_rx_amsdu_pop
     0.10%           iw  [ath10k_core]        [k] $a
     0.10%         grep  [kernel.kallsyms]    [k] local_bh_enable
     0.10%        egrep  libc-2.13.so         [.] 0x16ba0 
     0.10%        egrep  [kernel.kallsyms]    [k] memcpy
     0.10%        egrep  [kernel.kallsyms]    [k] skb_push
     0.10%        egrep  [kernel.kallsyms]    [k] eth_type_trans
     0.10%        egrep  [ath10k_pci]         [k] ath10k_ce_completed_send_next
     0.10%        egrep  [ath10k_core]        [k] ath10k_tx_htt
     0.10%          cut  [kernel.kallsyms]    [k] dev_hard_start_xmit
     0.10%          cut  [kernel.kallsyms]    [k] dev_queue_xmit
     0.10%          cut  [kernel.kallsyms]    [k] br_handle_frame_finish
     0.10%       cgi_fh  [mac80211]           [k] ieee80211_tx_status
     0.10%       cgi_fh  [kernel.kallsyms]    [k] memcpy
     0.07%           wc  [mac80211]           [k] ieee80211_tx_prepare
     0.07%           wc  [mac80211]           [k] $a
     0.07%           wc  [kernel.kallsyms]    [k] local_bh_enable
     0.07%           wc  [kernel.kallsyms]    [k] kmem_cache_free
     0.07%           wc  [kernel.kallsyms]    [k] __alloc_skb
     0.07%           wc  [ath10k_pci]         [k] ath10k_pci_hif_tx_sg
     0.07%           wc  [ath10k_core]        [k] ath10k_htt_rx_amsdu_pop
     0.07%        touch  [mac80211]           [k] ieee80211_tx_status
     0.07%        touch  [mac80211]           [k] $a
     0.07%        touch  [ath10k_pci]         [k] ath10k_ce_send_nolock
     0.07%      swapper  [mac80211]           [k] 
ieee80211_rx_h_michael_mic_verify
     0.07%      swapper  [mac80211]           [k] $a
     0.07%      swapper  [mac80211]           [k] 
ieee80211_prepare_and_rx_handle
     0.07%      swapper  [mac80211]           [k] $a
     0.07%      swapper  [mac80211]           [k] ieee80211_subif_start_xmit
     0.07%      swapper  [mac80211]           [k] 
ieee80211_downgrade_queue.isra.1
     0.07%      swapper  [kernel.kallsyms]    [k] kmem_cache_alloc
     0.07%      swapper  [kernel.kallsyms]    [k] mv_eth_select_txq
     0.07%      swapper  [kernel.kallsyms]    [k] __alloc_skb
     0.07%      swapper  [kernel.kallsyms]    [k] dev_alloc_skb
     0.07%      swapper  [kernel.kallsyms]    [k] net_rx_action
     0.07%      swapper  [kernel.kallsyms]    [k] napi_gro_receive
     0.07%      swapper  [kernel.kallsyms]    [k] tcp4_gro_receive
     0.07%      swapper  [ath10k_pci]         [k] 
ath10k_ce_per_engine_service_any
     0.07%      swapper  [ath10k_core]        [k] ath10k_htt_rx_get_csum_state
     0.07%      swapper  [ath10k_core]        [k] 0x8828  
     0.07%           sh  libc-2.13.so         [.] _dl_addr
     0.07%           sh  [mac80211]           [k] ieee80211_tx_h_michael_mic_add
     0.07%           sh  [mac80211]           [k] ieee80211_tx_prepare
     0.07%           sh  [mac80211]           [k] $a
     0.07%           sh  [mac80211]           [k] ieee80211_tx
     0.07%           sh  [kernel.kallsyms]    [k] __sync_icache_dcache
     0.07%           sh  [kernel.kallsyms]    [k] cpu_pj4bv7_set_pte_ext
     0.07%           sh  [kernel.kallsyms]    [k] local_bh_disable
     0.07%           sh  [kernel.kallsyms]    [k] __wake_up_bit
     0.07%           sh  [kernel.kallsyms]    [k] anon_vma_clone
     0.07%           sh  [kernel.kallsyms]    [k] dma_pool_alloc
     0.07%           sh  [kernel.kallsyms]    [k] __kmalloc_track_caller
     0.07%           sh  [kernel.kallsyms]    [k] memmove
     0.07%           sh  [kernel.kallsyms]    [k] __alloc_skb
     0.07%           sh  [kernel.kallsyms]    [k] napi_skb_finish
     0.07%           sh  [kernel.kallsyms]    [k] napi_gro_receive
     0.07%           sh  [kernel.kallsyms]    [k] inet_gro_receive
     0.07%           sh  [kernel.kallsyms]    [k] br_forward_finish
     0.07%           sh  [kernel.kallsyms]    [k] br_forward
     0.07%           sh  [kernel.kallsyms]    [k] br_nf_post_routing
     0.07%           sh  [kernel.kallsyms]    [k] br_nf_forward_ip
     0.07%           sh  [kernel.kallsyms]    [k] br_nf_pre_routing
     0.07%           sh  [ath10k_pci]         [k] ath10k_pci_tasklet
     0.07%           rm  [mac80211]           [k] ieee80211_rx_handlers
     0.07%           rm  [mac80211]           [k] $a
     0.07%           rm  [mac80211]           [k] ieee80211_tx_prepare
     0.07%           rm  [mac80211]           [k] ieee80211_tx
     0.07%           rm  [mac80211]           [k] ieee80211_subif_start_xmit
     0.07%           rm  [mac80211]           [k] $a
     0.07%           rm  [kernel.kallsyms]    [k] __do_softirq
     0.07%           rm  [kernel.kallsyms]    [k] local_bh_enable
     0.07%           rm  [kernel.kallsyms]    [k] __kmalloc_track_caller
     0.07%           rm  [kernel.kallsyms]    [k] memcpy
     0.07%           rm  [kernel.kallsyms]    [k] mv_eth_tx
     0.07%           rm  [kernel.kallsyms]    [k] dev_queue_xmit
     0.07%           rm  [kernel.kallsyms]    [k] nf_iterate
     0.07%           rm  [kernel.kallsyms]    [k] br_handle_frame_finish
     0.07%           rm  [ath10k_pci]         [k] ath10k_ce_completed_send_next
     0.07%           rm  [ath10k_core]        [k] ath10k_tx_htt
     0.07%           rm  [ath10k_core]        [k] ath10k_tx
     0.07%           rm  [ath10k_core]        [k] ath10k_htt_tx
     0.07%    principal  [mac80211]           [k] ieee80211_tx_status
     0.07%    principal  [mac80211]           [k] $a
     0.07%      monitor  libc-2.13.so         [.] _IO_default_xsputn
     0.07%      monitor  libc-2.13.so         [.] strcmp
     0.07%      monitor  [mac80211]           [k] invoke_tx_handlers
     0.07%      monitor  [mac80211]           [k] ieee80211_subif_start_xmit
     0.07%      monitor  [mac80211]           [k] ieee80211_set_qos_hdr
     0.07%      monitor  [kernel.kallsyms]    [k] vma_wants_writenotify
     0.07%      monitor  [kernel.kallsyms]    [k] kfree
     0.07%      monitor  [kernel.kallsyms]    [k] memcpy
     0.07%      monitor  [kernel.kallsyms]    [k] netif_receive_skb
     0.07%      monitor  [kernel.kallsyms]    [k] sch_direct_xmit
     0.07%      monitor  [kernel.kallsyms]    [k] tcp4_gro_receive
     0.07%      monitor  [kernel.kallsyms]    [k] inet_gro_receive
     0.07%      monitor  [kernel.kallsyms]    [k] br_fdb_update
     0.07%      monitor  [kernel.kallsyms]    [k] br_dev_queue_push_xmit
     0.07%      monitor  [kernel.kallsyms]    [k] br_handle_frame
     0.07%      monitor  [cfg80211]           [k] ieee80211_hdrlen
     0.07%      monitor  [ath10k_core]        [k] $a
     0.07%     modprobe  libc-2.13.so         [.] strchrnul
     0.07%     modprobe  libc-2.13.so         [.] _dl_addr
     0.07%     modprobe  libc-2.13.so         [.] 0x6b974 
     0.07%     modprobe  [mac80211]           [k] $a
     0.07%     modprobe  [mac80211]           [k] ieee80211_tx
     0.07%     modprobe  [kernel.kallsyms]    [k] __kmalloc_track_caller
     0.07%     modprobe  [kernel.kallsyms]    [k] memmove
     0.07%     modprobe  [kernel.kallsyms]    [k] br_forward_finish
     0.07%     modprobe  [kernel.kallsyms]    [k] br_handle_frame_finish
     0.07%     modprobe  [kernel.kallsyms]    [k] md5_transform
     0.07%     modprobe  [ath10k_pci]         [k] ath10k_pci_hif_tx_sg
     0.07%     modprobe  [ath10k_pci]         [k] ath10k_ce_send_nolock
     0.07%     modprobe  [ath10k_core]        [k] $a
     0.07%     lighttpd  [kernel.kallsyms]    [k] eth_type_trans
     0.07%  kworker/u:2  [kernel.kallsyms]    [k] __do_softirq
     0.07%  kworker/u:2  [kernel.kallsyms]    [k] local_bh_enable
     0.07%  kworker/u:2  [kernel.kallsyms]    [k] kmem_cache_alloc
     0.07%  kworker/u:2  [kernel.kallsyms]    [k] memcpy
     0.07%  kworker/u:2  [kernel.kallsyms]    [k] __memzero
     0.07%  kworker/u:2  [kernel.kallsyms]    [k] mv_eth_tx
     0.07%  kworker/u:2  [kernel.kallsyms]    [k] harmonize_features
     0.07%  kworker/u:2  [kernel.kallsyms]    [k] __netif_receive_skb
     0.07%  kworker/u:2  [kernel.kallsyms]    [k] net_rx_action
     0.07%  kworker/u:2  [kernel.kallsyms]    [k] napi_gro_receive
     0.07%  kworker/u:2  [kernel.kallsyms]    [k] dev_queue_xmit
     0.07%  kworker/u:2  [kernel.kallsyms]    [k] __br_fdb_get
     0.07%  kworker/u:2  [kernel.kallsyms]    [k] br_fdb_update
     0.07%  kworker/u:2  [ath10k_pci]         [k] ath10k_pci_hif_tx_sg
     0.07%  kworker/u:2  [ath10k_core]        [k] ath10k_tx_htt
     0.07%  ksoftirqd/0  [mac80211]           [k] sta_info_get
     0.07%  ksoftirqd/0  [mac80211]           [k] 
ieee80211_downgrade_queue.isra.1
     0.07%  ksoftirqd/0  [mac80211]           [k] $a
     0.07%  ksoftirqd/0  [kernel.kallsyms]    [k] dma_pool_alloc
     0.07%  ksoftirqd/0  [kernel.kallsyms]    [k] __kmalloc_track_caller
     0.07%  ksoftirqd/0  [kernel.kallsyms]    [k] kmem_cache_alloc
     0.07%  ksoftirqd/0  [kernel.kallsyms]    [k] memcpy
     0.07%  ksoftirqd/0  [kernel.kallsyms]    [k] __memzero
     0.07%  ksoftirqd/0  [kernel.kallsyms]    [k] __kfree_skb
     0.07%  ksoftirqd/0  [kernel.kallsyms]    [k] skb_recycle_check
     0.07%  ksoftirqd/0  [kernel.kallsyms]    [k] dev_queue_xmit
     0.07%  ksoftirqd/0  [kernel.kallsyms]    [k] tcp4_gro_receive
     0.07%  ksoftirqd/0  [kernel.kallsyms]    [k] br_forward
     0.07%  ksoftirqd/0  [kernel.kallsyms]    [k] br_handle_frame_finish
     0.07%  ksoftirqd/0  [kernel.kallsyms]    [k] br_nf_pre_routing
     0.07%  ksoftirqd/0  [ath10k_pci]         [k] ath10k_pci_hif_tx_sg
     0.07%           iw  libnl-3.so.200.19.0  [.] 0x6a80  
     0.07%           iw  [mac80211]           [k] ieee80211_tx_h_michael_mic_add
     0.07%           iw  [mac80211]           [k] ieee80211_rx_handlers
     0.07%           iw  [mac80211]           [k] ieee80211_subif_start_xmit
     0.07%           iw  [mac80211]           [k] $a
     0.07%           iw  [kernel.kallsyms]    [k] __do_softirq
     0.07%           iw  [kernel.kallsyms]    [k] dma_pool_alloc
     0.07%           iw  [kernel.kallsyms]    [k] __kmalloc_track_caller
     0.07%           iw  [kernel.kallsyms]    [k] skb_recycle_check
     0.07%           iw  [kernel.kallsyms]    [k] skb_put
     0.07%           iw  [kernel.kallsyms]    [k] harmonize_features
     0.07%           iw  [kernel.kallsyms]    [k] dev_gro_receive
     0.07%           iw  [kernel.kallsyms]    [k] eth_type_trans
     0.07%           iw  [kernel.kallsyms]    [k] sch_direct_xmit
     0.07%           iw  [kernel.kallsyms]    [k] nf_hook_slow
     0.07%           iw  [kernel.kallsyms]    [k] br_dev_queue_push_xmit
     0.07%           iw  [kernel.kallsyms]    [k] br_nf_post_routing
     0.07%           iw  [cfg80211]           [k] ieee80211_data_to_8023
     0.07%           iw  [ath10k_core]        [k] $a
     0.07%           iw  [ath10k_core]        [k] ath10k_txrx_tx_unref
     0.07%         grep  libc-2.13.so         [.] _dl_addr
     0.07%         grep  [mac80211]           [k] $a
     0.07%         grep  [kernel.kallsyms]    [k] memcpy
     0.07%         grep  [ath10k_pci]         [k] ath10k_ce_send_nolock
     0.07%        egrep  libc-2.13.so         [.] _dl_addr
     0.07%        egrep  [mac80211]           [k] $a
     0.07%        egrep  [mac80211]           [k] $a
     0.07%        egrep  [kernel.kallsyms]    [k] local_bh_enable
     0.07%        egrep  [kernel.kallsyms]    [k] __memzero
     0.07%        egrep  [kernel.kallsyms]    [k] mv_eth_tx
     0.07%        egrep  [kernel.kallsyms]    [k] mv_eth_poll
     0.07%        egrep  [kernel.kallsyms]    [k] skb_recycle_check
     0.07%        egrep  [kernel.kallsyms]    [k] skb_put
     0.07%        egrep  [kernel.kallsyms]    [k] dev_queue_xmit
     0.07%        egrep  [kernel.kallsyms]    [k] br_handle_frame_finish
     0.07%        egrep  [kernel.kallsyms]    [k] br_handle_frame
     0.07%        egrep  [ath10k_core]        [k] ath10k_htt_rx_amsdu_pop
     0.07%        egrep  [ath10k_core]        [k] $a
     0.07%        egrep  [ath10k_core]        [k] ath10k_txrx_tx_unref
     0.07%          cut  [mac80211]           [k] $a
     0.07%          cut  [kernel.kallsyms]    [k] unmap_vmas
     0.07%          cut  [kernel.kallsyms]    [k] fput
     0.07%          cut  [kernel.kallsyms]    [k] memcpy
     0.07%          cut  [kernel.kallsyms]    [k] __memzero
     0.07%          cut  [kernel.kallsyms]    [k] mv_eth_tx
     0.07%          cut  [kernel.kallsyms]    [k] mv_eth_poll
     0.07%          cut  [kernel.kallsyms]    [k] nf_iterate
     0.07%          cut  [kernel.kallsyms]    [k] br_dev_queue_push_xmit
     0.07%          cut  [kernel.kallsyms]    [k] br_handle_frame
     0.07%          cut  [kernel.kallsyms]    [k] do_page_fault.part.8
     0.07%          cut  [cfg80211]           [k] cfg80211_classify8021d
     0.07%       cgi_fh  ld-2.13.so           [.] 0x8c58  
     0.07%       cgi_fh  [mac80211]           [k] $a
     0.07%       cgi_fh  [mac80211]           [k] ieee80211_set_qos_hdr
     0.07%       cgi_fh  [kernel.kallsyms]    [k] skb_recycle_check
     0.07%       cgi_fh  [kernel.kallsyms]    [k] br_fdb_update
     0.07%       cgi_fh  [kernel.kallsyms]    [k] br_handle_frame_finish
     0.03%           wc  libc-2.13.so         [.] _IO_getc
     0.03%           wc  ld-2.13.so           [.] __libc_memalign
     0.03%           wc  [mac80211]           [k] sta_info_get
     0.03%           wc  [mac80211]           [k] ieee80211_deliver_skb
     0.03%           wc  [mac80211]           [k] ieee80211_rx_handlers
     0.03%           wc  [mac80211]           [k] ieee80211_rx
     0.03%           wc  [mac80211]           [k] $a
     0.03%           wc  [kernel.kallsyms]    [k] cpu_pj4bv7_dcache_clean_area
     0.03%           wc  [kernel.kallsyms]    [k] find_get_page
     0.03%           wc  [kernel.kallsyms]    [k] page_evictable
     0.03%           wc  [kernel.kallsyms]    [k] shmem_recalc_inode
     0.03%           wc  [kernel.kallsyms]    [k] unmap_vmas
     0.03%           wc  [kernel.kallsyms]    [k] dma_pool_free
     0.03%           wc  [kernel.kallsyms]    [k] kfree
     0.03%           wc  [kernel.kallsyms]    [k] kmem_cache_alloc
     0.03%           wc  [kernel.kallsyms]    [k] mntput_no_expire
     0.03%           wc  [kernel.kallsyms]    [k] copy_page
     0.03%           wc  [kernel.kallsyms]    [k] mv_eth_skb_recycle
     0.03%           wc  [kernel.kallsyms]    [k] mv_eth_tx
     0.03%           wc  [kernel.kallsyms]    [k] skb_pull
     0.03%           wc  [kernel.kallsyms]    [k] consume_skb
     0.03%           wc  [kernel.kallsyms]    [k] skb_trim
     0.03%           wc  [kernel.kallsyms]    [k] __netif_receive_skb
     0.03%           wc  [kernel.kallsyms]    [k] dev_gro_receive
     0.03%           wc  [kernel.kallsyms]    [k] napi_gro_receive
     0.03%           wc  [kernel.kallsyms]    [k] dev_hard_start_xmit
     0.03%           wc  [kernel.kallsyms]    [k] nf_iterate
     0.03%           wc  [kernel.kallsyms]    [k] inet_gro_receive
     0.03%           wc  [kernel.kallsyms]    [k] br_fdb_update
     0.03%           wc  [kernel.kallsyms]    [k] br_dev_queue_push_xmit
     0.03%           wc  [kernel.kallsyms]    [k] __br_forward
     0.03%           wc  [kernel.kallsyms]    [k] br_handle_frame_finish
     0.03%           wc  [kernel.kallsyms]    [k] br_handle_frame
     0.03%           wc  [kernel.kallsyms]    [k] ret_from_exception
     0.03%           wc  [ath10k_core]        [k] ath10k_tx
     0.03%           wc  [ath10k_core]        [k] $a
     0.03%           wc  [ath10k_core]        [k] $a
     0.03%        touch  ld-2.13.so           [.] 0xbba4  
     0.03%        touch  [mac80211]           [k] ieee80211_rx_handlers
     0.03%        touch  [mac80211]           [k] $a
     0.03%        touch  [mac80211]           [k] $a
     0.03%        touch  [mac80211]           [k] $a
     0.03%        touch  [mac80211]           [k] ieee80211_tx
     0.03%        touch  [kernel.kallsyms]    [k] arch_get_unmapped_area
     0.03%        touch  [kernel.kallsyms]    [k] local_bh_disable
     0.03%        touch  [kernel.kallsyms]    [k] up_read
     0.03%        touch  [kernel.kallsyms]    [k] __alloc_pages_nodemask
     0.03%        touch  [kernel.kallsyms]    [k] mv_eth_skb_recycle
     0.03%        touch  [kernel.kallsyms]    [k] mv_eth_tx
     0.03%        touch  [kernel.kallsyms]    [k] skb_recycle_check
     0.03%        touch  [kernel.kallsyms]    [k] skb_push
     0.03%        touch  [kernel.kallsyms]    [k] dev_gro_receive
     0.03%        touch  [kernel.kallsyms]    [k] dev_queue_xmit
     0.03%        touch  [ath10k_pci]         [k] ath10k_pci_tasklet
     0.03%        touch  [ath10k_core]        [k] ath10k_tx
     0.03%        touch  [ath10k_core]        [k] $a
     0.03%        touch  [ath10k_core]        [k] ath10k_txrx_tx_unref
     0.03%      swapper  [mac80211]           [k] ieee80211_report_used_skb
     0.03%      swapper  [mac80211]           [k] ieee80211_netdev_select_queue
     0.03%      swapper  [mac80211]           [k] remove_monitor_info
     0.03%      swapper  [mac80211]           [k] ieee80211_rx_handlers_result
     0.03%      swapper  [mac80211]           [k] $a
     0.03%      swapper  [mac80211]           [k] ieee80211_get_bssid
     0.03%      swapper  [mac80211]           [k] 0x2354  
     0.03%      swapper  [kernel.kallsyms]    [k] cpu_idle
     0.03%      swapper  [kernel.kallsyms]    [k] tasklet_action
     0.03%      swapper  [kernel.kallsyms]    [k] tick_nohz_stop_sched_tick
     0.03%      swapper  [kernel.kallsyms]    [k] ksize
     0.03%      swapper  [kernel.kallsyms]    [k] kmem_cache_free
     0.03%      swapper  [kernel.kallsyms]    [k] _find_next_bit_le
     0.03%      swapper  [kernel.kallsyms]    [k] ewma_add
     0.03%      swapper  [kernel.kallsyms]    [k] napi_complete
     0.03%      swapper  [kernel.kallsyms]    [k] dev_kfree_skb_any
     0.03%      swapper  [cfg80211]           [k] 0x391c  
     0.03%      swapper  [ath10k_pci]         [k] 
ath10k_pci_hif_send_complete_check
     0.03%      swapper  [ath10k_pci]         [k] ath10k_pci_post_rx_pipe
     0.03%      swapper  [ath10k_pci]         [k] $a
     0.03%      swapper  [ath10k_pci]         [k] ath10k_ce_recv_buf_enqueue
     0.03%      swapper  [ath10k_pci]         [k] ath10k_ce_per_engine_service
     0.03%      swapper  [ath10k_core]        [k] 
ath10k_htc_rx_completion_handler
     0.03%      swapper  [ath10k_core]        [k] ath10k_htt_rx_free_msdu_chain
     0.03%      swapper  [ath10k_core]        [k] $a
     0.03%      swapper  [ath10k_core]        [k] ath10k_htt_txrx_compl_task
     0.03%      swapper  [ath10k_core]        [k] $a
     0.03%      swapper  [ath10k_core]        [k] $a
     0.03%           sh  libc-2.13.so         [.] 0x6c9e8 
     0.03%           sh  [mac80211]           [k] sta_info_get
     0.03%           sh  [mac80211]           [k] ieee80211_netdev_select_queue
     0.03%           sh  [mac80211]           [k] $a
     0.03%           sh  [mac80211]           [k] $a
     0.03%           sh  [mac80211]           [k] $a
     0.03%           sh  [mac80211]           [k] ieee80211_rx
     0.03%           sh  [mac80211]           [k] invoke_tx_handlers
     0.03%           sh  [mac80211]           [k] __ieee80211_beacon_get
     0.03%           sh  [mac80211]           [k] ieee80211_subif_start_xmit
     0.03%           sh  [mac80211]           [k] ieee80211_get_bssid
     0.03%           sh  [kernel.kallsyms]    [k] vfp_reload_hw
     0.03%           sh  [kernel.kallsyms]    [k] flush_cache_range
     0.03%           sh  [kernel.kallsyms]    [k] release_task
     0.03%           sh  [kernel.kallsyms]    [k] __do_softirq
     0.03%           sh  [kernel.kallsyms]    [k] __perf_event_header__init_id
     0.03%           sh  [kernel.kallsyms]    [k] perf_event_mmap
     0.03%           sh  [kernel.kallsyms]    [k] find_get_page
     0.03%           sh  [kernel.kallsyms]    [k] get_pageblock_flags_group
     0.03%           sh  [kernel.kallsyms]    [k] get_page_from_freelist
     0.03%           sh  [kernel.kallsyms]    [k] lru_add_drain
     0.03%           sh  [kernel.kallsyms]    [k] next_zones_zonelist
     0.03%           sh  [kernel.kallsyms]    [k] free_pgd_range
     0.03%           sh  [kernel.kallsyms]    [k] unmap_vmas
     0.03%           sh  [kernel.kallsyms]    [k] handle_pte_fault
     0.03%           sh  [kernel.kallsyms]    [k] __vma_link_file
     0.03%           sh  [kernel.kallsyms]    [k] remove_vma
     0.03%           sh  [kernel.kallsyms]    [k] mmap_region
     0.03%           sh  [kernel.kallsyms]    [k] memblock_search
     0.03%           sh  [kernel.kallsyms]    [k] ksize
     0.03%           sh  [kernel.kallsyms]    [k] kmem_cache_free
     0.03%           sh  [kernel.kallsyms]    [k] kmem_cache_alloc
     0.03%           sh  [kernel.kallsyms]    [k] fget_light
     0.03%           sh  [kernel.kallsyms]    [k] unlazy_walk
     0.03%           sh  [kernel.kallsyms]    [k] follow_managed
     0.03%           sh  [kernel.kallsyms]    [k] prepend
     0.03%           sh  [kernel.kallsyms]    [k] __d_lookup_rcu
     0.03%           sh  [kernel.kallsyms]    [k] copy_page
     0.03%           sh  [kernel.kallsyms]    [k] _find_next_bit_le
     0.03%           sh  [kernel.kallsyms]    [k] __up_read
     0.03%           sh  [kernel.kallsyms]    [k] strlen
     0.03%           sh  [kernel.kallsyms]    [k] put_dec_trunc
     0.03%           sh  [kernel.kallsyms]    [k] ewma_add
     0.03%           sh  [kernel.kallsyms]    [k] extract_buf
     0.03%           sh  [kernel.kallsyms]    [k] skb_pull
     0.03%           sh  [kernel.kallsyms]    [k] skb_recycle
     0.03%           sh  [kernel.kallsyms]    [k] skb_push
     0.03%           sh  [kernel.kallsyms]    [k] skb_put
     0.03%           sh  [kernel.kallsyms]    [k] harmonize_features
     0.03%           sh  [kernel.kallsyms]    [k] netif_skb_features
     0.03%           sh  [kernel.kallsyms]    [k] sch_direct_xmit
     0.03%           sh  [kernel.kallsyms]    [k] tcp4_gro_receive
     0.03%           sh  [kernel.kallsyms]    [k] __br_fdb_get
     0.03%           sh  [kernel.kallsyms]    [k] br_dev_queue_push_xmit
     0.03%           sh  [kernel.kallsyms]    [k] __br_forward
     0.03%           sh  [kernel.kallsyms]    [k] br_nf_forward_arp
     0.03%           sh  [kernel.kallsyms]    [k] md5_transform
     0.03%           sh  [kernel.kallsyms]    [k] do_page_fault.part.8
     0.03%           sh  [kernel.kallsyms]    [k] do_page_fault
     0.03%           sh  [cfg80211]           [k] ieee80211_hdrlen
     0.03%           sh  [ath10k_pci]         [k] ath10k_pci_post_rx_pipe
     0.03%           sh  [ath10k_pci]         [k] ath10k_ce_send_nolock
     0.03%           sh  [ath10k_core]        [k] 
ath10k_htc_rx_completion_handler
     0.03%           sh  [ath10k_core]        [k] $a
     0.03%           sh  [ath10k_core]        [k] $a
     0.03%           sh  [ath10k_core]        [k] 
ath10k_htt_rx_h_protected.isra.16
     0.03%           sh  [ath10k_core]        [k] ath10k_htt_tx_free_msdu_id
     0.03%           rm  libc-2.13.so         [.] _dl_addr
     0.03%           rm  [mac80211]           [k] $a
     0.03%           rm  [mac80211]           [k] $a
     0.03%           rm  [mac80211]           [k] ieee80211_rx
     0.03%           rm  [mac80211]           [k] ieee80211_xmit
     0.03%           rm  [mac80211]           [k] $a
     0.03%           rm  [mac80211]           [k] ieee80211_set_qos_hdr
     0.03%           rm  [kernel.kallsyms]    [k] __sync_icache_dcache
     0.03%           rm  [kernel.kallsyms]    [k] tasklet_action
     0.03%           rm  [kernel.kallsyms]    [k] filemap_fault
     0.03%           rm  [kernel.kallsyms]    [k] release_pages
     0.03%           rm  [kernel.kallsyms]    [k] __do_fault
     0.03%           rm  [kernel.kallsyms]    [k] unmap_vmas
     0.03%           rm  [kernel.kallsyms]    [k] find_vma_prepare
     0.03%           rm  [kernel.kallsyms]    [k] do_munmap
     0.03%           rm  [kernel.kallsyms]    [k] memblock_search
     0.03%           rm  [kernel.kallsyms]    [k] dma_pool_free
     0.03%           rm  [kernel.kallsyms]    [k] kfree
     0.03%           rm  [kernel.kallsyms]    [k] kmem_cache_free
     0.03%           rm  [kernel.kallsyms]    [k] load_elf_binary
     0.03%           rm  [kernel.kallsyms]    [k] copy_page
     0.03%           rm  [kernel.kallsyms]    [k] radix_tree_lookup_slot
     0.03%           rm  [kernel.kallsyms]    [k] skb_recycle_check
     0.03%           rm  [kernel.kallsyms]    [k] __alloc_skb
     0.03%           rm  [kernel.kallsyms]    [k] dev_alloc_skb
     0.03%           rm  [kernel.kallsyms]    [k] netif_skb_features
     0.03%           rm  [kernel.kallsyms]    [k] dev_gro_receive
     0.03%           rm  [kernel.kallsyms]    [k] skb_gro_reset_offset
     0.03%           rm  [kernel.kallsyms]    [k] sch_direct_xmit
     0.03%           rm  [kernel.kallsyms]    [k] nf_hook_slow
     0.03%           rm  [kernel.kallsyms]    [k] tcp4_gro_receive
     0.03%           rm  [kernel.kallsyms]    [k] br_fdb_update
     0.03%           rm  [kernel.kallsyms]    [k] br_nf_post_routing
     0.03%           rm  [kernel.kallsyms]    [k] br_nf_forward_arp
     0.03%           rm  [kernel.kallsyms]    [k] br_nf_pre_routing
     0.03%           rm  [kernel.kallsyms]    [k] md5_transform
     0.03%           rm  [kernel.kallsyms]    [k] do_page_fault.part.8
     0.03%           rm  [cfg80211]           [k] ieee80211_hdrlen
     0.03%           rm  [cfg80211]           [k] cfg80211_classify8021d
     0.03%           rm  [ath10k_pci]         [k] ath10k_pci_hif_tx_sg
     0.03%           rm  [ath10k_core]        [k] ath10k_htt_rx_amsdu_pop
     0.03%           rm  [ath10k_core]        [k] 
ath10k_htt_rx_msdu_buff_replenish
     0.03%           rm  [ath10k_core]        [k] ath10k_htt_tx_alloc_msdu_id
     0.03%           rm  [ath10k_core]        [k] $a
     0.03%    principal  libc-2.13.so         [.] _IO_fgets
     0.03%    principal  [kernel.kallsyms]    [k] dev_queue_xmit
     0.03%    principal  [kernel.kallsyms]    [k] eth_type_trans
     0.03%    principal  [kernel.kallsyms]    [k] nf_iterate
     0.03%    principal  [ath10k_pci]         [k] ath10k_ce_send_nolock
     0.03%    principal  [ath10k_pci]         [k] ath10k_ce_completed_send_next
     0.03%      monitor  libc-2.13.so         [.] strtol
     0.03%      monitor  libc-2.13.so         [.] _IO_vfscanf
     0.03%      monitor  libc-2.13.so         [.] _IO_setb
     0.03%      monitor  libc-2.13.so         [.] strcat
     0.03%      monitor  libc-2.13.so         [.] strlen
     0.03%      monitor  libc-2.13.so         [.] strpbrk
     0.03%      monitor  libc-2.13.so         [.] memchr
     0.03%      monitor  libc-2.13.so         [.] 0x339a4 
     0.03%      monitor  [mac80211]           [k] ieee80211_report_used_skb
     0.03%      monitor  [mac80211]           [k] ieee80211_netdev_select_queue
     0.03%      monitor  [mac80211]           [k] ieee80211_deliver_skb
     0.03%      monitor  [mac80211]           [k] $a
     0.03%      monitor  [mac80211]           [k] ieee80211_rx
     0.03%      monitor  [mac80211]           [k] $a
     0.03%      monitor  [mac80211]           [k] $a
     0.03%      monitor  [mac80211]           [k] ieee80211_tx
     0.03%      monitor  [kernel.kallsyms]    [k] local_bh_disable
     0.03%      monitor  [kernel.kallsyms]    [k] local_bh_enable
     0.03%      monitor  [kernel.kallsyms]    [k] __init_waitqueue_head
     0.03%      monitor  [kernel.kallsyms]    [k] find_vma
     0.03%      monitor  [kernel.kallsyms]    [k] mmap_region
     0.03%      monitor  [kernel.kallsyms]    [k] unlink_anon_vmas
     0.03%      monitor  [kernel.kallsyms]    [k] dma_pool_alloc
     0.03%      monitor  [kernel.kallsyms]    [k] put_filp
     0.03%      monitor  [kernel.kallsyms]    [k] link_path_walk
     0.03%      monitor  [kernel.kallsyms]    [k] try_atomic_semop
     0.03%      monitor  [kernel.kallsyms]    [k] blk_finish_plug
     0.03%      monitor  [kernel.kallsyms]    [k] _test_and_set_bit
     0.03%      monitor  [kernel.kallsyms]    [k] mv_eth_skb_recycle
     0.03%      monitor  [kernel.kallsyms]    [k] skb_recycle_check
     0.03%      monitor  [kernel.kallsyms]    [k] __alloc_skb
     0.03%      monitor  [kernel.kallsyms]    [k] skb_put
     0.03%      monitor  [kernel.kallsyms]    [k] __netif_receive_skb
     0.03%      monitor  [kernel.kallsyms]    [k] eth_type_trans
     0.03%      monitor  [kernel.kallsyms]    [k] __br_fdb_get
     0.03%      monitor  [kernel.kallsyms]    [k] __br_forward
     0.03%      monitor  [kernel.kallsyms]    [k] br_handle_frame_finish
     0.03%      monitor  [kernel.kallsyms]    [k] br_nf_forward_ip
     0.03%      monitor  [kernel.kallsyms]    [k] br_nf_pre_routing
     0.03%      monitor  [ath10k_pci]         [k] ath10k_pci_ce_recv_data
     0.03%      monitor  [ath10k_pci]         [k] 
ath10k_pci_fw_interrupt_handler
     0.03%      monitor  [ath10k_pci]         [k] ath10k_ce_completed_send_next
     0.03%      monitor  [ath10k_core]        [k] ath10k_tx_htt
     0.03%      monitor  [ath10k_core]        [k] ath10k_tx
     0.03%      monitor  [ath10k_core]        [k] ath10k_htt_tx
     0.03%     modprobe  libc-2.13.so         [.] fclose
     0.03%     modprobe  [mac80211]           [k] sta_info_get
     0.03%     modprobe  [mac80211]           [k] ieee80211_frame_allowed
     0.03%     modprobe  [mac80211]           [k] ieee80211_rx_handlers_result
     0.03%     modprobe  [mac80211]           [k] ieee80211_rx_handlers
     0.03%     modprobe  [mac80211]           [k] $a
     0.03%     modprobe  [mac80211]           [k] $a
     0.03%     modprobe  [mac80211]           [k] ieee80211_tx_prepare
     0.03%     modprobe  [mac80211]           [k] invoke_tx_handlers
     0.03%     modprobe  [mac80211]           [k] ieee80211_select_queue
     0.03%     modprobe  [kernel.kallsyms]    [k] local_bh_disable
     0.03%     modprobe  [kernel.kallsyms]    [k] local_bh_enable
     0.03%     modprobe  [kernel.kallsyms]    [k] __wake_up_bit
     0.03%     modprobe  [kernel.kallsyms]    [k] up_read
     0.03%     modprobe  [kernel.kallsyms]    [k] generic_file_aio_read
     0.03%     modprobe  [kernel.kallsyms]    [k] get_page_from_freelist
     0.03%     modprobe  [kernel.kallsyms]    [k] mmap_region
     0.03%     modprobe  [kernel.kallsyms]    [k] __page_set_anon_rmap
     0.03%     modprobe  [kernel.kallsyms]    [k] anon_vma_clone
     0.03%     modprobe  [kernel.kallsyms]    [k] dma_pool_alloc
     0.03%     modprobe  [kernel.kallsyms]    [k] vfs_read
     0.03%     modprobe  [kernel.kallsyms]    [k] alloc_fd
     0.03%     modprobe  [kernel.kallsyms]    [k] seq_read
     0.03%     modprobe  [kernel.kallsyms]    [k] proc_root_lookup
     0.03%     modprobe  [kernel.kallsyms]    [k] copy_page
     0.03%     modprobe  [kernel.kallsyms]    [k] _find_first_zero_bit_le
     0.03%     modprobe  [kernel.kallsyms]    [k] mv_eth_select_txq
     0.03%     modprobe  [kernel.kallsyms]    [k] mv_eth_skb_recycle
     0.03%     modprobe  [kernel.kallsyms]    [k] skb_recycle
     0.03%     modprobe  [kernel.kallsyms]    [k] skb_put
     0.03%     modprobe  [kernel.kallsyms]    [k] harmonize_features
     0.03%     modprobe  [kernel.kallsyms]    [k] netif_skb_features
     0.03%     modprobe  [kernel.kallsyms]    [k] dev_gro_receive
     0.03%     modprobe  [kernel.kallsyms]    [k] dev_hard_start_xmit
     0.03%     modprobe  [kernel.kallsyms]    [k] sch_direct_xmit
     0.03%     modprobe  [kernel.kallsyms]    [k] nf_iterate
     0.03%     modprobe  [kernel.kallsyms]    [k] tcp4_gro_receive
     0.03%     modprobe  [kernel.kallsyms]    [k] inet_gro_receive
     0.03%     modprobe  [kernel.kallsyms]    [k] br_fdb_update
     0.03%     modprobe  [kernel.kallsyms]    [k] __br_forward
     0.03%     modprobe  [kernel.kallsyms]    [k] br_nf_forward_ip
     0.03%     modprobe  [ath10k_pci]         [k] 
ath10k_ce_per_engine_service_any
     0.03%     modprobe  [ath10k_core]        [k] $a
     0.03%     modprobe  [ath10k_core]        [k] ath10k_htt_tx_free_msdu_id
     0.03%     modprobe  [ath10k_core]        [k] ath10k_htt_tx
     0.03%     lighttpd  [mac80211]           [k] invoke_tx_handlers
     0.03%     lighttpd  [mac80211]           [k] ieee80211_select_queue
     0.03%     lighttpd  [kernel.kallsyms]    [k] cpu_pj4bv7_dcache_clean_area
     0.03%     lighttpd  [kernel.kallsyms]    [k] local_bh_disable
     0.03%     lighttpd  [kernel.kallsyms]    [k] __do_softirq
     0.03%     lighttpd  [kernel.kallsyms]    [k] anon_vma_fork
     0.03%     lighttpd  [kernel.kallsyms]    [k] generic_drop_inode
     0.03%     lighttpd  [kernel.kallsyms]    [k] __copy_from_user
     0.03%     lighttpd  [kernel.kallsyms]    [k] _find_next_bit_le
     0.03%     lighttpd  [kernel.kallsyms]    [k] mv_eth_tx
     0.03%     lighttpd  [kernel.kallsyms]    [k] __netif_receive_skb
     0.03%     lighttpd  [kernel.kallsyms]    [k] br_handle_frame_finish
     0.03%     lighttpd  [kernel.kallsyms]    [k] br_handle_frame
     0.03%     lighttpd  [kernel.kallsyms]    [k] mutex_unlock
     0.03%     lighttpd  [ath10k_core]        [k] ath10k_htt_rx_amsdu_pop
     0.03%  kworker/u:2  [mac80211]           [k] sta_info_get
     0.03%  kworker/u:2  [mac80211]           [k] $a
     0.03%  kworker/u:2  [mac80211]           [k] ieee80211_tx_prepare
     0.03%  kworker/u:2  [mac80211]           [k] $a
     0.03%  kworker/u:2  [mac80211]           [k] ieee80211_tx
     0.03%  kworker/u:2  [mac80211]           [k] $a
     0.03%  kworker/u:2  [mac80211]           [k] $a
     0.03%  kworker/u:2  [mac80211]           [k] ieee80211_set_qos_hdr
     0.03%  kworker/u:2  [kernel.kallsyms]    [k] _find_first_zero_bit_le
     0.03%  kworker/u:2  [kernel.kallsyms]    [k] memmove
     0.03%  kworker/u:2  [kernel.kallsyms]    [k] mv_eth_select_txq
     0.03%  kworker/u:2  [kernel.kallsyms]    [k] mv_eth_skb_recycle
     0.03%  kworker/u:2  [kernel.kallsyms]    [k] __kfree_skb
     0.03%  kworker/u:2  [kernel.kallsyms]    [k] skb_recycle
     0.03%  kworker/u:2  [kernel.kallsyms]    [k] skb_push
     0.03%  kworker/u:2  [kernel.kallsyms]    [k] dev_hard_start_xmit
     0.03%  kworker/u:2  [kernel.kallsyms]    [k] nf_iterate
     0.03%  kworker/u:2  [kernel.kallsyms]    [k] nf_hook_slow
     0.03%  kworker/u:2  [kernel.kallsyms]    [k] br_handle_frame_finish
     0.03%  kworker/u:2  [kernel.kallsyms]    [k] br_nf_pre_routing
     0.03%  kworker/u:2  [kernel.kallsyms]    [k] schedule
     0.03%  kworker/u:2  [cfg80211]           [k] cfg80211_classify8021d
     0.03%  kworker/u:2  [ath10k_pci]         [k] ath10k_ce_send_nolock
     0.03%  kworker/u:2  [ath10k_pci]         [k] ath10k_ce_completed_send_next
     0.03%  kworker/u:2  [ath10k_core]        [k] ath10k_tx
     0.03%  kworker/u:2  [ath10k_core]        [k] $a
     0.03%  ksoftirqd/0  [mac80211]           [k] ieee80211_tx_h_michael_mic_add
     0.03%  ksoftirqd/0  [mac80211]           [k] ieee80211_frame_allowed
     0.03%  ksoftirqd/0  [mac80211]           [k] invoke_tx_handlers
     0.03%  ksoftirqd/0  [mac80211]           [k] $a
     0.03%  ksoftirqd/0  [mac80211]           [k] $a
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] local_bh_disable
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] local_bh_enable
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] __free_pages_ok
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] dma_pool_free
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] file_free_rcu
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] _find_next_bit_le
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] memmove
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] mv_eth_skb_recycle
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] __alloc_skb
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] skb_put
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] harmonize_features
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] netif_receive_skb
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] napi_gro_receive
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] nf_hook_slow
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] br_fdb_update
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] br_handle_frame
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] br_nf_post_routing
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] br_nf_forward_arp
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] br_nf_forward_ip
     0.03%  ksoftirqd/0  [kernel.kallsyms]    [k] __schedule
     0.03%  ksoftirqd/0  [cfg80211]           [k] ieee80211_data_to_8023
     0.03%  ksoftirqd/0  [cfg80211]           [k] cfg80211_classify8021d
     0.03%  ksoftirqd/0  [ath10k_pci]         [k] ath10k_pci_ce_recv_data
     0.03%  ksoftirqd/0  [ath10k_pci]         [k] 0x2ed0  
     0.03%  ksoftirqd/0  [ath10k_core]        [k] $a
     0.03%  ksoftirqd/0  [ath10k_core]        [k] ath10k_htt_tx_alloc_msdu_id
     0.03%  ksoftirqd/0  [ath10k_core]        [k] ath10k_htt_tx
     0.03%  ksoftirqd/0  [ath10k_core]        [k] ath10k_txrx_tx_unref
     0.03%          jdb  [mac80211]           [k] ieee80211_tx_status
     0.03%          jdb  [mac80211]           [k] sta_info_get
     0.03%          jdb  [mac80211]           [k] $a
     0.03%          jdb  [kernel.kallsyms]    [k] kfree
     0.03%          jdb  [kernel.kallsyms]    [k] mv_eth_tx
     0.03%          jdb  [kernel.kallsyms]    [k] mv_eth_poll
     0.03%          jdb  [kernel.kallsyms]    [k] inet_gro_receive
     0.03%          jdb  [kernel.kallsyms]    [k] br_handle_frame_finish
     0.03%          jdb  [cfg80211]           [k] ieee80211_hdrlen
     0.03%          jdb  [ath10k_core]        [k] $a
     0.03%           iw  libnl-3.so.200.19.0  [.] _init
     0.03%           iw  libnl-3.so.200.19.0  [.] nla_get_u16
     0.03%           iw  libnl-3.so.200.19.0  [.] nl_recvmsgs_report
     0.03%           iw  libc-2.13.so         [.] vfprintf
     0.03%           iw  libc-2.13.so         [.] strchr
     0.03%           iw  libc-2.13.so         [.] _dl_addr
     0.03%           iw  ld-2.13.so           [.] __libc_memalign
     0.03%           iw  busybox              [.] 0x2f844 
     0.03%           iw  [mac80211]           [k] ieee80211_deliver_skb
     0.03%           iw  [mac80211]           [k] $a
     0.03%           iw  [mac80211]           [k] ieee80211_rx
     0.03%           iw  [mac80211]           [k] ieee80211_skb_resize
     0.03%           iw  [mac80211]           [k] $a
     0.03%           iw  [mac80211]           [k] ieee80211_select_queue
     0.03%           iw  [kernel.kallsyms]    [k] pfn_valid
     0.03%           iw  [kernel.kallsyms]    [k] cpu_pj4bv7_set_pte_ext
     0.03%           iw  [kernel.kallsyms]    [k] put_pid
     0.03%           iw  [kernel.kallsyms]    [k] __wake_up_bit
     0.03%           iw  [kernel.kallsyms]    [k] filemap_fault
     0.03%           iw  [kernel.kallsyms]    [k] free_hot_cold_page
     0.03%           iw  [kernel.kallsyms]    [k] lru_add_drain
     0.03%           iw  [kernel.kallsyms]    [k] unmap_vmas
     0.03%           iw  [kernel.kallsyms]    [k] kmem_cache_alloc
     0.03%           iw  [kernel.kallsyms]    [k] __dentry_open.isra.13
     0.03%           iw  [kernel.kallsyms]    [k] path_init
     0.03%           iw  [kernel.kallsyms]    [k] inode_has_buffers
     0.03%           iw  [kernel.kallsyms]    [k] copy_page
     0.03%           iw  [kernel.kallsyms]    [k] memmove
     0.03%           iw  [kernel.kallsyms]    [k] radix_tree_lookup_element
     0.03%           iw  [kernel.kallsyms]    [k] __rb_rotate_left
     0.03%           iw  [kernel.kallsyms]    [k] __down_read_trylock
     0.03%           iw  [kernel.kallsyms]    [k] __up_read
     0.03%           iw  [kernel.kallsyms]    [k] mv_eth_skb_recycle
     0.03%           iw  [kernel.kallsyms]    [k] consume_skb
     0.03%           iw  [kernel.kallsyms]    [k] skb_recycle
     0.03%           iw  [kernel.kallsyms]    [k] skb_trim
     0.03%           iw  [kernel.kallsyms]    [k] skb_push
     0.03%           iw  [kernel.kallsyms]    [k] memcpy_toiovec
     0.03%           iw  [kernel.kallsyms]    [k] netif_receive_skb
     0.03%           iw  [kernel.kallsyms]    [k] inet_gro_receive
     0.03%           iw  [kernel.kallsyms]    [k] br_forward_finish
     0.03%           iw  [kernel.kallsyms]    [k] __br_forward
     0.03%           iw  [kernel.kallsyms]    [k] br_nf_pre_routing
     0.03%           iw  [kernel.kallsyms]    [k] md5_transform
     0.03%           iw  [kernel.kallsyms]    [k] do_page_fault.part.8
     0.03%           iw  [kernel.kallsyms]    [k] do_page_fault
     0.03%           iw  [ath10k_pci]         [k] ath10k_pci_tasklet
     0.03%           iw  [ath10k_core]        [k] ath10k_tx
     0.03%           iw  [ath10k_core]        [k] ath10k_htt_rx_replenish_task
     0.03%           iw  [ath10k_core]        [k] ath10k_htt_tx_free_msdu_id
     0.03%           iw  [ath10k_core]        [k] ath10k_htt_tx
     0.03%      hostapd  libc-2.13.so         [.] vsnprintf
     0.03%         grep  busybox              [.] 0x2e944 
     0.03%         grep  [mac80211]           [k] ieee80211_report_used_skb
     0.03%         grep  [mac80211]           [k] ieee80211_tx_h_michael_mic_add
     0.03%         grep  [mac80211]           [k] ieee80211_rx_handlers
     0.03%         grep  [mac80211]           [k] $a
     0.03%         grep  [mac80211]           [k] ieee80211_rx
     0.03%         grep  [mac80211]           [k] ieee80211_tx_prepare
     0.03%         grep  [mac80211]           [k] $a
     0.03%         grep  [kernel.kallsyms]    [k] sys_mmap2
     0.03%         grep  [kernel.kallsyms]    [k] local_bh_disable
     0.03%         grep  [kernel.kallsyms]    [k] filemap_fault
     0.03%         grep  [kernel.kallsyms]    [k] handle_pte_fault
     0.03%         grep  [kernel.kallsyms]    [k] dma_pool_free
     0.03%         grep  [kernel.kallsyms]    [k] extract_buf
     0.03%         grep  [kernel.kallsyms]    [k] mv_eth_skb_recycle
     0.03%         grep  [kernel.kallsyms]    [k] mv_eth_poll
     0.03%         grep  [kernel.kallsyms]    [k] __kfree_skb
     0.03%         grep  [kernel.kallsyms]    [k] __alloc_skb
     0.03%         grep  [kernel.kallsyms]    [k] skb_put
     0.03%         grep  [kernel.kallsyms]    [k] dev_gro_receive
     0.03%         grep  [kernel.kallsyms]    [k] eth_type_trans
     0.03%         grep  [kernel.kallsyms]    [k] nf_iterate
     0.03%         grep  [kernel.kallsyms]    [k] br_forward_finish
     0.03%         grep  [kernel.kallsyms]    [k] br_handle_frame_finish
     0.03%         grep  [kernel.kallsyms]    [k] ret_from_exception
     0.03%         grep  [kernel.kallsyms]    [k] do_page_fault.part.8
     0.03%         grep  [ath10k_pci]         [k] 
ath10k_pci_fw_interrupt_handler
     0.03%         grep  [ath10k_core]        [k] $a
     0.03%         grep  [ath10k_core]        [k] ath10k_htt_tx
     0.03%        egrep  libc-2.13.so         [.] strchr
     0.03%        egrep  libc-2.13.so         [.] __libc_fork
     0.03%        egrep  [mac80211]           [k] ieee80211_tx_h_michael_mic_add
     0.03%        egrep  [mac80211]           [k] ieee80211_rx_handlers
     0.03%        egrep  [mac80211]           [k] $a
     0.03%        egrep  [mac80211]           [k] ieee80211_rx
     0.03%        egrep  [mac80211]           [k] invoke_tx_handlers
     0.03%        egrep  [mac80211]           [k] ieee80211_tx
     0.03%        egrep  [mac80211]           [k] $a
     0.03%        egrep  [mac80211]           [k] ieee80211_set_qos_hdr
     0.03%        egrep  [kernel.kallsyms]    [k] __sync_icache_dcache
     0.03%        egrep  [kernel.kallsyms]    [k] lru_cache_add_lru
     0.03%        egrep  [kernel.kallsyms]    [k] handle_pte_fault
     0.03%        egrep  [kernel.kallsyms]    [k] handle_mm_fault
     0.03%        egrep  [kernel.kallsyms]    [k] kfree
     0.03%        egrep  [kernel.kallsyms]    [k] __kmalloc_track_caller
     0.03%        egrep  [kernel.kallsyms]    [k] __d_lookup
     0.03%        egrep  [kernel.kallsyms]    [k] fsnotify
     0.03%        egrep  [kernel.kallsyms]    [k] locks_remove_flock
     0.03%        egrep  [kernel.kallsyms]    [k] memmove
     0.03%        egrep  [kernel.kallsyms]    [k] extract_buf
     0.03%        egrep  [kernel.kallsyms]    [k] __kfree_skb
     0.03%        egrep  [kernel.kallsyms]    [k] __alloc_skb
     0.03%        egrep  [kernel.kallsyms]    [k] __netif_receive_skb
     0.03%        egrep  [kernel.kallsyms]    [k] dev_gro_receive
     0.03%        egrep  [kernel.kallsyms]    [k] __br_forward
     0.03%        egrep  [kernel.kallsyms]    [k] br_nf_pre_routing
     0.03%        egrep  [cfg80211]           [k] ieee80211_data_to_8023
     0.03%        egrep  [cfg80211]           [k] cfg80211_classify8021d
     0.03%        egrep  [ath10k_pci]         [k] ath10k_pci_hif_tx_sg
     0.03%        egrep  [ath10k_core]        [k] ath10k_tx
     0.03%          cut  busybox              [.] 0x3dd8  
     0.03%          cut  [mac80211]           [k] ieee80211_deliver_skb
     0.03%          cut  [mac80211]           [k] $a
     0.03%          cut  [mac80211]           [k] $a
     0.03%          cut  [mac80211]           [k] ieee80211_tx_prepare
     0.03%          cut  [mac80211]           [k] invoke_tx_handlers
     0.03%          cut  [mac80211]           [k] ieee80211_subif_start_xmit
     0.03%          cut  [kernel.kallsyms]    [k] 
v6_clear_user_highpage_nonaliasing
     0.03%          cut  [kernel.kallsyms]    [k] local_bh_disable
     0.03%          cut  [kernel.kallsyms]    [k] __do_softirq
     0.03%          cut  [kernel.kallsyms]    [k] __do_fault
     0.03%          cut  [kernel.kallsyms]    [k] sys_brk
     0.03%          cut  [kernel.kallsyms]    [k] memblock_search
     0.03%          cut  [kernel.kallsyms]    [k] dma_pool_alloc
     0.03%          cut  [kernel.kallsyms]    [k] kfree
     0.03%          cut  [kernel.kallsyms]    [k] __kmalloc_track_caller
     0.03%          cut  [kernel.kallsyms]    [k] file_update_time
     0.03%          cut  [kernel.kallsyms]    [k] touch_atime
     0.03%          cut  [kernel.kallsyms]    [k] copy_page
     0.03%          cut  [kernel.kallsyms]    [k] _find_first_zero_bit_le
     0.03%          cut  [kernel.kallsyms]    [k] memmove
     0.03%          cut  [kernel.kallsyms]    [k] radix_tree_lookup_element
     0.03%          cut  [kernel.kallsyms]    [k] __kfree_skb
     0.03%          cut  [kernel.kallsyms]    [k] skb_recycle
     0.03%          cut  [kernel.kallsyms]    [k] harmonize_features
     0.03%          cut  [kernel.kallsyms]    [k] net_rx_action
     0.03%          cut  [kernel.kallsyms]    [k] dev_gro_receive
     0.03%          cut  [kernel.kallsyms]    [k] napi_gro_receive
     0.03%          cut  [kernel.kallsyms]    [k] eth_type_trans
     0.03%          cut  [kernel.kallsyms]    [k] inet_gro_receive
     0.03%          cut  [kernel.kallsyms]    [k] __br_forward
     0.03%          cut  [kernel.kallsyms]    [k] br_nf_forward_arp
     0.03%          cut  [cfg80211]           [k] ieee80211_hdrlen
     0.03%          cut  [cfg80211]           [k] ieee80211_data_to_8023
     0.03%          cut  [ath10k_pci]         [k] ath10k_pci_ce_recv_data
     0.03%          cut  [ath10k_pci]         [k] ath10k_ce_send_nolock
     0.03%          cut  [ath10k_pci]         [k] ath10k_ce_completed_send_next
     0.03%          cut  [ath10k_core]        [k] ath10k_htt_rx_amsdu_pop
     0.03%          cut  [ath10k_core]        [k] $a
     0.03%       cgi_fh  libc-2.13.so         [.] vfprintf
     0.03%       cgi_fh  libc-2.13.so         [.] strpbrk
     0.03%       cgi_fh  cgi_fh               [.] 0x4077c 
     0.03%       cgi_fh  [mac80211]           [k] ieee80211_rx_handlers
     0.03%       cgi_fh  [mac80211]           [k] $a
     0.03%       cgi_fh  [mac80211]           [k] $a
     0.03%       cgi_fh  [mac80211]           [k] ieee80211_rx
     0.03%       cgi_fh  [mac80211]           [k] ieee80211_tx_prepare
     0.03%       cgi_fh  [kernel.kallsyms]    [k] tasklet_action
     0.03%       cgi_fh  [kernel.kallsyms]    [k] local_bh_disable
     0.03%       cgi_fh  [kernel.kallsyms]    [k] local_bh_enable
     0.03%       cgi_fh  [kernel.kallsyms]    [k] mmap_region
     0.03%       cgi_fh  [kernel.kallsyms]    [k] ptep_clear_flush
     0.03%       cgi_fh  [kernel.kallsyms]    [k] __kmalloc
     0.03%       cgi_fh  [kernel.kallsyms]    [k] path_put
     0.03%       cgi_fh  [kernel.kallsyms]    [k] do_last.isra.35
     0.03%       cgi_fh  [kernel.kallsyms]    [k] mntput
     0.03%       cgi_fh  [kernel.kallsyms]    [k] cap_vm_enough_memory
     0.03%       cgi_fh  [kernel.kallsyms]    [k] copy_page
     0.03%       cgi_fh  [kernel.kallsyms]    [k] _find_first_zero_bit_le
     0.03%       cgi_fh  [kernel.kallsyms]    [k] __strnlen_user
     0.03%       cgi_fh  [kernel.kallsyms]    [k] mv_eth_skb_recycle
     0.03%       cgi_fh  [kernel.kallsyms]    [k] mv_eth_tx
     0.03%       cgi_fh  [kernel.kallsyms]    [k] __kfree_skb
     0.03%       cgi_fh  [kernel.kallsyms]    [k] skb_recycle
     0.03%       cgi_fh  [kernel.kallsyms]    [k] skb_push
     0.03%       cgi_fh  [kernel.kallsyms]    [k] __netif_receive_skb
     0.03%       cgi_fh  [kernel.kallsyms]    [k] dev_gro_receive
     0.03%       cgi_fh  [kernel.kallsyms]    [k] napi_gro_receive
     0.03%       cgi_fh  [kernel.kallsyms]    [k] dev_hard_start_xmit
     0.03%       cgi_fh  [kernel.kallsyms]    [k] nf_iterate
     0.03%       cgi_fh  [kernel.kallsyms]    [k] tcp4_gro_receive
     0.03%       cgi_fh  [kernel.kallsyms]    [k] inet_gro_receive
     0.03%       cgi_fh  [kernel.kallsyms]    [k] __br_fdb_get
     0.03%       cgi_fh  [kernel.kallsyms]    [k] __br_forward
     0.03%       cgi_fh  [kernel.kallsyms]    [k] br_handle_frame
     0.03%       cgi_fh  [kernel.kallsyms]    [k] do_page_fault.part.8
     0.03%       cgi_fh  [cfg80211]           [k] ieee80211_hdrlen
     0.03%       cgi_fh  [cfg80211]           [k] ieee80211_data_to_8023
     0.03%       cgi_fh  [ath10k_pci]         [k] ath10k_pci_tasklet
     0.03%       cgi_fh  [ath10k_pci]         [k] ath10k_ce_send_nolock
     0.03%       cgi_fh  [ath10k_core]        [k] ath10k_tx
     0.03%       cgi_fh  [ath10k_core]        [k] ath10k_htt_rx_amsdu_pop
     0.03%       cgi_fh  [ath10k_core]        [k] $a
     0.03%       cgi_fh  [ath10k_core]        [k] ath10k_htt_tx
     0.03%       cgi_fh  [ath10k_core]        [k] ath10k_txrx_tx_unref
     0.03%       :15092  [kernel.kallsyms]    [k] nf_iterate
     0.03%       :15058  [kernel.kallsyms]    [k] do_exit
     0.03%       :15010  [kernel.kallsyms]    [k] mv_eth_poll
     0.03%       :14673  [kernel.kallsyms]    [k] do_exit
     0.03%       :14645  [kernel.kallsyms]    [k] nf_iterate
     0.03%       :14641  [ath10k_pci]         [k] ath10k_ce_send_nolock
     0.03%       :14503  [kernel.kallsyms]    [k] kmem_cache_alloc
     0.03%       :14474  [kernel.kallsyms]    [k] memcpy
     3.82%         swapper  [kernel.kallsyms]  [k] armadaxp_enter_idle
     2.18%     ksoftirqd/0  [kernel.kallsyms]  [k] memcpy
     1.48%     ksoftirqd/0  [ath10k_core]      [k] ath10k_htt_rx_amsdu_pop
     1.33%     ksoftirqd/0  [mac80211]         [k] ieee80211_rx
     1.25%     ksoftirqd/0  [kernel.kallsyms]  [k] kfree
     1.25%     ksoftirqd/0  [kernel.kallsyms]  [k] mv_eth_tx
     1.01%     ksoftirqd/0  [kernel.kallsyms]  [k] dev_queue_xmit
     1.01%     ksoftirqd/0  [ath10k_core]      [k] $a
     0.94%     kworker/u:1  [kernel.kallsyms]  [k] __delay
     0.86%              iw  ld-2.13.so         [.] 0x63a8  
     0.70%         swapper  [kernel.kallsyms]  [k] __memzero
     0.70%         swapper  [ath10k_core]      [k] ath10k_htt_rx_amsdu_pop
     0.70%     ksoftirqd/0  [mac80211]         [k] ieee80211_rx_handlers
     0.70%     ksoftirqd/0  [kernel.kallsyms]  [k] mv_eth_poll
     0.70%     ksoftirqd/0  [kernel.kallsyms]  [k] __netif_receive_skb
     0.70%     ksoftirqd/0  [ath10k_pci]       [k] ath10k_ce_completed_send_next
     0.62%         swapper  [kernel.kallsyms]  [k] memcpy
     0.62%         swapper  [kernel.kallsyms]  [k] dev_queue_xmit
     0.62%     ksoftirqd/0  [mac80211]         [k] ieee80211_tx_status
     0.62%     ksoftirqd/0  [kernel.kallsyms]  [k] ip_finish_output
     0.55%         swapper  [mac80211]         [k] ieee80211_rx_handlers
     0.55%              sh  ld-2.13.so         [.] 0x9758  
     0.55%              sh  [kernel.kallsyms]  [k] memcpy
     0.55%     ksoftirqd/0  [kernel.kallsyms]  [k] __kmalloc_track_caller
     0.55%     ksoftirqd/0  [kernel.kallsyms]  [k] dev_hard_start_xmit
     0.55%     ksoftirqd/0  [cfg80211]         [k] 
ieee80211_data_to_802--More--3        
     0.47%         swapper  [mac80211]         [k] $a
     0.47%         swapper  [kernel.kallsyms]  [k] __netif_receive_skb
     0.47%              sh  [kernel.kallsyms]  [k] kfree
     0.47%              sh  [ath10k_core]      [k] $a
     0.47%        modprobe  [kernel.kallsyms]  [k] mv_eth_tx
     0.47%     ksoftirqd/0  [mac80211]         [k] ieee80211_tx_prepare
     0.47%     ksoftirqd/0  [mac80211]         [k] $a
     0.47%     ksoftirqd/0  [kernel.kallsyms]  [k] local_bh_enable
     0.47%     ksoftirqd/0  [kernel.kallsyms]  [k] __memzero
     0.47%     ksoftirqd/0  [kernel.kallsyms]  [k] __kfree_skb
     0.47%     ksoftirqd/0  [kernel.kallsyms]  [k] consume_skb
     0.47%     ksoftirqd/0  [kernel.kallsyms]  [k] sch_direct_xmit
     0.47%     ksoftirqd/0  [kernel.kallsyms]  [k] ip_rcv_finish
     0.47%     ksoftirqd/0  [kernel.kallsyms]  [k] ip_output
     0.47%     ksoftirqd/0  [cfg80211]         [k] ieee80211_hdrlen
     0.47%              iw  [mac80211]         [k] ieee80211_rx
     0.39%              wc  [kernel.kallsyms]  [k] mv_eth_tx
     0.39%         swapper  [mac80211]         [k] ieee80211_rx
     0.39%         swapper  [kernel.kallsyms]  [k] __do_softirq
     0.39%              sh  [mac80211]         [k] ieee80211_rx
     0.39%              sh  [kernel.kallsyms]  [k] __memzero
     0.39%              sh  [kernel.kallsyms]  [k] mv_eth_tx
     0.39%              sh  [kernel.kallsyms]  [k] dev_queue_xmit
     0.39%     ksoftirqd/0  [mac80211]         [k] $a
     0.39%     ksoftirqd/0  [mac80211]         [k] $a
     0.39%     ksoftirqd/0  [kernel.kallsyms]  [k] local_bh_disable
     0.39%     ksoftirqd/0  [kernel.kallsyms]  [k] skb_put
     0.39%     ksoftirqd/0  [kernel.kallsyms]  [k] nf_iterate
     0.39%     ksoftirqd/0  [kernel.kallsyms]  [k] ip_rcv
     0.39%     ksoftirqd/0  [ath10k_pci]       [k] ath10k_pci_ce_recv_data
     0.39%     ksoftirqd/0  [ath10k_pci]       [k] ath10k_pci_tasklet
     0.39%              iw  [kernel.kallsyms]  [k] memcpy
     0.39%              iw  [kernel.kallsyms]  [k] __netif_receive_skb
     0.31%         swapper  [mac80211]         [k] $a
     0.31%         swapper  [kernel.kallsyms]  [k] mv_eth_tx
     0.31%         swapper  [kernel.kallsyms]  [k] skb_put
     0.31%         swapper  [kernel.kallsyms]  [k] ip_rcv_finish
     0.31%         swapper  [ath10k_pci]       [k] ath10k_ce_completed_send_next
     0.31%              sh  [mac80211]         [k] ieee80211_tx_prepare
     0.31%              sh  [kernel.kallsyms]  [k] ip_forward
     0.31%              sh  [ath10k_pci]       [k] 
ath10k_pci_fw_interrupt_handler
     0.31%              sh  [ath10k_pci]       [k] ath10k_ce_completed_send_next
     0.31%         monitor  [ath10k_core]      [k] ath10k_htt_rx_amsdu_pop
     0.31%        modprobe  [mac80211]         [k] ieee80211_rx_handlers
     0.31%     kworker/u:1  [kernel.kallsyms]  [k] kfree
     0.31%     kworker/u:1  [kernel.kallsyms]  [k] __kmalloc_track_caller
     0.31%     ksoftirqd/0  [mac80211]         [k] 
ieee80211_prepare_and_rx_handle
     0.31%     ksoftirqd/0  [mac80211]         [k] $a
     0.31%     ksoftirqd/0  [mac80211]         [k] ieee80211_set_qos_hdr
     0.31%     ksoftirqd/0  [kernel.kallsyms]  [k] ksize
     0.31%     ksoftirqd/0  [kernel.kallsyms]  [k] __alloc_skb
     0.31%     ksoftirqd/0  [kernel.kallsyms]  [k] skb_push
     0.31%     ksoftirqd/0  [kernel.kallsyms]  [k] ip_route_input_common
     0.31%     ksoftirqd/0  [ath10k_pci]       [k] ath10k_ce_send_nolock
     0.23%         swapper  [mac80211]         [k] $a
     0.23%         swapper  [kernel.kallsyms]  [k] local_bh_disable
     0.23%         swapper  [kernel.kallsyms]  [k] tick_nohz_stop_sched_tick
     0.23%         swapper  [kernel.kallsyms]  [k] __kmalloc_track_caller
     0.23%         swapper  [kernel.kallsyms]  [k] __kfree_skb
     0.23%         swapper  [kernel.kallsyms]  [k] dev_hard_start_xmit
     0.23%         swapper  [kernel.kallsyms]  [k] ip_rcv
     0.23%         swapper  [cfg80211]         [k] ieee80211_data_to_8023
     0.23%         swapper  [ath10k_pci]       [k] ath10k_pci_ce_recv_data
     0.23%         swapper  [ath10k_pci]       [k] ath10k_ce_send_nolock
     0.23%         swapper  [ath10k_core]      [k] $a
     0.23%              sh  [mac80211]         [k] $a
     0.23%              sh  [mac80211]         [k] $a
     0.23%              sh  [kernel.kallsyms]  [k] __kmalloc_track_caller
     0.23%              sh  [kernel.kallsyms]  [k] __kfree_skb
     0.23%              sh  [kernel.kallsyms]  [k] ip_rcv
     0.23%              sh  [kernel.kallsyms]  [k] ip_output
     0.23%              rm  [kernel.kallsyms]  [k] __memzero
     0.23%        modprobe  libc-2.13.so       [.] _IO_getc
     0.23%        modprobe  [mac80211]         [k] ieee80211_tx_prepare
     0.23%        modprobe  [kernel.kallsyms]  [k] dev_queue_xmit
     0.23%        modprobe  [ath10k_pci]       [k] ath10k_ce_completed_send_next
     0.23%        modprobe  [ath10k_core]      [k] $a
     0.23%     kworker/u:1  [mac80211]         [k] ieee80211_tx_status
     0.23%     kworker/u:1  [kernel.kallsyms]  [k] dev_queue_xmit
     0.23%     ksoftirqd/0  [mac80211]         [k] $a
     0.23%     ksoftirqd/0  [mac80211]         [k] invoke_tx_handlers
     0.23%     ksoftirqd/0  [mac80211]         [k] ieee80211_get_bssid
     0.23%     ksoftirqd/0  [kernel.kallsyms]  [k] kmem_cache_alloc
     0.23%     ksoftirqd/0  [kernel.kallsyms]  [k] __aeabi_uidiv
     0.23%     ksoftirqd/0  [kernel.kallsyms]  [k] ewma_add
     0.23%     ksoftirqd/0  [kernel.kallsyms]  [k] skb_pull
     0.23%     ksoftirqd/0  [kernel.kallsyms]  [k] netif_receive_skb
     0.23%     ksoftirqd/0  [kernel.kallsyms]  [k] eth_type_trans
     0.23%     ksoftirqd/0  [kernel.kallsyms]  [k] nf_hook_slow
     0.23%     ksoftirqd/0  [kernel.kallsyms]  [k] ipv4_validate_peer
     0.23%     ksoftirqd/0  [kernel.kallsyms]  [k] ip_forward
     0.23%     ksoftirqd/0  [ath10k_core]      [k] ath10k_tx
     0.23%     ksoftirqd/0  [ath10k_core]      [k] ath10k_htt_tx
     0.23%              iw  [mac80211]         [k] ieee80211_tx_status
     0.23%              iw  [mac80211]         [k] ieee80211_rx_handlers
     0.23%              iw  [mac80211]         [k] $a
     0.23%              iw  [kernel.kallsyms]  [k] __kmalloc_track_caller
     0.23%              iw  [kernel.kallsyms]  [k] ip_forward
     0.23%              iw  [cfg80211]         [k] ieee80211_hdrlen
     0.23%           egrep  libc-2.13.so       [.] _dl_addr
     0.23%           egrep  [kernel.kallsyms]  [k] local_bh_enable
     0.23%           egrep  [ath10k_core]      [k] $a
     0.16%              wc  ld-2.13.so         [.] 0x94a8  
     0.16%              wc  busybox            [.] 0x4e04  
     0.16%              wc  [kernel.kallsyms]  [k] __alloc_skb
     0.16%              wc  [ath10k_pci]       [k] ath10k_ce_completed_send_next
     0.16%         swapper  [mac80211]         [k] ieee80211_tx_status
     0.16%         swapper  [mac80211]         [k] 
ieee80211_prepare_and_rx_handle
     0.16%         swapper  [mac80211]         [k] ieee80211_tx
     0.16%         swapper  [kernel.kallsyms]  [k] local_bh_enable
     0.16%         swapper  [kernel.kallsyms]  [k] round_jiffies_up
     0.16%         swapper  [kernel.kallsyms]  [k] ewma_add
     0.16%         swapper  [kernel.kallsyms]  [k] mv_eth_poll
     0.16%         swapper  [kernel.kallsyms]  [k] dev_alloc_skb
     0.16%         swapper  [kernel.kallsyms]  [k] dev_gro_receive
     0.16%         swapper  [kernel.kallsyms]  [k] eth_type_trans
     0.16%         swapper  [kernel.kallsyms]  [k] ipv4_validate_peer
     0.16%         swapper  [kernel.kallsyms]  [k] ip_forward
     0.16%         swapper  [ath10k_pci]       [k] 
ath10k_pci_fw_interrupt_handler
     0.16%         swapper  [ath10k_pci]       [k] ath10k_pci_tasklet
     0.16%         swapper  [ath10k_pci]       [k] 
ath10k_ce_per_engine_service_any
     0.16%              sh  libc-2.13.so       [.] _dl_addr
     0.16%              sh  [mac80211]         [k] ieee80211_tx_status
     0.16%              sh  [mac80211]         [k] ieee80211_rx_handlers
     0.16%              sh  [mac80211]         [k] $a
     0.16%              sh  [kernel.kallsyms]  [k] local_bh_enable
     0.16%              sh  [kernel.kallsyms]  [k] mod_timer
     0.16%              sh  [kernel.kallsyms]  [k] __wake_up_bit
     0.16%              sh  [kernel.kallsyms]  [k] mv_eth_poll
     0.16%              sh  [kernel.kallsyms]  [k] skb_put
     0.16%              sh  [kernel.kallsyms]  [k] __netif_receive_skb
     0.16%              sh  [kernel.kallsyms]  [k] ip_route_input_common
     0.16%              sh  [kernel.kallsyms]  [k] ip_finish_output
     0.16%              sh  [cfg80211]         [k] ieee80211_hdrlen
     0.16%              sh  [cfg80211]         [k] ieee80211_data_to_8023
     0.16%              sh  [ath10k_core]      [k] ath10k_htt_rx_amsdu_pop
     0.16%              sh  [ath10k_core]      [k] ath10k_txrx_tx_unref
     0.16%              rm  libc-2.13.so       [.] _dl_addr
     0.16%              rm  ld-2.13.so         [.] 0x188f0 
     0.16%              rm  [mac80211]         [k] ieee80211_rx
     0.16%              rm  [kernel.kallsyms]  [k] mv_eth_tx
     0.16%              rm  [ath10k_core]      [k] $a
     0.16%         monitor  [kernel.kallsyms]  [k] memcpy
     0.16%         monitor  [kernel.kallsyms]  [k] __netif_receive_skb
     0.16%        modprobe  libc-2.13.so       [.] 0x6bbf8 
     0.16%        modprobe  ld-2.13.so         [.] 0x971c  
     0.16%        modprobe  [kernel.kallsyms]  [k] dev_hard_start_xmit
     0.16%        modprobe  [ath10k_core]      [k] ath10k_htt_rx_amsdu_pop
     0.16%        lighttpd  [ath10k_core]      [k] ath10k_htt_rx_amsdu_pop
     0.16%     kworker/u:1  [kernel.kallsyms]  [k] memcpy
     0.16%     kworker/u:1  [ath10k_pci]       [k] ath10k_ce_completed_send_next
     0.16%     kworker/u:1  [ath10k_core]      [k] ath10k_txrx_tx_unref
     0.16%     ksoftirqd/0  [mac80211]         [k] ieee80211_get_mmie_keyidx
     0.16%     ksoftirqd/0  [mac80211]         [k] remove_monitor_info
     0.16%     ksoftirqd/0  [mac80211]         [k] ieee80211_rx_handlers_result
     0.16%     ksoftirqd/0  [mac80211]         [k] 
ieee80211_sta_reset_conn_monitor
     0.16%     ksoftirqd/0  [kernel.kallsyms]  [k] msecs_to_jiffies
     0.16%     ksoftirqd/0  [kernel.kallsyms]  [k] tasklet_action
     0.16%     ksoftirqd/0  [kernel.kallsyms]  [k] mod_timer
     0.16%     ksoftirqd/0  [kernel.kallsyms]  [k] dma_pool_alloc
     0.16%     ksoftirqd/0  [kernel.kallsyms]  [k] kmem_cache_free
     0.16%     ksoftirqd/0  [kernel.kallsyms]  [k] net_rx_action
     0.16%     ksoftirqd/0  [kernel.kallsyms]  [k] napi_gro_receive
     0.16%     ksoftirqd/0  [kernel.kallsyms]  [k] ipv4_mtu
     0.16%     ksoftirqd/0  [kernel.kallsyms]  [k] ip_forward_finish
     0.16%     ksoftirqd/0  [ath10k_pci]       [k] $a
     0.16%     ksoftirqd/0  [ath10k_core]      [k] 
ath10k_htc_rx_completion_handler
     0.16%     ksoftirqd/0  [ath10k_core]      [k] ath10k_htt_rx_get_csum_state
     0.16%     ksoftirqd/0  [ath10k_core]      [k] $a
     0.16%     ksoftirqd/0  [ath10k_core]      [k] $a
     0.16%              iw  [mac80211]         [k] $a
     0.16%              iw  [kernel.kallsyms]  [k] local_bh_enable
     0.16%              iw  [kernel.kallsyms]  [k] __kfree_skb
     0.16%              iw  [kernel.kallsyms]  [k] skb_put
     0.16%              iw  [kernel.kallsyms]  [k] dev_gro_receive
     0.16%              iw  [kernel.kallsyms]  [k] dev_hard_start_xmit
     0.16%              iw  [kernel.kallsyms]  [k] dev_queue_xmit
     0.16%              iw  [ath10k_pci]       [k] 
ath10k_ce_per_engine_service_any
     0.16%              iw  [ath10k_core]      [k] $a
     0.16%           egrep  [kernel.kallsyms]  [k] __do_fault
     0.16%           egrep  [kernel.kallsyms]  [k] mv_eth_tx
     0.16%           egrep  [kernel.kallsyms]  [k] skb_put
     0.16%          cgi_fh  [mac80211]         [k] ieee80211_tx
     0.08%  wpa_supplicant  [mac80211]         [k] $a
     0.08%              wc  libc-2.13.so       [.] _IO_file_close_it
     0.08%              wc  libc-2.13.so       [.] _dl_addr
     0.08%              wc  [mac80211]         [k] ieee80211_frame_allowed
     0.08%              wc  [mac80211]         [k] remove_monitor_info
     0.08%              wc  [kernel.kallsyms]  [k] local_bh_disable
     0.08%              wc  [kernel.kallsyms]  [k] local_bh_enable
     0.08%              wc  [kernel.kallsyms]  [k] mod_timer
     0.08%              wc  [kernel.kallsyms]  [k] perf_output_begin
     0.08%              wc  [kernel.kallsyms]  [k] handle_pte_fault
     0.08%              wc  [kernel.kallsyms]  [k] dma_pool_alloc
     0.08%              wc  [kernel.kallsyms]  [k] kfree
     0.08%              wc  [kernel.kallsyms]  [k] path_lookupat
     0.08%              wc  [kernel.kallsyms]  [k] memcpy
     0.08%              wc  [kernel.kallsyms]  [k] __up_read
     0.08%              wc  [kernel.kallsyms]  [k] mv_eth_poll
     0.08%              wc  [kernel.kallsyms]  [k] __kfree_skb
     0.08%              wc  [kernel.kallsyms]  [k] net_rx_action
     0.08%              wc  [kernel.kallsyms]  [k] dev_queue_xmit
     0.08%              wc  [kernel.kallsyms]  [k] nf_hook_slow
     0.08%              wc  [kernel.kallsyms]  [k] ipv4_mtu
     0.08%              wc  [kernel.kallsyms]  [k] ip_route_input_common
     0.08%              wc  [kernel.kallsyms]  [k] ip_forward
     0.08%              wc  [kernel.kallsyms]  [k] md5_transform
     0.08%              wc  [cfg80211]         [k] ieee80211_hdrlen
     0.08%              wc  [cfg80211]         [k] ieee80211_data_to_8023
     0.08%              wc  [ath10k_pci]       [k] ath10k_ce_send_nolock
     0.08%              wc  [ath10k_core]      [k] $a
     0.08%           touch  libc-2.13.so       [.] strcmp
     0.08%           touch  [mac80211]         [k] ieee80211_deliver_skb
     0.08%           touch  [mac80211]         [k] ieee80211_get_bssid
     0.08%           touch  [kernel.kallsyms]  [k] local_bh_enable
     0.08%           touch  [kernel.kallsyms]  [k] kmem_cache_free
     0.08%           touch  [kernel.kallsyms]  [k] memcpy
     0.08%           touch  [kernel.kallsyms]  [k] netif_receive_skb
     0.08%           touch  [kernel.kallsyms]  [k] dev_gro_receive
     0.08%           touch  [ath10k_core]      [k] ath10k_htt_rx_amsdu_pop
     0.08%         swapper  [mac80211]         [k] ieee80211_netdev_select_queue
     0.08%         swapper  [mac80211]         [k] ieee80211_deliver_skb
     0.08%         swapper  [mac80211]         [k] $a
     0.08%         swapper  [mac80211]         [k] $a
     0.08%         swapper  [mac80211]         [k] $a
     0.08%         swapper  [mac80211]         [k] ieee80211_set_qos_hdr
     0.08%         swapper  [mac80211]         [k] 0x1e4c4 
     0.08%         swapper  [kernel.kallsyms]  [k] tasklet_action
     0.08%         swapper  [kernel.kallsyms]  [k] round_jiffies_common
     0.08%         swapper  [kernel.kallsyms]  [k] mod_timer
     0.08%         swapper  [kernel.kallsyms]  [k] dma_pool_alloc
     0.08%         swapper  [kernel.kallsyms]  [k] kfree
     0.08%         swapper  [kernel.kallsyms]  [k] kmem_cache_free
     0.08%         swapper  [kernel.kallsyms]  [k] __aeabi_uidiv
     0.08%         swapper  [kernel.kallsyms]  [k] find_last_bit
     0.08%         swapper  [kernel.kallsyms]  [k] skb_recycle_check
     0.08%         swapper  [kernel.kallsyms]  [k] skb_push
     0.08%         swapper  [kernel.kallsyms]  [k] netif_receive_skb
     0.08%         swapper  [kernel.kallsyms]  [k] dev_kfree_skb_any
     0.08%         swapper  [kernel.kallsyms]  [k] nf_iterate
     0.08%         swapper  [kernel.kallsyms]  [k] nf_hook_slow
     0.08%         swapper  [kernel.kallsyms]  [k] ipv4_mtu
     0.08%         swapper  [kernel.kallsyms]  [k] ip_finish_output
     0.08%         swapper  [kernel.kallsyms]  [k] ip_output
     0.08%         swapper  [kernel.kallsyms]  [k] inet_gro_receive
     0.08%         swapper  [cfg80211]         [k] ieee80211_hdrlen
     0.08%         swapper  [cfg80211]         [k] 0x3210  
     0.08%         swapper  [ath10k_pci]       [k] ath10k_pci_ce_send_done
     0.08%         swapper  [ath10k_pci]       [k] ath10k_pci_hif_tx_sg
     0.08%         swapper  [ath10k_pci]       [k] ath10k_pci_post_rx_pipe
     0.08%         swapper  [ath10k_core]      [k] ath10k_tx
     0.08%         swapper  [ath10k_core]      [k] 
ath10k_htc_rx_completion_handler
     0.08%         swapper  [ath10k_core]      [k] ath10k_htt_rx_get_csum_state
     0.08%         swapper  [ath10k_core]      [k] $a
     0.08%         swapper  [ath10k_core]      [k] ath10k_txrx_tx_unref
     0.08%              sh  libc-2.13.so       [.] memcpy
     0.08%              sh  libc-2.13.so       [.] strchrnul
     0.08%              sh  busybox            [.] 0x34604 
     0.08%              sh  [mac80211]         [k] ieee80211_netdev_select_queue
     0.08%              sh  [mac80211]         [k] $a
     0.08%              sh  [mac80211]         [k] 
ieee80211_prepare_and_rx_handle
     0.08%              sh  [mac80211]         [k] $a
     0.08%              sh  [mac80211]         [k] ieee80211_xmit
     0.08%              sh  [mac80211]         [k] ieee80211_get_bssid
     0.08%              sh  [mac80211]         [k] ieee80211_set_qos_hdr
     0.08%              sh  [mac80211]         [k] 
ieee80211_sta_reset_conn_monitor
     0.08%              sh  [mac80211]         [k] ieee80211_sta_rx_notify
     0.08%              sh  [kernel.kallsyms]  [k] __sync_icache_dcache
     0.08%              sh  [kernel.kallsyms]  [k] __new_context
     0.08%              sh  [kernel.kallsyms]  [k] mmput
     0.08%              sh  [kernel.kallsyms]  [k] timespec_trunc
     0.08%              sh  [kernel.kallsyms]  [k] local_bh_disable
     0.08%              sh  [kernel.kallsyms]  [k] __do_softirq
     0.08%              sh  [kernel.kallsyms]  [k] pid_nr_ns
     0.08%              sh  [kernel.kallsyms]  [k] perf_event_task
     0.08%              sh  [kernel.kallsyms]  [k] get_page_from_freelist
     0.08%              sh  [kernel.kallsyms]  [k] __alloc_pages_nodemask
     0.08%              sh  [kernel.kallsyms]  [k] __lru_cache_add
     0.08%              sh  [kernel.kallsyms]  [k] lru_cache_add_lru
     0.08%              sh  [kernel.kallsyms]  [k] __pte_alloc
     0.08%              sh  [kernel.kallsyms]  [k] do_wp_page.isra.74
     0.08%              sh  [kernel.kallsyms]  [k] free_pages_and_swap_cache
     0.08%              sh  [kernel.kallsyms]  [k] kmem_cache_free
     0.08%              sh  [kernel.kallsyms]  [k] kmem_cache_alloc
     0.08%              sh  [kernel.kallsyms]  [k] filp_close
     0.08%              sh  [kernel.kallsyms]  [k] do_last.isra.35
     0.08%              sh  [kernel.kallsyms]  [k] touch_atime
     0.08%              sh  [kernel.kallsyms]  [k] copy_page
     0.08%              sh  [kernel.kallsyms]  [k] __aeabi_uidiv
     0.08%              sh  [kernel.kallsyms]  [k] memmove
     0.08%              sh  [kernel.kallsyms]  [k] skb_recycle_check
     0.08%              sh  [kernel.kallsyms]  [k] netif_skb_features
     0.08%              sh  [kernel.kallsyms]  [k] skb_dst_set_noref
     0.08%              sh  [kernel.kallsyms]  [k] nf_iterate
     0.08%              sh  [kernel.kallsyms]  [k] ipv4_validate_peer
     0.08%              sh  [kernel.kallsyms]  [k] inet_gro_receive
     0.08%              sh  [kernel.kallsyms]  [k] md5_transform
     0.08%              sh  [kernel.kallsyms]  [k] down_read
     0.08%              sh  [ath10k_pci]       [k] ath10k_pci_ce_recv_data
     0.08%              sh  [ath10k_pci]       [k] ath10k_pci_tasklet
     0.08%              sh  [ath10k_core]      [k] ath10k_tx
     0.08%              sh  [ath10k_core]      [k] $a
     0.08%              rm  [mac80211]         [k] $a
     0.08%              rm  [mac80211]         [k] invoke_tx_handlers
     0.08%              rm  [mac80211]         [k] 
ieee80211_sta_reset_conn_monitor
     0.08%              rm  [kernel.kallsyms]  [k] mod_timer
     0.08%              rm  [kernel.kallsyms]  [k] find_vma
     0.08%              rm  [kernel.kallsyms]  [k] __vma_link_file
     0.08%              rm  [kernel.kallsyms]  [k] do_mmap_pgoff
     0.08%              rm  [kernel.kallsyms]  [k] kfree
     0.08%              rm  [kernel.kallsyms]  [k] mv_eth_poll
     0.08%              rm  [kernel.kallsyms]  [k] consume_skb
     0.08%              rm  [kernel.kallsyms]  [k] __alloc_skb
     0.08%              rm  [kernel.kallsyms]  [k] skb_put
     0.08%              rm  [kernel.kallsyms]  [k] dev_kfree_skb_any
     0.08%              rm  [kernel.kallsyms]  [k] ip_route_input_common
     0.08%              rm  [kernel.kallsyms]  [k] ip_rcv
     0.08%              rm  [cfg80211]         [k] ieee80211_hdrlen
     0.08%              rm  [ath10k_pci]       [k] ath10k_pci_ce_recv_data
     0.08%              rm  [ath10k_pci]       [k] ath10k_pci_tasklet
     0.08%              rm  [ath10k_core]      [k] 
ath10k_htt_rx_msdu_buff_replenish
     0.08%              rm  [ath10k_core]      [k] 
ath10k_htt_rx_h_protected.isra.16
     0.08%              rm  [ath10k_core]      [k] $a
     0.08%       principal  [mac80211]         [k] 
ieee80211_rx_h_michael_mic_verify
     0.08%       principal  [kernel.kallsyms]  [k] do_smart_update
     0.08%       principal  [kernel.kallsyms]  [k] memcpy
     0.08%       principal  [ath10k_pci]       [k] ath10k_ce_completed_send_next
     0.08%         monitor  libc-2.13.so       [.] memchr
     0.08%         monitor  libc-2.13.so       [.] __rawmemchr
     0.08%         monitor  [mac80211]         [k] ieee80211_deliver_skb
     0.08%         monitor  [mac80211]         [k] ieee80211_rx
     0.08%         monitor  [mac80211]         [k] ieee80211_get_bssid
     0.08%         monitor  [kernel.kallsyms]  [k] __kunmap_atomic
     0.08%         monitor  [kernel.kallsyms]  [k] release_task
     0.08%         monitor  [kernel.kallsyms]  [k] local_bh_disable
     0.08%         monitor  [kernel.kallsyms]  [k] local_bh_enable
     0.08%         monitor  [kernel.kallsyms]  [k] round_jiffies_up
     0.08%         monitor  [kernel.kallsyms]  [k] get_signal_to_deliver
     0.08%         monitor  [kernel.kallsyms]  [k] unlink_anon_vmas
     0.08%         monitor  [kernel.kallsyms]  [k] kfree
     0.08%         monitor  [kernel.kallsyms]  [k] free_fdtable_rcu
     0.08%         monitor  [kernel.kallsyms]  [k] __aeabi_uidiv
     0.08%         monitor  [kernel.kallsyms]  [k] skb_trim
     0.08%         monitor  [kernel.kallsyms]  [k] harmonize_features
     0.08%         monitor  [ath10k_pci]       [k] ath10k_ce_recv_buf_enqueue
     0.08%         monitor  [ath10k_core]      [k] $a
     0.08%         monitor  [ath10k_core]      [k] ath10k_htt_tx
     0.08%        modprobe  libc-2.13.so       [.] malloc
     0.08%        modprobe  libc-2.13.so       [.] realloc
     0.08%        modprobe  libc-2.13.so       [.] strchr
     0.08%        modprobe  libc-2.13.so       [.] memcpy
     0.08%        modprobe  busybox            [.] 0x6bd08 
     0.08%        modprobe  [mac80211]         [k] ieee80211_tx_status
     0.08%        modprobe  [mac80211]         [k] $a
     0.08%        modprobe  [mac80211]         [k] ieee80211_rx
     0.08%        modprobe  [mac80211]         [k] $a
     0.08%        modprobe  [mac80211]         [k] $a
     0.08%        modprobe  [kernel.kallsyms]  [k] local_bh_enable
     0.08%        modprobe  [kernel.kallsyms]  [k] round_jiffies_up
     0.08%        modprobe  [kernel.kallsyms]  [k] filemap_fault
     0.08%        modprobe  [kernel.kallsyms]  [k] __alloc_pages_nodemask
     0.08%        modprobe  [kernel.kallsyms]  [k] expand_downwards
     0.08%        modprobe  [kernel.kallsyms]  [k] ksize
     0.08%        modprobe  [kernel.kallsyms]  [k] kmem_cache_free
     0.08%        modprobe  [kernel.kallsyms]  [k] kmem_cache_alloc
     0.08%        modprobe  [kernel.kallsyms]  [k] __d_lookup_rcu
     0.08%        modprobe  [kernel.kallsyms]  [k] copy_page
     0.08%        modprobe  [kernel.kallsyms]  [k] __aeabi_uidiv
     0.08%        modprobe  [kernel.kallsyms]  [k] memcpy
     0.08%        modprobe  [kernel.kallsyms]  [k] __memzero
     0.08%        modprobe  [kernel.kallsyms]  [k] mv_eth_select_txq
     0.08%        modprobe  [kernel.kallsyms]  [k] skb_push
     0.08%        modprobe  [kernel.kallsyms]  [k] skb_put
     0.08%        modprobe  [kernel.kallsyms]  [k] __netif_receive_skb
     0.08%        modprobe  [kernel.kallsyms]  [k] eth_type_trans
     0.08%        modprobe  [kernel.kallsyms]  [k] ip_rcv
     0.08%        modprobe  [kernel.kallsyms]  [k] ip_forward
     0.08%        modprobe  [kernel.kallsyms]  [k] ip_output
     0.08%        modprobe  [kernel.kallsyms]  [k] do_page_fault.part.8
     0.08%        modprobe  [cfg80211]         [k] ieee80211_data_to_8023
     0.08%        modprobe  [ath10k_pci]       [k] ath10k_ce_send_nolock
     0.08%        modprobe  [ath10k_pci]       [k] 
ath10k_ce_per_engine_service_any
     0.08%        modprobe  [ath10k_core]      [k] ath10k_tx
     0.08%        modprobe  [ath10k_core]      [k] 
ath10k_htc_rx_completion_handler
     0.08%        modprobe  [ath10k_core]      [k] $a
     0.08%        modprobe  [ath10k_core]      [k] $a
     0.08%        lighttpd  [mac80211]         [k] ieee80211_tx_status
     0.08%        lighttpd  [mac80211]         [k] ieee80211_rx
     0.08%        lighttpd  [kernel.kallsyms]  [k] kfree
     0.08%        lighttpd  [kernel.kallsyms]  [k] __kmalloc_track_caller
     0.08%        lighttpd  [kernel.kallsyms]  [k] kmem_cache_alloc
     0.08%        lighttpd  [kernel.kallsyms]  [k] do_sys_poll
     0.08%        lighttpd  [kernel.kallsyms]  [k] memcpy
     0.08%        lighttpd  [kernel.kallsyms]  [k] __memzero
     0.08%        lighttpd  [kernel.kallsyms]  [k] rb_insert_color
     0.08%        lighttpd  [kernel.kallsyms]  [k] __netif_receive_skb
     0.08%        lighttpd  [kernel.kallsyms]  [k] netif_receive_skb
     0.08%        lighttpd  [kernel.kallsyms]  [k] dev_gro_receive
     0.08%        lighttpd  [kernel.kallsyms]  [k] ip_local_deliver_finish
     0.08%        lighttpd  [kernel.kallsyms]  [k] ip_forward
     0.08%        lighttpd  [kernel.kallsyms]  [k] ip_finish_output
     0.08%     kworker/u:2  [kernel.kallsyms]  [k] dev_hard_start_xmit
     0.08%     kworker/u:1  [mac80211]         [k] ieee80211_netdev_select_queue
     0.08%     kworker/u:1  [mac80211]         [k] ieee80211_deliver_skb
     0.08%     kworker/u:1  [mac80211]         [k] $a
     0.08%     kworker/u:1  [mac80211]         [k] 
ieee80211_prepare_and_rx_handle
     0.08%     kworker/u:1  [mac80211]         [k] ieee80211_rx
     0.08%     kworker/u:1  [mac80211]         [k] ieee80211_tx_prepare
     0.08%     kworker/u:1  [mac80211]         [k] ieee80211_rx_mgmt_beacon
     0.08%     kworker/u:1  [kernel.kallsyms]  [k] msecs_to_jiffies
     0.08%     kworker/u:1  [kernel.kallsyms]  [k] kmem_cache_free
     0.08%     kworker/u:1  [kernel.kallsyms]  [k] kmem_cache_alloc
     0.08%     kworker/u:1  [kernel.kallsyms]  [k] __memzero
     0.08%     kworker/u:1  [kernel.kallsyms]  [k] mvsd_request
     0.08%     kworker/u:1  [kernel.kallsyms]  [k] __kfree_skb
     0.08%     kworker/u:1  [kernel.kallsyms]  [k] dev_alloc_skb
     0.08%     kworker/u:1  [kernel.kallsyms]  [k] harmonize_features
     0.08%     kworker/u:1  [kernel.kallsyms]  [k] dev_gro_receive
     0.08%     kworker/u:1  [kernel.kallsyms]  [k] dev_hard_start_xmit
     0.08%     kworker/u:1  [kernel.kallsyms]  [k] nf_hook_slow
     0.08%     kworker/u:1  [kernel.kallsyms]  [k] ip_route_input_common
     0.08%     kworker/u:1  [kernel.kallsyms]  [k] ip_rcv
     0.08%     kworker/u:1  [cfg80211]         [k] ieee80211_hdrlen
     0.08%     kworker/u:1  [cfg80211]         [k] ieee80211_data_to_8023
     0.08%     kworker/u:1  [ath10k_core]      [k] $a
     0.08%     ksoftirqd/0  [mac80211]         [k] sta_info_get
     0.08%     ksoftirqd/0  [mac80211]         [k] 
ieee80211_rx_h_michael_mic_verify
     0.08%     ksoftirqd/0  [mac80211]         [k] ieee80211_netdev_select_queue
     0.08%     ksoftirqd/0  [mac80211]         [k] ieee80211_deliver_skb
     0.08%     ksoftirqd/0  [mac80211]         [k] $a
     0.08%     ksoftirqd/0  [mac80211]         [k] $a
     0.08%     ksoftirqd/0  [mac80211]         [k] ieee80211_tx
     0.08%     ksoftirqd/0  [mac80211]         [k] ieee80211_xmit
     0.08%     ksoftirqd/0  [mac80211]         [k] ieee80211_subif_start_xmit
     0.08%     ksoftirqd/0  [mac80211]         [k] 
ieee80211_downgrade_queue.isra.1
     0.08%     ksoftirqd/0  [mac80211]         [k] ieee80211_select_queue
     0.08%     ksoftirqd/0  [mac80211]         [k] $a
     0.08%     ksoftirqd/0  [kernel.kallsyms]  [k] vfp_notifier
     0.08%     ksoftirqd/0  [kernel.kallsyms]  [k] __do_softirq
     0.08%     ksoftirqd/0  [kernel.kallsyms]  [k] run_ksoftirqd
     0.08%     ksoftirqd/0  [kernel.kallsyms]  [k] round_jiffies_common
     0.08%     ksoftirqd/0  [kernel.kallsyms]  [k] round_jiffies_up
     0.08%     ksoftirqd/0  [kernel.kallsyms]  [k] memmove
     0.08%     ksoftirqd/0  [kernel.kallsyms]  [k] mv_eth_select_txq
     0.08%     ksoftirqd/0  [kernel.kallsyms]  [k] mv_eth_skb_recycle
     0.08%     ksoftirqd/0  [kernel.kallsyms]  [k] skb_recycle
     0.08%     ksoftirqd/0  [kernel.kallsyms]  [k] skb_recycle_check
     0.08%     ksoftirqd/0  [kernel.kallsyms]  [k] dev_alloc_skb
     0.08%     ksoftirqd/0  [kernel.kallsyms]  [k] dev_gro_receive
     0.08%     ksoftirqd/0  [kernel.kallsyms]  [k] skb_gro_reset_offset
     0.08%     ksoftirqd/0  [kernel.kallsyms]  [k] skb_dst_set_noref
     0.08%     ksoftirqd/0  [kernel.kallsyms]  [k] inet_gro_receive
     0.08%     ksoftirqd/0  [kernel.kallsyms]  [k] __schedule
     0.08%     ksoftirqd/0  [cfg80211]         [k] cfg80211_classify8021d
     0.08%     ksoftirqd/0  [ath10k_pci]       [k] ath10k_pci_ce_send_done
     0.08%     ksoftirqd/0  [ath10k_pci]       [k] ath10k_pci_hif_tx_sg
     0.08%     ksoftirqd/0  [ath10k_pci]       [k] 
ath10k_pci_fw_interrupt_handler
     0.08%     ksoftirqd/0  [ath10k_pci]       [k] ath10k_ce_per_engine_service
     0.08%     ksoftirqd/0  [ath10k_pci]       [k] 0x3384  
     0.08%     ksoftirqd/0  [ath10k_core]      [k] $a
     0.08%     ksoftirqd/0  [ath10k_core]      [k] $a
     0.08%     ksoftirqd/0  [ath10k_core]      [k] ath10k_htt_txrx_compl_task
     0.08%     ksoftirqd/0  [ath10k_core]      [k] $a
     0.08%     ksoftirqd/0  [ath10k_core]      [k] 0x76d4  
     0.08%              iw  libc-2.13.so       [.] __libc_calloc
     0.08%              iw  libc-2.13.so       [.] _dl_addr
     0.08%              iw  libc-2.13.so       [.] 0x32124 
     0.08%              iw  [mac80211]         [k] 
ieee80211_rx_h_michael_mic_verify
     0.08%              iw  [mac80211]         [k] ieee80211_tx_prepare
     0.08%              iw  [mac80211]         [k] ieee80211_tx
     0.08%              iw  [mac80211]         [k] ieee80211_subif_start_xmit
     0.08%              iw  [kernel.kallsyms]  [k] __sync_icache_dcache
     0.08%              iw  [kernel.kallsyms]  [k] 
v6_clear_user_highpage_nonaliasing
     0.08%              iw  [kernel.kallsyms]  [k] v7wbi_flush_user_tlb_range
     0.08%              iw  [kernel.kallsyms]  [k] msecs_to_jiffies
     0.08%              iw  [kernel.kallsyms]  [k] down_read_trylock
     0.08%              iw  [kernel.kallsyms]  [k] local_clock
     0.08%              iw  [kernel.kallsyms]  [k] filemap_fault
     0.08%              iw  [kernel.kallsyms]  [k] __do_fault
     0.08%              iw  [kernel.kallsyms]  [k] dma_pool_alloc
     0.08%              iw  [kernel.kallsyms]  [k] kfree
     0.08%              iw  [kernel.kallsyms]  [k] kmem_cache_alloc
     0.08%              iw  [kernel.kallsyms]  [k] get_empty_filp
     0.08%              iw  [kernel.kallsyms]  [k] __aeabi_uidiv
     0.08%              iw  [kernel.kallsyms]  [k] __aeabi_uidivmod
     0.08%              iw  [kernel.kallsyms]  [k] mv_eth_tx
     0.08%              iw  [kernel.kallsyms]  [k] sock_recvmsg
     0.08%              iw  [kernel.kallsyms]  [k] skb_pull
     0.08%              iw  [kernel.kallsyms]  [k] consume_skb
     0.08%              iw  [kernel.kallsyms]  [k] skb_push
     0.08%              iw  [kernel.kallsyms]  [k] harmonize_features
     0.08%              iw  [kernel.kallsyms]  [k] netif_receive_skb
     0.08%              iw  [kernel.kallsyms]  [k] skb_gro_reset_offset
     0.08%              iw  [kernel.kallsyms]  [k] dev_kfree_skb_any
     0.08%              iw  [kernel.kallsyms]  [k] eth_type_trans
     0.08%              iw  [kernel.kallsyms]  [k] nf_hook_slow
     0.08%              iw  [kernel.kallsyms]  [k] ip_route_input_common
     0.08%              iw  [kernel.kallsyms]  [k] ip_rcv
     0.08%              iw  [kernel.kallsyms]  [k] ip_output
     0.08%              iw  [kernel.kallsyms]  [k] ip_sabotage_in
     0.08%              iw  [kernel.kallsyms]  [k] __schedule
     0.08%              iw  [kernel.kallsyms]  [k] do_page_fault.part.8
     0.08%              iw  [cfg80211]         [k] ieee80211_data_to_8023
     0.08%              iw  [cfg80211]         [k] cfg80211_classify8021d
     0.08%              iw  [ath10k_pci]       [k] 
ath10k_pci_fw_interrupt_handler       
     0.08%              iw  [ath10k_pci]       [k] ath10k_ce_send_nolock
     0.08%              iw  [ath10k_pci]       [k] ath10k_ce_recv_buf_enqueue
     0.08%              iw  [ath10k_core]      [k] ath10k_tx
     0.08%              iw  [ath10k_core]      [k] ath10k_htt_rx_amsdu_pop
     0.08%            grep  ld-2.13.so         [.] 0xfc24  
     0.08%            grep  [kernel.kallsyms]  [k] mod_timer
     0.08%            grep  [kernel.kallsyms]  [k] memblock_is_memory
     0.08%            grep  [kernel.kallsyms]  [k] kmem_cache_alloc
     0.08%            grep  [kernel.kallsyms]  [k] memcpy
     0.08%            grep  [kernel.kallsyms]  [k] __kfree_skb
     0.08%            grep  [kernel.kallsyms]  [k] dev_queue_xmit
     0.08%            grep  [kernel.kallsyms]  [k] eth_type_trans
     0.08%            grep  [kernel.kallsyms]  [k] ipv4_validate_peer
     0.08%            grep  [kernel.kallsyms]  [k] ip_rcv
     0.08%            grep  [ath10k_pci]       [k] ath10k_pci_ce_recv_data
     0.08%            grep  [ath10k_core]      [k] $a
     0.08%           egrep  ld-2.13.so         [.] 0x9b14  
     0.08%           egrep  [mac80211]         [k] ieee80211_get_mmie_keyidx
     0.08%           egrep  [mac80211]         [k] ieee80211_rx_handlers_result
     0.08%           egrep  [mac80211]         [k] ieee80211_rx_handlers
     0.08%           egrep  [mac80211]         [k] $a
     0.08%           egrep  [mac80211]         [k] $a
     0.08%           egrep  [mac80211]         [k] $a
     0.08%           egrep  [mac80211]         [k] 
ieee80211_sta_reset_conn_monitor
     0.08%           egrep  [kernel.kallsyms]  [k] mod_timer
     0.08%           egrep  [kernel.kallsyms]  [k] rw_verify_area
     0.08%           egrep  [kernel.kallsyms]  [k] __memzero
     0.08%           egrep  [kernel.kallsyms]  [k] radix_tree_lookup_element
     0.08%           egrep  [kernel.kallsyms]  [k] __down_read_trylock
     0.08%           egrep  [kernel.kallsyms]  [k] mv_eth_skb_recycle
     0.08%           egrep  [kernel.kallsyms]  [k] __kfree_skb
     0.08%           egrep  [kernel.kallsyms]  [k] __alloc_skb
     0.08%           egrep  [kernel.kallsyms]  [k] dev_hard_start_xmit
     0.08%           egrep  [kernel.kallsyms]  [k] nf_hook_slow
     0.08%           egrep  [kernel.kallsyms]  [k] ip_forward_finish
     0.08%           egrep  [kernel.kallsyms]  [k] ip_finish_output
     0.08%           egrep  [kernel.kallsyms]  [k] ip_output
     0.08%           egrep  [kernel.kallsyms]  [k] do_page_fault.part.8
     0.08%           egrep  [ath10k_pci]       [k] ath10k_pci_hif_tx_sg
     0.08%           egrep  [ath10k_core]      [k] ath10k_htt_rx_amsdu_pop
     0.08%           egrep  [ath10k_core]      [k] ath10k_htt_tx
     0.08%             cut  [mac80211]         [k] ieee80211_rx
     0.08%             cut  [kernel.kallsyms]  [k] local_bh_enable
     0.08%             cut  [kernel.kallsyms]  [k] do_sync_read
     0.08%             cut  [kernel.kallsyms]  [k] memset
     0.08%             cut  [kernel.kallsyms]  [k] dev_kfree_skb_any
     0.08%             cut  [kernel.kallsyms]  [k] ip_route_input_common
     0.08%             cut  [kernel.kallsyms]  [k] do_page_fault.part.8
     0.08%             cut  [cfg80211]         [k] ieee80211_hdrlen
     0.08%             cut  [cfg80211]         [k] ieee80211_data_to_8023
     0.08%             cut  [ath10k_core]      [k] $a
     0.08%          cgi_fh  libc-2.13.so       [.] putchar
     0.08%          cgi_fh  ld-2.13.so         [.] 0x9abc  
     0.08%          cgi_fh  [mac80211]         [k] ieee80211_tx_status
     0.08%          cgi_fh  [mac80211]         [k] ieee80211_rx_handlers
     0.08%          cgi_fh  [kernel.kallsyms]  [k] current_kernel_time
     0.08%          cgi_fh  [kernel.kallsyms]  [k] perf_event_mmap_output
     0.08%          cgi_fh  [kernel.kallsyms]  [k] filemap_fault
     0.08%          cgi_fh  [kernel.kallsyms]  [k] __kmalloc
     0.08%          cgi_fh  [kernel.kallsyms]  [k] expand_files
     0.08%          cgi_fh  [kernel.kallsyms]  [k] __memzero
     0.08%          cgi_fh  [kernel.kallsyms]  [k] skb_put
     0.08%          cgi_fh  [kernel.kallsyms]  [k] eth_type_trans
     0.08%          cgi_fh  [kernel.kallsyms]  [k] do_page_fault.part.8
     0.08%          cgi_fh  [ath10k_core]      [k] $a
     0.08%           :2577  [mac80211]         [k] $a
     0.08%           :2532  [ath10k_core]      [k] ath10k_htt_rx_amsdu_pop
_______________________________________________
ath10k mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/ath10k

Reply via email to