dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/Documentation/perf_counter
Ingo Molnar 0780060124 perf_counter tools: add in basic glue from Git
First very raw version at having a central 'perf' command and
a list of subcommands:

  perf top
  perf stat
  perf record
  perf report
  ...

This is done by picking up Git's collection of utility functions,
and hacking them to build fine in this new environment.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-04-20 17:36:48 +02:00
..
.gitignore perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
Makefile perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
PERF-BUILD-OPTIONS perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
PERF-CFLAGS perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
PERF-VERSION-FILE perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
PERF-VERSION-GEN perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
abspath.c perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
alias.c perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
builtin-help.c perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
builtin-top.c perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
builtin.h perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
cache.h perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
command-list.txt perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
config.c perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
ctype.c perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
design.txt perf_counter: update documentation 2009-04-06 09:30:31 +02:00
exec_cmd.c perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
exec_cmd.h perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
generate-cmdlist.sh perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
help.c perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
help.h perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
kerneltop.c perf_counter: kerneltop: keep up with ABI changes 2009-04-08 18:53:29 +02:00
levenshtein.c perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
levenshtein.h perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
parse-options.c perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
parse-options.h perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
path.c perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
perf-record.c perf_counter: some simple userspace profiling 2009-04-08 19:05:54 +02:00
perf-report.cc perf_counter tools: include PID in perf-report output, tweak user/kernel printut 2009-04-09 10:01:38 +02:00
perf.c perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
quote.c perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
quote.h perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
run-command.c perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
run-command.h perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
strbuf.c perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
strbuf.h perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
usage.c perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
util.h perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00
wrapper.c perf_counter tools: add in basic glue from Git 2009-04-20 17:36:48 +02:00