mirror of
https://github.com/dynup/kpatch
synced 2024-12-22 05:10:01 +00:00
c9e4230d88
symbol->has_fentry_call is x86 specfic. Rename it to more generic name, representing the general idea of calling profiling function at function entry. This patch converts all instance of symbol->has_fentry_call to symbol->has_func_profiling and also renames functions: kpatch_check_fentry_calls() -> kpatch_check_func_profiling_calls() kpatch_find_fentry_calls() -> kpatch_find_func_profiling_calls() Cc: Josh Poimboeuf <jpoimboe@redhat.com> Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> |
||
---|---|---|
.. | ||
insn | ||
create-diff-object.c | ||
create-klp-module.c | ||
create-kpatch-module.c | ||
kpatch-build | ||
kpatch-elf.c | ||
kpatch-elf.h | ||
kpatch-gcc | ||
kpatch-intermediate.h | ||
list.h | ||
log.h | ||
lookup.c | ||
lookup.h | ||
Makefile |