diff --git a/[refs] b/[refs] index fbe43a520a1d..3c7ea7460429 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 095b3a6a030f7d4f24825ae93fc384b3d4b4fafa +refs/heads/master: 18374ab76e3ec1cf1b0ca5a8d08e35cfc5d01669 diff --git a/trunk/Documentation/perf_counter/util/symbol.c b/trunk/Documentation/perf_counter/util/symbol.c index d52a1ae5342a..35ee6de1e513 100644 --- a/trunk/Documentation/perf_counter/util/symbol.c +++ b/trunk/Documentation/perf_counter/util/symbol.c @@ -19,7 +19,7 @@ static struct symbol *symbol__new(uint64_t start, uint64_t len, self = ((void *)self) + priv_size; } self->start = start; - self->end = start + len; + self->end = start + len - 1; memcpy(self->name, name, namelen); }