diff options
author | Masami Hiramatsu <[email protected]> | 2010-04-14 18:39:35 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2010-04-14 17:41:14 -0300 |
commit | dd259c5db26ccda46409dbf6efc79d5a2b259e38 (patch) | |
tree | c392f55f5a6529c053c1a5581d96b007f2a92229 /tools/perf/util/trace-event-scripting.c | |
parent | 7ca5989dd065cbc48a958666c273794686ea7525 (diff) |
perf probe: Fix mis-estimation for shortening filename
Fix mis-estimation size for making a short filename.
Since the buffer size is 32 bytes and there are '@' prefix and
'\0' termination, maximum shorten filename length should be
30. This means, before searching '/', it should be 31 bytes.
LKML-Reference: <[email protected]>
Signed-off-by: Masami Hiramatsu <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions