diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2015-08-14 13:16:27 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-08-14 13:16:27 -0300 |
commit | 7f4f800131a281a1e1738c0bc45659c1260dc96a (patch) | |
tree | c147a2f702b590ada518b33a19fff30482116c83 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 86a76027457633488b0a83d5e2bb944159885605 (diff) |
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/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions