diff options
author | Jin Yao <[email protected]> | 2017-03-26 04:34:25 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2017-03-27 11:59:23 -0300 |
commit | 5580338d0f207921bc1fef5b668cd564adcc3419 (patch) | |
tree | 0ef03c35c38b64667e75594cdc93dcb00330661c /include/linux/fpga/fpga-bridge.h | |
parent | b0ad8ea66445d64a469df0c710947f4cdb8ef16b (diff) |
perf report: Refactor common code in srcline.c
Introduce dso__name() and filename_split() out of existing code because
these codes will be used in several places in next patch.
For filename_split(), it may also solve a potential memory leak in
existing code. In existing addr2line(),
sep = strchr(filename, ':');
if (sep) {
*sep++ = '\0';
*file = filename;
*line_nr = strtoul(sep, NULL, 0);
ret = 1;
}
out:
pclose(fp);
return ret;
If sep is NULL, filename is not freed or returned via file.
Signed-off-by: Yao Jin <[email protected]>
Tested-by: Milian Wolff <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Kan Liang <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'include/linux/fpga/fpga-bridge.h')
0 files changed, 0 insertions, 0 deletions