mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	Add tracepoints for lookup, lookup_revalidate and atomic_open Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			198 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			198 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * Copyright (c) 2013 Trond Myklebust <Trond.Myklebust@netapp.com>
 | 
						|
 */
 | 
						|
#include <linux/nfs_fs.h>
 | 
						|
#include <linux/namei.h>
 | 
						|
#include "internal.h"
 | 
						|
 | 
						|
#define CREATE_TRACE_POINTS
 | 
						|
#include "nfstrace.h"
 |