mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
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>
32 lines
815 B
Text
32 lines
815 B
Text
tools/perf
|
|
tools/scripts
|
|
tools/lib/traceevent
|
|
tools/lib/lk
|
|
include/linux/const.h
|
|
include/linux/perf_event.h
|
|
include/linux/rbtree.h
|
|
include/linux/list.h
|
|
include/linux/hash.h
|
|
include/linux/stringify.h
|
|
lib/rbtree.c
|
|
include/linux/swab.h
|
|
arch/*/include/asm/unistd*.h
|
|
arch/*/include/asm/perf_regs.h
|
|
arch/*/include/uapi/asm/unistd*.h
|
|
arch/*/include/uapi/asm/perf_regs.h
|
|
arch/*/lib/memcpy*.S
|
|
arch/*/lib/memset*.S
|
|
include/linux/poison.h
|
|
include/linux/magic.h
|
|
include/linux/hw_breakpoint.h
|
|
include/linux/rbtree_augmented.h
|
|
include/uapi/linux/perf_event.h
|
|
include/uapi/linux/const.h
|
|
include/uapi/linux/swab.h
|
|
include/uapi/linux/hw_breakpoint.h
|
|
arch/x86/include/asm/svm.h
|
|
arch/x86/include/asm/vmx.h
|
|
arch/x86/include/asm/kvm_host.h
|
|
arch/x86/include/uapi/asm/svm.h
|
|
arch/x86/include/uapi/asm/vmx.h
|
|
arch/x86/include/uapi/asm/kvm.h
|