mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 08:26:29 +00:00 
			
		
		
		
	 31155bc03e
			
		
	
	
		31155bc03e
		
	
	
	
	
		
			
			Module example showing how to use the Linux Kernel Markers. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
		
			
				
	
	
		
			5 lines
		
	
	
		
			165 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			165 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # builds the kprobes example kernel modules;
 | |
| # then to use one (as root):  insmod <module_name.ko>
 | |
| 
 | |
| obj-$(CONFIG_SAMPLE_MARKERS) += probe-example.o marker-example.o
 |