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
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
-rw-r--r--
Documentation/kprobes.txt
10
-rw-r--r--
Documentation/trace/kprobetrace.txt
4
-rw-r--r--
MAINTAINERS
10
-rw-r--r--
arch/Kconfig
9
-rw-r--r--
arch/x86/Kconfig
3
-rw-r--r--
arch/x86/Kconfig.cpu
20
-rw-r--r--
arch/x86/Kconfig.debug
9
-rw-r--r--
arch/x86/include/asm/apic.h
13
-rw-r--r--
arch/x86/include/asm/ds.h
302
-rw-r--r--
arch/x86/include/asm/insn.h
2
-rw-r--r--
arch/x86/include/asm/kprobes.h
2
-rw-r--r--
arch/x86/include/asm/msr-index.h
15
-rw-r--r--
arch/x86/include/asm/perf_event.h
76
-rw-r--r--
arch/x86/include/asm/perf_event_p4.h
794
-rw-r--r--
arch/x86/include/asm/processor.h
35
-rw-r--r--
arch/x86/include/asm/ptrace-abi.h
57
-rw-r--r--
arch/x86/include/asm/ptrace.h
6
-rw-r--r--
arch/x86/include/asm/thread_info.h
8
-rw-r--r--
arch/x86/kernel/Makefile
2
-rw-r--r--
arch/x86/kernel/cpu/intel.c
2
-rw-r--r--
arch/x86/kernel/cpu/perf_event.c
560
-rw-r--r--
arch/x86/kernel/cpu/perf_event_amd.c
46
-rw-r--r--
arch/x86/kernel/cpu/perf_event_intel.c
354
-rw-r--r--
arch/x86/kernel/cpu/perf_event_intel_ds.c
664
-rw-r--r--
arch/x86/kernel/cpu/perf_event_intel_lbr.c
218
-rw-r--r--
arch/x86/kernel/cpu/perf_event_p4.c
834
-rw-r--r--
arch/x86/kernel/cpu/perf_event_p6.c
31
-rw-r--r--
arch/x86/kernel/ds.c
1437
-rw-r--r--
arch/x86/kernel/ds_selftest.c
408
-rw-r--r--
arch/x86/kernel/ds_selftest.h
15
-rw-r--r--
arch/x86/kernel/dumpstack.c
5
-rw-r--r--
arch/x86/kernel/kprobes.c
16
-rw-r--r--
arch/x86/kernel/process.c
18
-rw-r--r--
arch/x86/kernel/process_32.c
8
-rw-r--r--
arch/x86/kernel/process_64.c
8
-rw-r--r--
arch/x86/kernel/ptrace.c
382
-rw-r--r--
arch/x86/kernel/step.c
46
-rw-r--r--
arch/x86/kernel/traps.c
4
-rw-r--r--
arch/x86/kvm/vmx.c
5
-rw-r--r--
arch/x86/kvm/x86.c
50
-rw-r--r--
arch/x86/kvm/x86.h
3
-rw-r--r--
arch/x86/lib/Makefile
2
-rw-r--r--
arch/x86/oprofile/op_model_ppro.c
4
-rw-r--r--
include/linux/ftrace.h
12
-rw-r--r--
include/linux/mm.h
4
-rw-r--r--
include/linux/perf_event.h
51
-rw-r--r--
include/linux/ptrace.h
12
-rw-r--r--
include/linux/sched.h
9
-rw-r--r--
include/trace/ftrace.h
23
-rw-r--r--
kernel/fork.c
3
-rw-r--r--
kernel/perf_event.c
283
-rw-r--r--
kernel/ptrace.c
1
-rw-r--r--
kernel/sched.c
43
-rw-r--r--
kernel/trace/Kconfig
11
-rw-r--r--
kernel/trace/Makefile
1
-rw-r--r--
kernel/trace/trace.h
20
-rw-r--r--
kernel/trace/trace_entries.h
12
-rw-r--r--
kernel/trace/trace_hw_branches.c
312
-rw-r--r--
kernel/trace/trace_kprobe.c
535
-rw-r--r--
kernel/trace/trace_selftest.c
57
-rw-r--r--
mm/mlock.c
41
-rw-r--r--
tools/perf/Documentation/perf-bench.txt
6
-rw-r--r--
tools/perf/Documentation/perf-kvm.txt
67
-rw-r--r--
tools/perf/Documentation/perf-probe.txt
18
-rw-r--r--
tools/perf/Documentation/perf-record.txt
4
-rw-r--r--
tools/perf/Documentation/perf-sched.txt
4
-rw-r--r--
tools/perf/Makefile
340
-rw-r--r--
tools/perf/bench/mem-memcpy.c
3
-rw-r--r--
tools/perf/bench/sched-messaging.c
4
-rw-r--r--
tools/perf/bench/sched-pipe.c
2
-rw-r--r--
tools/perf/builtin-annotate.c
57
-rw-r--r--
tools/perf/builtin-buildid-cache.c
2
-rw-r--r--
tools/perf/builtin-buildid-list.c
6
-rw-r--r--
tools/perf/builtin-diff.c
10
-rw-r--r--
tools/perf/builtin-help.c
2
-rw-r--r--
tools/perf/builtin-kmem.c
16
-rw-r--r--
tools/perf/builtin-kvm.c
144
-rw-r--r--
tools/perf/builtin-lock.c
2
-rw-r--r--
tools/perf/builtin-probe.c
279
-rw-r--r--
tools/perf/builtin-record.c
498
-rw-r--r--
tools/perf/builtin-report.c
99
-rw-r--r--
tools/perf/builtin-sched.c
8
-rw-r--r--
tools/perf/builtin-stat.c
155
-rw-r--r--
tools/perf/builtin-timechart.c
5
-rw-r--r--
tools/perf/builtin-top.c
290
-rw-r--r--
tools/perf/builtin-trace.c
77
-rw-r--r--
tools/perf/builtin.h
1
-rw-r--r--
tools/perf/command-list.txt
1
-rw-r--r--
tools/perf/perf-archive.sh
3
-rw-r--r--
tools/perf/perf.c
6
-rw-r--r--
tools/perf/perf.h
8
-rw-r--r--
tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/Util.pm
6
-rw-r--r--
tools/perf/scripts/perl/bin/failed-syscalls-record
2
-rw-r--r--
tools/perf/scripts/perl/bin/failed-syscalls-report
8
-rw-r--r--
tools/perf/scripts/perl/bin/rw-by-file-record
3
-rw-r--r--
tools/perf/scripts/perl/bin/rw-by-file-report
8
-rw-r--r--
tools/perf/scripts/perl/bin/rw-by-pid-record
2
-rw-r--r--
tools/perf/scripts/perl/bin/rw-by-pid-report
2
-rw-r--r--
tools/perf/scripts/perl/bin/rwtop-record
2
-rw-r--r--
tools/perf/scripts/perl/bin/rwtop-report
23
-rw-r--r--
tools/perf/scripts/perl/bin/wakeup-latency-record
2
-rw-r--r--
tools/perf/scripts/perl/bin/wakeup-latency-report
2
-rw-r--r--
tools/perf/scripts/perl/bin/workqueue-stats-record
2
-rw-r--r--
tools/perf/scripts/perl/bin/workqueue-stats-report
2
-rw-r--r--
tools/perf/scripts/perl/rwtop.pl
177
-rw-r--r--
tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
3
-rw-r--r--
tools/perf/scripts/python/bin/failed-syscalls-by-pid-record
2
-rw-r--r--
tools/perf/scripts/python/bin/failed-syscalls-by-pid-report
8
-rw-r--r--
tools/perf/scripts/python/bin/sctop-record
2
-rw-r--r--
tools/perf/scripts/python/bin/sctop-report
24
-rw-r--r--
tools/perf/scripts/python/bin/syscall-counts-by-pid-record
2
-rw-r--r--
tools/perf/scripts/python/bin/syscall-counts-by-pid-report
8
-rw-r--r--
tools/perf/scripts/python/bin/syscall-counts-record
2
-rw-r--r--
tools/perf/scripts/python/bin/syscall-counts-report
8
-rw-r--r--
tools/perf/scripts/python/sctop.py
78
-rwxr-xr-x
tools/perf/util/PERF-VERSION-GEN
6
-rw-r--r--
tools/perf/util/build-id.c
2
-rw-r--r--
tools/perf/util/cache.h
14
-rw-r--r--
tools/perf/util/callchain.c
110
-rw-r--r--
tools/perf/util/callchain.h
6
-rw-r--r--
tools/perf/util/color.c
48
-rw-r--r--
tools/perf/util/color.h
4
-rw-r--r--
tools/perf/util/debug.c
8
-rw-r--r--
tools/perf/util/debug.h
30
-rw-r--r--
tools/perf/util/event.c
324
-rw-r--r--
tools/perf/util/event.h
49
-rw-r--r--
tools/perf/util/header.c
524