From 86e033541837875b92436103e5185f5c7e750bde Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 16 Mar 2011 04:37:05 +0000 Subject: [PATCH] Remove perf files previously installed in linux-base svn path=/dists/trunk/linux-2.6/; revision=17074 --- debian/bin/perf | 11 ----------- debian/perf.1 | 19 ------------------- 2 files changed, 30 deletions(-) delete mode 100644 debian/bin/perf delete mode 100644 debian/perf.1 diff --git a/debian/bin/perf b/debian/bin/perf deleted file mode 100644 index fc2c0797d..000000000 --- a/debian/bin/perf +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -# Execute the right version of perf for the current kernel. -version="$(uname -r)" -version="${version%%-*}" -shopt -s execfail -exec "perf_$version" "$@" - -# Not found? Tell the user which package to install. -echo >&2 "E: linux-tools-$version is not installed." -exit 1 diff --git a/debian/perf.1 b/debian/perf.1 deleted file mode 100644 index 1bda2acf3..000000000 --- a/debian/perf.1 +++ /dev/null @@ -1,19 +0,0 @@ -.TH PERF 1 "4 July 2010" -.SH NAME -perf \- performance analysis tools for Linux -.SH SYNOPSIS -.HP -\fBperf\fR [\fB\-\-version\fR] [\fB\-\-help\fR] \fICOMMAND\fR [\fIARGS\fR] -.SH DESCRIPTION -.LP -Performance counters for Linux are are a new kernel\-based subsystem -that provide a framework for all things performance analysis. It -covers hardware level (CPU/PMU, Performance Monitoring Unit) features -and software features (software counters, tracepoints) as well. -.LP -Each version of the perf tools may depend on new kernel features, so -you must install a different version for each kernel version. The -\fBperf\fR command will automatically run the correct version for the -running kernel version. -.SH SEE ALSO -perf_\fIversion\fR(1)