diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2015-08-04 22:17:29 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-08-05 10:52:40 -0300 |
commit | e4d44e830a4bbeb0cf6fdd24c24794a2e599e26d (patch) | |
tree | dd7df994772393e772d331c9d5c75cfc10aba36f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 08c987763ad3bc1aef133bcac073198ff86efa85 (diff) |
perf trace: Use a constant for the syscall formatting buffer
We were using it as a magic number, 1024, fix that.
Eventually we need to stop doing it per line, and do it per
arg, traversing the args at output time, to avoid the memmove()
calls that will be used in the next cset to replace pointers
present at raw_syscalls:sys_enter time with its contents that
appear at probe:vfs_getname time, before raw_syscalls:sys_exit
time.
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: Milian Wolff <[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