HomeSort by relevance Sort by last modified time
    Searched full:perf (Results 1 - 25 of 616) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/linux-tools-perf/src/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-kmem mainporcelain commo
    [all...]
common-cmds.h 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 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"},
25 {"script", "Read perf.data (created by perf record) and display trace output"}
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
_perf.ini 2 trace_file=perf
  /external/linux-tools-perf/src/tools/perf/scripts/python/bin/
event_analyzing_sample-report 2 # description: analyze all perf samples
3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
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 $@
net_dropmonitor-record 2 perf record -e skb:kfree_skb $@
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 $@
event_analyzing_sample-record 4 # event_analyzing_sample.py can cover all type of perf samples including
8 perf record $@
  /external/linux-tools-perf/src/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/valgrind/memcheck/tests/
vcpu_bz2.vgtest 1 prog: ../../perf/bz2
  /external/linux-tools-perf/src/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 analysis of perf.data contents can be possible
22 linkperf:perf-record[1], linkperf:perf-buildid-list[1], 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-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.
29 Input file name. (default: perf.data unless stdin is a fifo)
42 linkperf:perf-record[1], linkperf:perf-top[1],
43 linkperf:perf-report[1
    [all...]
perf-lock.txt 0 perf-lock(1)
6 perf-lock - Analyze lock events
11 'perf lock' {record|report|script|info}
16 and statistics with this 'perf lock' command.
18 'perf lock record <command>' records lock events
20 produces the file "perf.data" which contains tracing
23 'perf lock report' reports statistical data.
25 'perf lock script' shows raw lock events.
27 'perf lock info' shows metadata like threads or addresses
35 Input file name. (default: perf.data unless stdin is a fifo
    [all...]
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 unless stdin is a fifo)
37 linkperf:perf-record[1], linkperf:perf-list[1],
38 linkperf:perf-report[1]
  /external/linux-tools-perf/src/tools/perf/util/
generate-cmdlist.sh 12 sed -n -e 's/^perf-\([^ ]*\)[ ].* common.*/\1/p' command-list.txt |
17 /^NAME/,/perf-'"$cmd"'/H
20 s/.*perf-'"$cmd"' - \(.*\)/ {"'"$cmd"'", "\1"},/
22 }' "Documentation/perf-$cmd.txt"
26 sed -n -e 's/^perf-\([^ ]*\)[ ].* full.*/\1/p' command-list.txt |
31 /^NAME/,/perf-'"$cmd"'/H
34 s/.*perf-'"$cmd"' - \(.*\)/ {"'"$cmd"'", "\1"},/
36 }' "Documentation/perf-$cmd.txt"
  /external/skia/site/dev/tools/
index.md 5 `nanobench`, `dm`, and [Skia Perf](https://perf.skia.org).
  /system/extras/perfprofd/quipper/
perf_internals.h 22 #include "kernel-headers/tools/perf/util/types.h"
23 #include "kernel-headers/tools/perf/util/include/linux/bitops.h"
24 #include "kernel-headers/tools/perf/util/include/linux/types.h"
25 #include "kernel-headers/tools/perf/util/build-id.h"
26 #include "kernel-headers/tools/perf/util/include/linux/kernel/kernel.h"
27 #include "kernel-headers/tools/perf/util/header.h"
28 #include "kernel-headers/tools/perf/util/event.h"
29 #include "kernel-headers/tools/perf/util/target.h"
30 #include "kernel-headers/tools/perf/perf.h
    [all...]
  /external/linux-tools-perf/src/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)
26 evlist = perf.evlist(cpus, threads)

Completed in 4203 milliseconds

1 2 3 4 5 6 7 8 91011>>