diff options
author | 2013-11-09 17:58:54 +0100 | |
---|---|---|
committer | 2013-11-20 16:31:00 +0100 | |
commit | 803200e24abf0f9ec18631290d26b2185477f3a6 (patch) | |
tree | f04ac6d7dd72f4b73acaaf86576c7a27cb8b9386 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | uprobes: Add uprobe_task->dup_xol_work/dup_xol_addr (diff) | |
download | linux-dev-803200e24abf0f9ec18631290d26b2185477f3a6.tar.xz linux-dev-803200e24abf0f9ec18631290d26b2185477f3a6.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions