Home
last modified time | relevance | path

Searched refs:kprobes (Results 51 – 75 of 95) sorted by relevance

1234

/openbmc/linux/arch/parisc/kernel/
H A DMakefile42 obj-$(CONFIG_KPROBES) += kprobes.o
/openbmc/linux/arch/loongarch/kernel/
H A DMakefile70 obj-$(CONFIG_KPROBES) += kprobes.o
/openbmc/linux/include/asm-generic/
H A DKbuild35 mandatory-y += kprobes.h
/openbmc/linux/arch/powerpc/kernel/
H A DMakefile142 obj-$(CONFIG_KPROBES) += kprobes.o
144 obj-$(CONFIG_KPROBES_ON_FTRACE) += kprobes-ftrace.o
/openbmc/linux/arch/s390/kernel/
H A DMakefile59 obj-$(CONFIG_KPROBES) += kprobes.o
/openbmc/linux/tools/power/pm-graph/config/
H A Dstandby.cfg7 # and kprobes. It is run like this
H A Dfreeze.cfg7 # and kprobes. It is run like this
H A Dstandby-callgraph.cfg7 # and kprobes. It is run like this
H A Dsuspend-dev.cfg7 # and kprobes. It is run like this
H A Dfreeze-dev.cfg7 # and kprobes. It is run like this
H A Dfreeze-callgraph.cfg7 # and kprobes. It is run like this
H A Dstandby-dev.cfg7 # and kprobes. It is run like this
H A Dsuspend-x2-proc.cfg7 # and kprobes. It is run like this
H A Dsuspend-callgraph.cfg7 # and kprobes. It is run like this
H A Dsuspend.cfg7 # and kprobes. It is run like this
H A Dexample.cfg7 # and kprobes. It is run like this
/openbmc/linux/tools/bootconfig/scripts/
H A Dbconf2ftrace.sh197 kprobes)
/openbmc/linux/arch/sparc/kernel/
H A DMakefile112 obj-$(CONFIG_KPROBES) += kprobes.o
/openbmc/linux/arch/mips/kernel/
H A DMakefile74 obj-$(CONFIG_KPROBES) += kprobes.o
/openbmc/linux/arch/arc/kernel/
H A Dentry.S223 ;============ TRAP N : breakpoints, kprobes etc
/openbmc/linux/samples/
H A DKconfig73 tristate "Build kprobes examples -- loadable modules only"
76 This build several kprobes example modules.
/openbmc/linux/arch/x86/kernel/
H A DMakefile105 obj-y += kprobes/
/openbmc/linux/kernel/
H A DMakefile89 obj-$(CONFIG_KPROBES) += kprobes.o
/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py314 kprobes = dict() variable in SystemValues
616 self.kprobes[name] = k
618 if name not in self.kprobes or 'color' not in self.kprobes[name]:
622 if name not in self.kprobes:
634 fmt, args = self.kprobes[name]['format'], self.kprobes[name]['args']
673 if len(self.kprobes) < 1:
702 self.kprobes.pop(name)
6613 kprobes = dict()
6622 if name in kprobes:
6627 for name in kprobes:
[all …]
/openbmc/linux/Documentation/livepatch/
H A Dreliable-stacktrace.rst109 * Trampoline assembly (e.g. ftrace, kprobes).
168 * A kprobes (or optprobes) trampoline may modify the return address so that

1234