Searched refs:kallsyms (Results 101 - 125 of 146) sorted by relevance

123456

/linux-master/include/linux/
H A Dmodule.h476 struct mod_kallsyms __rcu *kallsyms; member in struct:module
930 /* For kallsyms to ask for address resolution. namebuf should be at
966 /* For kallsyms to ask for address resolution. NULL means not found. */
H A Dftrace.h13 #include <linux/kallsyms.h>
H A Dfilter.h20 #include <linux/kallsyms.h>
90 * kallsyms. That way, tools like perf can find it to match
1011 /* Reconstruction of call-sites is dependent on kallsyms,
1198 /* There are a couple of corner cases where kallsyms should
/linux-master/kernel/
H A Dkallsyms.c3 * kallsyms.c: in-kernel printing of symbolic oopses and stack traces.
13 * compression (see scripts/kallsyms.c for a more complete description)
15 #include <linux/kallsyms.h>
114 * kallsyms array.
190 * cleanup_symbol_name() (see scripts/kallsyms.c) if clang lto is enabled.
576 * caller. This function ensures that kallsyms will find the original caller
595 * caller. This function ensures that kallsyms will find the original caller
713 * The end position (last + 1) of each additional kallsyms section is recorded
948 proc_create("kallsyms", 0444, NULL, &kallsyms_proc_ops);
/linux-master/arch/arm/kernel/
H A Dtraps.c14 #include <linux/kallsyms.h>
/linux-master/tools/perf/util/
H A Dbpf-event.c11 #include <symbol/kallsyms.h>
383 const char *kallsyms_filename = "/proc/kallsyms";
/linux-master/arch/s390/kernel/
H A Ddis.c21 #include <linux/kallsyms.h>
/linux-master/arch/m68k/kernel/
H A Dtraps.c32 #include <linux/kallsyms.h>
/linux-master/arch/arm64/kernel/
H A Dtraps.c12 #include <linux/kallsyms.h>
/linux-master/arch/x86/kernel/
H A Dtraps.c17 #include <linux/kallsyms.h>
/linux-master/arch/loongarch/kernel/
H A Dtraps.c22 #include <linux/kallsyms.h>
/linux-master/lib/
H A Ddynamic_debug.c19 #include <linux/kallsyms.h>
H A Dlocking-selftest.c22 #include <linux/kallsyms.h>
/linux-master/kernel/livepatch/
H A Dcore.c16 #include <linux/kallsyms.h>
778 * is the nth occurrence of this symbol in kallsyms for the patched
852 pr_err("kallsyms size lookup failed for '%s'\n",
863 pr_err("kallsyms size lookup failed for '%s' replacement\n",
/linux-master/arch/x86/kernel/kprobes/
H A Dcore.c39 #include <linux/kallsyms.h>
/linux-master/init/
H A Dmain.c48 #include <linux/kallsyms.h>
/linux-master/kernel/module/
H A Dmain.c16 #include <linux/kallsyms.h>
1294 /* Unlink carefully: kallsyms could be walking list. */
2451 /* Setup kallsyms-specific fields. */
2469 /* For freeing module_init on success, in case kallsyms traversing */
2579 /* Switch to core kallsyms now init is done: kallsyms may be walking! */
2580 rcu_assign_pointer(mod->kallsyms, &mod->core_kallsyms);
2597 * We want to free module_init, but be aware that kallsyms may be
2763 * but kallsyms etc. can see us.
3035 /* Unlink carefully: kallsyms coul
[all...]
/linux-master/kernel/time/
H A Dtimer.c38 #include <linux/kallsyms.h>
/linux-master/kernel/debug/kdb/
H A Dkdb_main.c32 #include <linux/kallsyms.h>
/linux-master/kernel/trace/
H A Dtrace_events_synth.c9 #include <linux/kallsyms.h>
/linux-master/arch/mips/kernel/
H A Dtraps.c30 #include <linux/kallsyms.h>
/linux-master/arch/powerpc/kernel/
H A Dprocess.c30 #include <linux/kallsyms.h>
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c18 #include <linux/kallsyms.h>
/linux-master/drivers/scsi/
H A Desp_scsi.c13 #include <linux/kallsyms.h>
/linux-master/drivers/usb/gadget/
H A Dcomposite.c10 #include <linux/kallsyms.h>

Completed in 639 milliseconds

123456