index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'tools')
-rw-r--r--
tools/lib/traceevent/event-parse.c
197
-rw-r--r--
tools/lib/traceevent/event-parse.h
43
-rw-r--r--
tools/lib/traceevent/event-utils.h
6
-rw-r--r--
tools/perf/.gitignore
2
-rw-r--r--
tools/perf/Documentation/Makefile
6
-rw-r--r--
tools/perf/Documentation/jit-interface.txt
15
-rw-r--r--
tools/perf/Documentation/perf-annotate.txt
3
-rw-r--r--
tools/perf/Documentation/perf-diff.txt
3
-rw-r--r--
tools/perf/Documentation/perf-list.txt
48
-rw-r--r--
tools/perf/Documentation/perf-report.txt
3
-rw-r--r--
tools/perf/Documentation/perf-script-perl.txt
4
-rw-r--r--
tools/perf/Documentation/perf-script-python.txt
10
-rw-r--r--
tools/perf/MANIFEST
1
-rw-r--r--
tools/perf/Makefile
153
-rw-r--r--
tools/perf/arch/x86/Makefile
3
-rw-r--r--
tools/perf/arch/x86/include/perf_regs.h
80
-rw-r--r--
tools/perf/arch/x86/util/unwind.c
111
-rw-r--r--
tools/perf/bash_completion
26
-rw-r--r--
tools/perf/bench/bench.h
3
-rw-r--r--
tools/perf/bench/mem-memcpy.c
2
-rw-r--r--
tools/perf/bench/mem-memset.c
2
-rw-r--r--
tools/perf/bench/sched-messaging.c
2
-rw-r--r--
tools/perf/bench/sched-pipe.c
10
-rw-r--r--
tools/perf/builtin-annotate.c
4
-rw-r--r--
tools/perf/builtin-bench.c
2
-rw-r--r--
tools/perf/builtin-buildid-cache.c
10
-rw-r--r--
tools/perf/builtin-buildid-list.c
7
-rw-r--r--
tools/perf/builtin-diff.c
96
-rw-r--r--
tools/perf/builtin-evlist.c
2
-rw-r--r--
tools/perf/builtin-help.c
50
-rw-r--r--
tools/perf/builtin-inject.c
29
-rw-r--r--
tools/perf/builtin-kmem.c
182
-rw-r--r--
tools/perf/builtin-kvm.c
2
-rw-r--r--
tools/perf/builtin-list.c
16
-rw-r--r--
tools/perf/builtin-lock.c
317
-rw-r--r--
tools/perf/builtin-probe.c
24
-rw-r--r--
tools/perf/builtin-record.c
297
-rw-r--r--
tools/perf/builtin-report.c
31
-rw-r--r--
tools/perf/builtin-sched.c
1522
-rw-r--r--
tools/perf/builtin-script.c
171
-rw-r--r--
tools/perf/builtin-stat.c
62
-rw-r--r--
tools/perf/builtin-test.c
147
-rw-r--r--
tools/perf/builtin-timechart.c
30
-rw-r--r--
tools/perf/builtin-top.c
31
-rw-r--r--
tools/perf/command-list.txt
2
-rw-r--r--
tools/perf/config/feature-tests.mak
39
-rw-r--r--
tools/perf/perf.c
72
-rw-r--r--
tools/perf/perf.h
9
-rwxr-xr-x
tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py
94
-rw-r--r--
tools/perf/scripts/python/event_analyzing_sample.py
189
-rw-r--r--
tools/perf/ui/browser.c
7
-rw-r--r--
tools/perf/ui/browsers/annotate.c
6
-rw-r--r--
tools/perf/ui/browsers/hists.c
135
-rw-r--r--
tools/perf/ui/gtk/browser.c
111
-rw-r--r--
tools/perf/ui/gtk/gtk.h
3
-rw-r--r--
tools/perf/ui/gtk/helpline.c
56
-rw-r--r--
tools/perf/ui/gtk/setup.c
6
-rw-r--r--
tools/perf/ui/gtk/util.c
9
-rw-r--r--
tools/perf/ui/helpline.c
56
-rw-r--r--
tools/perf/ui/helpline.h
33
-rw-r--r--
tools/perf/ui/hist.c
390
-rw-r--r--
tools/perf/ui/setup.c
10
-rw-r--r--
tools/perf/ui/stdio/hist.c
498
-rw-r--r--
tools/perf/ui/tui/helpline.c
57
-rw-r--r--
tools/perf/ui/tui/setup.c
10
-rw-r--r--
tools/perf/util/alias.c
3
-rw-r--r--
tools/perf/util/annotate.c
19
-rw-r--r--
tools/perf/util/annotate.h
15
-rw-r--r--
tools/perf/util/build-id.c
11
-rw-r--r--
tools/perf/util/cache.h
6
-rw-r--r--
tools/perf/util/callchain.c
6
-rw-r--r--
tools/perf/util/cgroup.c
4
-rw-r--r--
tools/perf/util/config.c
6
-rw-r--r--
tools/perf/util/debug.c
4
-rw-r--r--
tools/perf/util/debug.h
17
-rw-r--r--
tools/perf/util/dso-test-data.c
2
-rw-r--r--
tools/perf/util/event.c
66
-rw-r--r--
tools/perf/util/event.h
14
-rw-r--r--
tools/perf/util/evlist.c
86
-rw-r--r--
tools/perf/util/evlist.h
29
-rw-r--r--
tools/perf/util/evsel.c
134
-rw-r--r--
tools/perf/util/evsel.h
41
-rwxr-xr-x
tools/perf/util/generate-cmdlist.sh
15
-rw-r--r--
tools/perf/util/header.c
574
-rw-r--r--
tools/perf/util/header.h
5
-rw-r--r--
tools/perf/util/help.c
4
-rw-r--r--
tools/perf/util/hist.c
712
-rw-r--r--
tools/perf/util/hist.h
75
-rw-r--r--
tools/perf/util/include/linux/bitops.h
4
-rw-r--r--
tools/perf/util/include/linux/compiler.h
9
-rw-r--r--
tools/perf/util/include/linux/kernel.h
17
-rw-r--r--
tools/perf/util/include/linux/magic.h
12
-rw-r--r--
tools/perf/util/include/linux/rbtree.h
1
-rw-r--r--
tools/perf/util/include/linux/string.h
2
-rw-r--r--
tools/perf/util/include/linux/types.h
8
-rw-r--r--
tools/perf/util/intlist.c
8
-rw-r--r--
tools/perf/util/map.c
42
-rw-r--r--
tools/perf/util/map.h
9
-rw-r--r--
tools/perf/util/parse-events-test.c
424
-rw-r--r--
tools/perf/util/parse-events.c
190
-rw-r--r--
tools/perf/util/parse-events.h
18
-rw-r--r--
tools/perf/util/parse-events.l
56
-rw-r--r--
tools/perf/util/parse-events.y
125
-rw-r--r--
tools/perf/util/parse-options.c
3
-rw-r--r--
tools/perf/util/perf_regs.h
14
-rw-r--r--
tools/perf/util/pmu.c
50
-rw-r--r--
tools/perf/util/pmu.h
2
-rw-r--r--
tools/perf/util/pmu.y
6
-rw-r--r--
tools/perf/util/probe-event.c
33
-rw-r--r--
tools/perf/util/probe-finder.c
4
-rw-r--r--
tools/perf/util/python.c
15
-rw-r--r--
tools/perf/util/scripting-engines/trace-event-perl.c
50
-rw-r--r--
tools/perf/util/scripting-engines/trace-event-python.c
113
-rw-r--r--
tools/perf/util/session.c
192
-rw-r--r--
tools/perf/util/session.h
10
-rw-r--r--
tools/perf/util/sort.c
20
-rw-r--r--
tools/perf/util/sort.h
1
-rw-r--r--
tools/perf/util/string.c
18
-rw-r--r--
tools/perf/util/strlist.c
2
-rw-r--r--
tools/perf/util/symbol-elf.c
841
-rw-r--r--
tools/perf/util/symbol-minimal.c
307
-rw-r--r--
tools/perf/util/symbol.c
942
-rw-r--r--
tools/perf/util/symbol.h
66
-rw-r--r--
tools/perf/util/target.c
4
-rw-r--r--
tools/perf/util/top.c
3
-rw-r--r--
tools/perf/util/top.h
1
-rw-r--r--
tools/perf/util/trace-event-parse.c
36
-rw-r--r--
tools/perf/util/trace-event-scripting.c
34
-rw-r--r--
tools/perf/util/trace-event.h
12
-rw-r--r--
tools/perf/util/unwind.c
571
-rw-r--r--
tools/perf/util/unwind.h
35
-rw-r--r--