Merge branch 'perf-probes-for-linus-2' of...
Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip * 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86: Issue at least one memory barrier in stop_machine_text_poke() perf probe: Correct probe syntax on command line help perf probe: Add lazy line matching support perf probe: Show more lines after last line perf probe: Check function address range strictly in line finder perf probe: Use libdw callback routines perf probe: Use elfutils-libdw for analyzing debuginfo perf probe: Rename probe finder functions perf probe: Fix bugs in line range finder perf probe: Update perf probe document perf probe: Do not show --line option without dwarf support kprobes: Add documents of jump optimization kprobes/x86: Support kprobes jump optimization on x86 x86: Add text_poke_smp for SMP cross modifying code kprobes/x86: Cleanup save/restore registers kprobes/x86: Boost probes when reentering kprobes: Jump optimization sysctl interface kprobes: Introduce kprobes jump optimization kprobes: Introduce generic insn_slot framework kprobes/x86: Cleanup RELATIVEJUMP_INSTRUCTION to RELATIVEJUMP_OPCODE
Showing
- Documentation/kprobes.txt 195 additions, 12 deletionsDocumentation/kprobes.txt
- arch/Kconfig 13 additions, 0 deletionsarch/Kconfig
- arch/x86/Kconfig 1 addition, 0 deletionsarch/x86/Kconfig
- arch/x86/include/asm/alternative.h 3 additions, 1 deletionarch/x86/include/asm/alternative.h
- arch/x86/include/asm/kprobes.h 30 additions, 1 deletionarch/x86/include/asm/kprobes.h
- arch/x86/kernel/alternative.c 60 additions, 0 deletionsarch/x86/kernel/alternative.c
- arch/x86/kernel/kprobes.c 504 additions, 105 deletionsarch/x86/kernel/kprobes.c
- include/linux/kprobes.h 44 additions, 0 deletionsinclude/linux/kprobes.h
- kernel/kprobes.c 557 additions, 90 deletionskernel/kprobes.c
- kernel/sysctl.c 12 additions, 0 deletionskernel/sysctl.c
- tools/perf/Documentation/perf-probe.txt 53 additions, 5 deletionstools/perf/Documentation/perf-probe.txt
- tools/perf/Makefile 5 additions, 5 deletionstools/perf/Makefile
- tools/perf/builtin-probe.c 20 additions, 16 deletionstools/perf/builtin-probe.c
- tools/perf/util/probe-event.c 37 additions, 18 deletionstools/perf/util/probe-event.c
- tools/perf/util/probe-finder.c 462 additions, 540 deletionstools/perf/util/probe-finder.c
- tools/perf/util/probe-finder.h 24 additions, 29 deletionstools/perf/util/probe-finder.h
- tools/perf/util/string.c 42 additions, 13 deletionstools/perf/util/string.c
- tools/perf/util/string.h 1 addition, 0 deletionstools/perf/util/string.h
Loading
Please register or sign in to comment