/external/linux-tools-perf/ |
command-list.txt | 2 # List of known perf commands. 5 perf-annotate mainporcelain common 6 perf-archive mainporcelain common 7 perf-bench mainporcelain common 8 perf-buildid-cache mainporcelain common 9 perf-buildid-list mainporcelain common 10 perf-diff mainporcelain common 11 perf-evlist mainporcelain common 12 perf-inject mainporcelain common 13 perf-list mainporcelain commo [all...] |
common-cmds.h | 1 /* Automatically generated by /home/bccheng/local/mastertot/external/perf/util/generate-cmdlist.sh */ 9 {"annotate", "Read perf.data (created by perf record) and display annotated code"}, 10 {"archive", "Create archive with object files with build-ids found in perf.data file"}, 13 {"buildid-list", "List the buildids in a perf.data file"}, 14 {"diff", "Read two perf.data files and display the differential profile"}, 15 {"evlist", "List the event names in a perf.data file"}, 22 {"record", "Run a command and record its profile into perf.data"}, 23 {"report", "Read perf.data (created by perf record) and display the profile"} [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
_perf.ini | 2 trace_file=perf
|
/external/linux-tools-perf/scripts/perl/bin/ |
failed-syscalls-record | 2 perf record -e raw_syscalls:sys_exit $@
|
rw-by-file-record | 2 perf record -e syscalls:sys_enter_read -e syscalls:sys_enter_write $@
|
wakeup-latency-record | 2 perf record -e sched:sched_switch -e sched:sched_wakeup $@
|
/external/linux-tools-perf/scripts/python/bin/ |
failed-syscalls-by-pid-record | 2 perf record -e raw_syscalls:sys_exit $@
|
futex-contention-record | 2 perf record -e syscalls:sys_enter_futex -e syscalls:sys_exit_futex $@
|
sctop-record | 2 perf record -e raw_syscalls:sys_enter $@
|
syscall-counts-by-pid-record | 2 perf record -e raw_syscalls:sys_enter $@
|
syscall-counts-record | 2 perf record -e raw_syscalls:sys_enter $@
|
/external/valgrind/main/memcheck/tests/ |
vcpu_bz2.vgtest | 1 prog: ../../perf/bz2
|
/external/linux-tools-perf/Documentation/ |
perf-archive.txt | 0 perf-archive(1) 6 perf-archive - Create archive with object files with build-ids found in perf.data file 11 'perf archive' [file] 15 This command runs runs perf-buildid-list --with-hits, and collects the files 16 with the buildids found so that analisys of perf.data contents can be possible 22 linkperf:perf-record[1], linkperf:perf-buildid-list[1], linkperf:perf-report[1]
|
perf-evlist.txt | 0 perf-evlist(1) 6 perf-evlist - List the event names in a perf.data file 11 'perf evlist <options>' 15 This command displays the names of events sampled in a perf.data file. 21 Input file name. (default: perf.data) 25 linkperf:perf-record[1], linkperf:perf-list[1], 26 linkperf:perf-report[1]
|
perf.txt | 0 perf(1) 6 perf - Performance analysis tools for Linux 11 'perf' [--version] [--help] COMMAND [ARGS] 22 linkperf:perf-stat[1], linkperf:perf-top[1], 23 linkperf:perf-record[1], linkperf:perf-report[1], 24 linkperf:perf-list[1]
|
perf-help.txt | 0 perf-help(1) 6 perf-help - display help information about perf 10 'perf help' [-a|--all] [COMMAND] 15 With no options and no COMMAND given, the synopsis of the 'perf' 16 command and a list of the most commonly used perf commands are printed 22 If a perf command is named, a manual page for that command is brought 26 Note that `perf --help ...` is identical to `perf help ...` because the 36 PERF [all...] |
perf-kvm.txt | 0 perf-kvm(1) 6 perf-kvm - Tool to trace/measure kvm guest os 11 'perf kvm' [--host] [--guest] [--guestmount=<path> 14 'perf kvm' [--host] [--guest] [--guestkallsyms=<path> --guestmodules=<path> 19 There are a couple of variants of perf kvm: 21 'perf kvm [options] top <command>' to generates and displays 25 'perf kvm record <command>' to record the performance counter profile 26 of an arbitrary workload and save it into a perf data file. If both 27 --host and --guest are input, the perf data file name is perf.data.kvm [all...] |
perf-buildid-list.txt | 0 perf-buildid-list(1) 6 perf-buildid-list - List the buildids in a perf.data file 11 'perf buildid-list <options>' 15 This command displays the buildids found in a perf.data file, so that other 17 perf report. 26 Input file name. (default: perf.data) 36 linkperf:perf-record[1], linkperf:perf-top[1], 37 linkperf:perf-report[1 [all...] |
perf-sched.txt | 0 perf-sched(1) 6 perf-sched - Tool to trace/measure scheduler properties (latencies) 11 'perf sched' {record|latency|map|replay|trace} 15 There are five variants of perf sched: 17 'perf sched record <command>' to record the scheduling events 20 'perf sched latency' to report the per task scheduling latencies 23 'perf sched trace' to see a detailed trace of the workload that 26 'perf sched replay' to simulate the workload that was recorded 27 via perf sched record. (this is done by starting up mockup threads 33 'perf sched map' to print a textual context-switching outline o [all...] |
/external/chromium_org/tools/perf/ |
bootstrap_deps | 5 # This file specifies dependencies required to bootstrap tools/perf. It is in a 7 # but it should only be used to bootstrap tools/perf *outside* of a normal 11 "src/tools/perf/benchmarks": 12 "https://src.chromium.org/chrome/trunk/src/tools/perf/benchmarks", 13 "src/tools/perf/measurements": 14 "https://src.chromium.org/chrome/trunk/src/tools/perf/measurements", 15 "src/tools/perf/page_sets": 16 "https://src.chromium.org/chrome/trunk/src/tools/perf/page_sets", 17 "src/tools/perf/metrics": 18 "https://src.chromium.org/chrome/trunk/src/tools/perf/metrics" [all...] |
/external/chromium_org/tools/perf_expectations/ |
README.txt | 2 http://www.chromium.org/developers/tree-sheriffs/perf-sheriffs
|
chromium_perf_expectations.cfg | 2 "base_url": "http://build.chromium.org/f/chromium/perf",
|
/external/skia/bench/ |
bench_expectations_Perf-Win7-ShuttleA-HD2000-x86-Release.txt | 17 desk_amazon.skp_copy_tiles_,Perf-Win7-ShuttleA-HD2000-x86-Release-25th,10.260,-0.766,21.286 18 desk_baidu.skp_copy_tiles_,Perf-Win7-ShuttleA-HD2000-x86-Release-25th,1.910,-8.281,20.101 19 desk_blogger.skp_copy_tiles_,Perf-Win7-ShuttleA-HD2000-x86-Release-25th,14.290,2.861,25.719 20 desk_booking.skp_copy_tiles_,Perf-Win7-ShuttleA-HD2000-x86-Release-25th,9.410,8.469,53.351 21 desk_br337.skp_copy_tiles_,Perf-Win7-ShuttleA-HD2000-x86-Release-25th,7.110,-3.601,17.821 22 desk_chalkboard.skp_copy_tiles_,Perf-Win7-ShuttleA-HD2000-x86-Release-25th,37.280,23.552,51.008 23 desk_css3gradients.skp_copy_tiles_,Perf-Win7-ShuttleA-HD2000-x86-Release-25th,9.460,-1.486,20.406 24 desk_ebay.skp_copy_tiles_,Perf-Win7-ShuttleA-HD2000-x86-Release-25th,40.180,6.162,54.198 25 desk_espn.skp_copy_tiles_,Perf-Win7-ShuttleA-HD2000-x86-Release-25th,20.990,5.891,33.089 26 desk_facebook.skp_copy_tiles_,Perf-Win7-ShuttleA-HD2000-x86-Release-25th,18.480,6.632,30.32 [all...] |
bench_expectations_Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release.txt | 17 desk_amazon.skp_copy_tiles_,Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release-25th,3.500,-6.850,13.850 18 desk_baidu.skp_copy_tiles_,Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release-25th,1.860,-8.326,20.046 19 desk_blogger.skp_copy_tiles_,Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release-25th,12.340,1.106,23.574 20 desk_booking.skp_copy_tiles_,Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release-25th,28.230,7.407,41.053 21 desk_br337.skp_copy_tiles_,Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release-25th,6.900,-3.790,17.590 22 desk_chalkboard.skp_copy_tiles_,Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release-25th,38.930,25.037,52.823 23 desk_css3gradients.skp_copy_tiles_,Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release-25th,7.980,-2.818,18.778 24 desk_ebay.skp_copy_tiles_,Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release-25th,25.760,11.184,38.336 25 desk_espn.skp_copy_tiles_,Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release-25th,16.030,4.427,27.633 26 desk_facebook.skp_copy_tiles_,Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release-25th,18.640,6.776,30.50 [all...] |
/external/linux-tools-perf/python/ |
twatch.py | 4 # twatch - Experimental use of the perf python interface 16 import perf namespace 19 cpus = perf.cpu_map() 20 threads = perf.thread_map() 21 evsel = perf.evsel(task = 1, comm = 1, mmap = 0, 24 sample_type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU | perf.SAMPLE_TID) 26 evlist = perf.evlist(cpus, threads [all...] |