[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <505C6617.4010801@gmail.com>
Date: Fri, 21 Sep 2012 07:05:27 -0600
From: David Ahern <dsahern@...il.com>
To: Pekka Enberg <penberg@...nel.org>,
Irina Tirdea <irina.tirdea@...il.com>
CC: Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
Ingo Molnar <mingo@...nel.org>,
Steven Rostedt <rostedt@...dmis.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
LKML <linux-kernel@...r.kernel.org>,
Paul Mackerras <paulus@...ba.org>,
Namhyung Kim <namhyung@...nel.org>,
Jiri Olsa <jolsa@...hat.com>,
Irina Tirdea <irina.tirdea@...el.com>
Subject: Re: [PATCH 1/4] perf tools: configure tmp path at build time
On 9/21/12 1:47 AM, Pekka Enberg wrote:
>> diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c
>> index e2e8c69..eb671d5 100644
>> --- a/tools/perf/util/symbol.c
>> +++ b/tools/perf/util/symbol.c
>> @@ -1051,7 +1051,7 @@ int dso__load(struct dso *dso, struct map *map, symbol_filter_t filter)
>>
>> dso->adjust_symbols = 0;
>>
>> - if (strncmp(dso->name, "/tmp/perf-", 10) == 0) {
>> + if (strncmp(dso->name, PERF_TMP_DIR "/perf-", 10) == 0) {
>> struct stat st;
And, with "/tmp" as a variable the 10 in the strncmp might not be right.
David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists