diff options
Diffstat (limited to 'tools/perf/builtin-inject.c')
-rw-r--r-- | tools/perf/builtin-inject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-inject.c b/tools/perf/builtin-inject.c index 73c1c4cc3600..b9bc7e39833a 100644 --- a/tools/perf/builtin-inject.c +++ b/tools/perf/builtin-inject.c | |||
@@ -429,7 +429,7 @@ static int perf_event__inject_buildid(struct perf_tool *tool, | |||
429 | if (al.map != NULL) { | 429 | if (al.map != NULL) { |
430 | if (!al.map->dso->hit) { | 430 | if (!al.map->dso->hit) { |
431 | al.map->dso->hit = 1; | 431 | al.map->dso->hit = 1; |
432 | if (map__load(al.map, NULL) >= 0) { | 432 | if (map__load(al.map) >= 0) { |
433 | dso__inject_build_id(al.map->dso, tool, machine); | 433 | dso__inject_build_id(al.map->dso, tool, machine); |
434 | /* | 434 | /* |
435 | * If this fails, too bad, let the other side | 435 | * If this fails, too bad, let the other side |