mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
ef12a14130
For now it just has operations to examine a given file, find its build-id and add or remove it to/from the cache. Useful, for instance, when adding binaries sent together with a perf.data file, so that we can add them to the cache and have the tools find it when resolving symbols. It'll also manage the size of the cache like 'ccache' does. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Frédéric Weisbecker <fweisbec@gmail.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> LKML-Reference: <1264008525-29025-1-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
21 lines
645 B
Plaintext
21 lines
645 B
Plaintext
#
|
|
# List of known perf commands.
|
|
# command name category [deprecated] [common]
|
|
#
|
|
perf-annotate mainporcelain common
|
|
perf-archive mainporcelain common
|
|
perf-bench mainporcelain common
|
|
perf-buildid-cache mainporcelain common
|
|
perf-buildid-list mainporcelain common
|
|
perf-diff mainporcelain common
|
|
perf-list mainporcelain common
|
|
perf-sched mainporcelain common
|
|
perf-record mainporcelain common
|
|
perf-report mainporcelain common
|
|
perf-stat mainporcelain common
|
|
perf-timechart mainporcelain common
|
|
perf-top mainporcelain common
|
|
perf-trace mainporcelain common
|
|
perf-probe mainporcelain common
|
|
perf-kmem mainporcelain common
|