[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1347116812-93646-1-git-send-email-dsahern@gmail.com>
Date: Sat, 8 Sep 2012 09:06:49 -0600
From: David Ahern <dsahern@...il.com>
To: acme@...stprotocols.net, linux-kernel@...r.kernel.org
Cc: irina.tirdea@...il.com, David Ahern <dsahern@...il.com>
Subject: [PATCH 0/3] perf tool: basename cleanups
basename can modify strings passed to it, so the strings should not
be marked const. Clean up the offenders and remove the BIONIC wrapper
for libgen.h
Irina: Would you verify perf still compiles cleanly for Android. Thanks.
David Ahern (3):
perf annotate: make a copy of filename for passing to basename
perf probe: make a copy of exec path for passing to basename
perf tool: remove BIONIC wrapper around libgen.h
tools/perf/util/annotate.c | 9 ++++++++-
tools/perf/util/probe-event.c | 12 ++++++++++--
tools/perf/util/symbol.h | 2 --
3 files changed, 18 insertions(+), 5 deletions(-)
--
1.7.10.1
--
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