forked from mirrors/linux
		
	Add tracing of device-related interaction to aid performance analysis, especially around resync: tls:tls_device_offload_set tls:tls_device_rx_resync_send tls:tls_device_rx_resync_nh_schedule tls:tls_device_rx_resync_nh_delay tls:tls_device_tx_resync_req tls:tls_device_tx_resync_send Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			211 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			211 B
		
	
	
	
		
			C
		
	
	
	
	
	
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 | 
						|
/* Copyright (C) 2019 Netronome Systems, Inc. */
 | 
						|
 | 
						|
#include <linux/module.h>
 | 
						|
 | 
						|
#ifndef __CHECKER__
 | 
						|
#define CREATE_TRACE_POINTS
 | 
						|
#include "trace.h"
 | 
						|
 | 
						|
#endif
 |