aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorVivek Goyal <[email protected]>2014-03-18 19:26:40 +0000
committerH. Peter Anvin <[email protected]>2014-03-19 22:44:09 +0000
commit04999550f93234bf05597a9b7d26e2bfe27ba883 (patch)
tree633f18a3225e8e898a65f4f1d95f2577e6ccf924 /tools/perf/scripts/python/event_analyzing_sample.py
parentx86, boot: Move memcmp() into string.h and string.c (diff)
downloadkernel-04999550f93234bf05597a9b7d26e2bfe27ba883.tar.gz
kernel-04999550f93234bf05597a9b7d26e2bfe27ba883.zip
x86, boot: Move memset() definition in compressed/string.c
Currently compressed/misc.c needs to link against memset(). I think one of the reasons of this need is inclusion of various header files which define static inline functions and use memset() inside these. For example, include/linux/bitmap.h I think trying to include "../string.h" and using builtin version of memset does not work because by the time "#define memset" shows up, it is too late. Some other header file has already used memset() and expects to find a definition during link phase. Currently we have a C definitoin of memset() in misc.c. Move it to compressed/string.c so that others can use it if need be. Signed-off-by: Vivek Goyal <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: H. Peter Anvin <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions