forked from luck/tmp_suning_uos_patched
perf tools: Move hash.h header
Put it into tools/include/ for general usage. Signed-off-by: Borislav Petkov <bp@suse.de> Cc: David Ahern <dsahern@gmail.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@gmail.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Robert Richter <rric@kernel.org> Link: http://lkml.kernel.org/r/1391611914-26054-3-git-send-email-bp@alien8.de Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
cd0cfad74e
commit
0e55fa1131
5
tools/include/linux/hash.h
Normal file
5
tools/include/linux/hash.h
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#include "../../../include/linux/hash.h"
|
||||||
|
|
||||||
|
#ifndef _TOOLS_LINUX_HASH_H
|
||||||
|
#define _TOOLS_LINUX_HASH_H
|
||||||
|
#endif
|
|
@ -6,6 +6,7 @@ tools/lib/symbol/kallsyms.c
|
||||||
tools/lib/symbol/kallsyms.h
|
tools/lib/symbol/kallsyms.h
|
||||||
tools/include/asm/bug.h
|
tools/include/asm/bug.h
|
||||||
tools/include/linux/compiler.h
|
tools/include/linux/compiler.h
|
||||||
|
tools/include/linux/hash.h
|
||||||
include/linux/const.h
|
include/linux/const.h
|
||||||
include/linux/perf_event.h
|
include/linux/perf_event.h
|
||||||
include/linux/rbtree.h
|
include/linux/rbtree.h
|
||||||
|
|
|
@ -208,7 +208,7 @@ LIB_H += ../../include/uapi/linux/perf_event.h
|
||||||
LIB_H += ../../include/linux/rbtree.h
|
LIB_H += ../../include/linux/rbtree.h
|
||||||
LIB_H += ../../include/linux/list.h
|
LIB_H += ../../include/linux/list.h
|
||||||
LIB_H += ../../include/uapi/linux/const.h
|
LIB_H += ../../include/uapi/linux/const.h
|
||||||
LIB_H += ../../include/linux/hash.h
|
LIB_H += ../include/linux/hash.h
|
||||||
LIB_H += ../../include/linux/stringify.h
|
LIB_H += ../../include/linux/stringify.h
|
||||||
LIB_H += util/include/linux/bitmap.h
|
LIB_H += util/include/linux/bitmap.h
|
||||||
LIB_H += util/include/linux/bitops.h
|
LIB_H += util/include/linux/bitops.h
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
#include "../../../../include/linux/hash.h"
|
|
||||||
|
|
||||||
#ifndef PERF_HASH_H
|
|
||||||
#define PERF_HASH_H
|
|
||||||
#endif
|
|
Loading…
Reference in New Issue
Block a user