Re: [PATCH 10/25] perf tools: Add check for existing link in buildid dir

2020-11-26 Thread Arnaldo Carvalho de Melo
Em Thu, Nov 26, 2020 at 06:00:11PM +0100, Jiri Olsa escreveu: > When adding new build id link we fail if the link is already > there. Adding check for existing link and output debug message > that the build id is already linked. Thanks, applied. - Arnaldo > Signed-off-by: Jiri Olsa > --- > t

[PATCH 10/25] perf tools: Add check for existing link in buildid dir

2020-11-26 Thread Jiri Olsa
When adding new build id link we fail if the link is already there. Adding check for existing link and output debug message that the build id is already linked. Signed-off-by: Jiri Olsa --- tools/perf/util/build-id.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff

[PATCH 10/25] perf tools: Add check for existing link in buildid dir

2020-11-23 Thread Jiri Olsa
When adding new build id link we fail if the link is already there. Adding check for existing link and output debug message that the build id is already linked. Signed-off-by: Jiri Olsa --- tools/perf/util/build-id.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff