Remove perf files previously installed in linux-base

svn path=/dists/trunk/linux-2.6/; revision=17074
This commit is contained in:
Ben Hutchings 2011-03-16 04:37:05 +00:00
parent f1284b5066
commit 86e0335418
2 changed files with 0 additions and 30 deletions

11
debian/bin/perf vendored
View File

@ -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

19
debian/perf.1 vendored
View File

@ -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)