 85c66be101
			
		
	
	
	85c66be101
	
	
	
		
			
			This introduces the tools/lib/lk library, that will gradually have the routines that now are used in tools/perf/ and other tools and that can be shared. Start by carving out debugfs routines for general use. Signed-off-by: Borislav Petkov <bp@suse.de> Cc: Ingo Molnar <mingo@kernel.org> Cc: Steven Rostedt <rostedt@goodmis.org> Link: http://lkml.kernel.org/r/1361374353-30385-5-git-send-email-bp@alien8.de [ committer note: Add tools/lib/lk/ to perf's MANIFEST so that its tarballs continue to build ] Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			381 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			381 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
| #
 | |
| # List of files needed by perf python extension
 | |
| #
 | |
| # Each source file must be placed on its own line so that it can be
 | |
| # processed by Makefile and util/setup.py accordingly.
 | |
| #
 | |
| 
 | |
| util/python.c
 | |
| util/ctype.c
 | |
| util/evlist.c
 | |
| util/evsel.c
 | |
| util/cpumap.c
 | |
| util/hweight.c
 | |
| util/thread_map.c
 | |
| util/util.c
 | |
| util/xyarray.c
 | |
| util/cgroup.c
 | |
| util/rblist.c
 | |
| util/strlist.c
 | |
| util/sysfs.c
 | |
| ../../lib/rbtree.c
 |