linux-uconsole/tools/perf/util
Adrian Hunter ef69942114 perf auxtrace: Fix queue resize
commit 99cbbe56eb upstream.

When the number of queues grows beyond 32, the array of queues is
resized but not all members were being copied. Fix by also copying
'tid', 'cpu' and 'set'.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: stable@vger.kernel.org
Fixes: e502789302 ("perf auxtrace: Add helpers for queuing AUX area tracing data")
Link: http://lkml.kernel.org/r/20180814084608.6563-1-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-09-09 20:04:36 +02:00
..
include perf tools: Move syscall number fallbacks from perf-sys.h to tools/arch/x86/include/asm/ 2018-07-19 15:35:57 +02:00
intel-pt-decoder perf intel-pt: Fix packet decoding of CYC packets 2018-07-03 11:21:33 +02:00
scripting-engines
abspath.c
alias.c
annotate.c
annotate.h
auxtrace.c perf auxtrace: Fix queue resize 2018-09-09 20:04:36 +02:00
auxtrace.h
bitmap.c
bpf-loader.c
bpf-loader.h
Build
build-id.c
build-id.h
cache.h
callchain.c
callchain.h
cgroup.c
cgroup.h
cloexec.c
cloexec.h
color.c
color.h
comm.c
comm.h
config.c
counts.c
counts.h
cpumap.c
cpumap.h
ctype.c
data-convert-bt.c
data-convert-bt.h
data.c
data.h
db-export.c
db-export.h
debug.c
debug.h
dso.c perf tools: Fix symbol and object code resolution for vdso32 and vdsox32 2018-07-03 11:21:32 +02:00
dso.h
dwarf-aux.c
dwarf-aux.h
env.c
env.h
environment.c
event.c perf tools: Make perf_event__synthesize_mmap_events() scale 2018-03-22 09:23:20 +01:00
event.h
evlist.c
evlist.h
evsel.c perf callchain: Fix attr.sample_max_stack setting 2018-05-30 07:48:53 +02:00
evsel.h
exec_cmd.c
exec_cmd.h
find-vdso-map.c
generate-cmdlist.sh
header.c perf header: Set proper module name when build-id event found 2018-04-13 19:50:18 +02:00
header.h
help.c
help.h
hist.c perf report: Fix memory corruption in --branch-history mode --branch-history 2018-05-30 07:49:16 +02:00
hist.h perf report: Fix memory corruption in --branch-history mode --branch-history 2018-05-30 07:49:16 +02:00
intel-bts.c
intel-bts.h
intel-pt.c perf intel-pt: Fix "Unexpected indirect branch" error 2018-07-03 11:21:33 +02:00
intel-pt.h
intlist.c
intlist.h
kvm-stat.h
levenshtein.c
levenshtein.h
llvm-utils.c perf llvm-utils: Remove bashism from kernel include fetch script 2018-08-24 13:26:59 +02:00
llvm-utils.h
lzma.c
machine.c
machine.h
map.c
map.h
ordered-events.c perf inject: Copy events when reordering events in pipe mode 2018-03-22 09:23:26 +01:00
ordered-events.h
pager.c
parse-branch-options.c
parse-branch-options.h
parse-events.c
parse-events.h
parse-events.l
parse-events.y
parse-options.c
parse-options.h
parse-regs-options.c
parse-regs-options.h
path.c
PERF-VERSION-GEN
perf_regs.c
perf_regs.h
pmu.c
pmu.h
pmu.l
pmu.y
probe-event.c perf probe: Add warning message if there is unexpected event name 2018-04-13 19:50:12 +02:00
probe-event.h
probe-file.c
probe-file.h
probe-finder.c
probe-finder.h
pstack.c
pstack.h
python-ext-sources
python.c
quote.c
quote.h
rblist.c
rblist.h
record.c
run-command.c
run-command.h
session.c perf session: Don't rely on evlist in pipe mode 2018-03-22 09:23:26 +01:00
session.h
setup.py
sigchain.c
sigchain.h
sort.c perf sort: Fix segfault with basic block 'cycles' sort dimension 2018-03-22 09:23:20 +01:00
sort.h
srcline.c
stat-shadow.c
stat.c
stat.h
strbuf.c
strbuf.h
strfilter.c
strfilter.h
string.c
strlist.c
strlist.h
svghelper.c
svghelper.h
symbol-elf.c
symbol-minimal.c
symbol.c
symbol.h
target.c
target.h
thread-stack.c
thread-stack.h
thread.c
thread.h
thread_map.c
thread_map.h
tool.h
top.c
top.h
trace-event-info.c
trace-event-parse.c
trace-event-read.c
trace-event-scripting.c
trace-event.c
trace-event.h
tsc.c
tsc.h
unwind-libdw.c perf report: Ensure the perf DSO mapping matches what libdw sees 2018-04-13 19:50:18 +02:00
unwind-libdw.h
unwind-libunwind.c
unwind.h
usage.c
util.c perf tools: Fix copyfile_offset update of output offset 2018-04-13 19:50:23 +02:00
util.h
values.c
values.h
vdso.c
vdso.h
wrapper.c
xyarray.c
xyarray.h
zlib.c