aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2015-08-14 16:16:27 +0000
committerArnaldo Carvalho de Melo <[email protected]>2015-08-14 16:16:27 +0000
commit7f4f800131a281a1e1738c0bc45659c1260dc96a (patch)
treec147a2f702b590ada518b33a19fff30482116c83 /tools/perf/builtin-script.c
parentperf probe: Fix to add missed brace around if block (diff)
downloadkernel-7f4f800131a281a1e1738c0bc45659c1260dc96a.tar.gz
kernel-7f4f800131a281a1e1738c0bc45659c1260dc96a.zip
perf trace: Move vfs_getname storage to per thread area
We were storing the vfs_getname payload (i.e. ptr->string) into the trace wide storage area (struct trace), so that we could use the last payload when setting up the fd->pathname per thread tables, oops, not a good idea for multi cpu tracing sessions... Fix it by moving it to the per thread area (struct thread_trace). Cc: Adrian Hunter <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: David Ahern <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Stephane Eranian <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/builtin-script.c')
0 files changed, 0 insertions, 0 deletions