linux/kernel/events
Oleg Nesterov 803200e24a uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES]
arch_uprobe should be opaque as much as possible to the generic
code, but currently it assumes that insn/ixol must be u8[] of the
known size. Remove this unnecessary dependency, we can use "&" and
and sizeof() with the same effect.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
2013-11-20 16:31:00 +01:00
..
callchain.c
core.c perf: Factor out strncpy() in perf_event_mmap_event() 2013-11-06 12:34:28 +01:00
hw_breakpoint.c
internal.h perf: Fix arch_perf_out_copy_user default 2013-11-06 12:34:25 +01:00
Makefile
ring_buffer.c perf: Update a stale comment 2013-11-06 12:34:23 +01:00
uprobes.c uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES] 2013-11-20 16:31:00 +01:00