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
16
-rw-r--r--
arch/arm/kernel/perf_event.c
2
-rw-r--r--
arch/arm/kernel/perf_event_cpu.c
8
-rw-r--r--
arch/x86/include/asm/asm.h
7
-rw-r--r--
arch/x86/include/asm/kprobes.h
2
-rw-r--r--
arch/x86/include/asm/traps.h
3
-rw-r--r--
arch/x86/include/asm/uprobes.h
20
-rw-r--r--
arch/x86/kernel/alternative.c
3
-rw-r--r--
arch/x86/kernel/apic/hw_nmi.c
3
-rw-r--r--
arch/x86/kernel/cpu/common.c
4
-rw-r--r--
arch/x86/kernel/cpu/perf_event.c
22
-rw-r--r--
arch/x86/kernel/cpu/perf_event_amd_ibs.c
3
-rw-r--r--
arch/x86/kernel/cpu/perf_event_intel_ds.c
22
-rw-r--r--
arch/x86/kernel/cpu/perf_event_intel_lbr.c
5
-rw-r--r--
arch/x86/kernel/dumpstack.c
9
-rw-r--r--
arch/x86/kernel/entry_32.S
33
-rw-r--r--
arch/x86/kernel/entry_64.S
20
-rw-r--r--
arch/x86/kernel/hw_breakpoint.c
5
-rw-r--r--
arch/x86/kernel/kprobes/core.c
128
-rw-r--r--
arch/x86/kernel/kprobes/ftrace.c
17
-rw-r--r--
arch/x86/kernel/kprobes/opt.c
32
-rw-r--r--
arch/x86/kernel/kvm.c
4
-rw-r--r--
arch/x86/kernel/nmi.c
18
-rw-r--r--
arch/x86/kernel/paravirt.c
6
-rw-r--r--
arch/x86/kernel/process_64.c
7
-rw-r--r--
arch/x86/kernel/traps.c
145
-rw-r--r--
arch/x86/kernel/uprobes.c
842
-rw-r--r--
arch/x86/lib/thunk_32.S
3
-rw-r--r--
arch/x86/lib/thunk_64.S
3
-rw-r--r--
arch/x86/mm/fault.c
29
-rw-r--r--
include/asm-generic/vmlinux.lds.h
10
-rw-r--r--
include/linux/compiler.h
2
-rw-r--r--
include/linux/kprobes.h
21
-rw-r--r--
include/linux/perf_event.h
11
-rw-r--r--
include/linux/uprobes.h
4
-rw-r--r--
include/uapi/linux/perf_event.h
11
-rw-r--r--
kernel/events/core.c
124
-rw-r--r--
kernel/events/uprobes.c
83
-rw-r--r--
kernel/hrtimer.c
1
-rw-r--r--
kernel/kprobes.c
392
-rw-r--r--
kernel/notifier.c
22
-rw-r--r--
kernel/sched/core.c
7
-rw-r--r--
kernel/trace/trace_event_perf.c
5
-rw-r--r--
kernel/trace/trace_kprobe.c
71
-rw-r--r--
kernel/trace/trace_probe.c
65
-rw-r--r--
kernel/trace/trace_probe.h
15
-rw-r--r--
kernel/trace/trace_uprobe.c
66
-rw-r--r--
tools/include/linux/compiler.h
2
-rw-r--r--
tools/include/linux/export.h
(renamed from tools/virtio/linux/export.h)
5
-rw-r--r--
tools/include/linux/types.h
(renamed from tools/lib/lockdep/uinclude/linux/types.h)
29
-rw-r--r--
tools/lib/api/fs/fs.c
43
-rw-r--r--
tools/lib/lockdep/Makefile
2
-rw-r--r--
tools/lib/lockdep/uinclude/linux/export.h
7
-rw-r--r--
tools/perf/Documentation/perf-diff.txt
26
-rw-r--r--
tools/perf/Documentation/perf-record.txt
3
-rw-r--r--
tools/perf/Documentation/perf-report.txt
48
-rw-r--r--
tools/perf/Documentation/perf-top.txt
38
-rw-r--r--
tools/perf/MANIFEST
2
-rw-r--r--
tools/perf/Makefile.perf
26
-rw-r--r--
tools/perf/arch/arm/Makefile
7
-rw-r--r--
tools/perf/arch/arm/include/perf_regs.h
7
-rw-r--r--
tools/perf/arch/arm/tests/dwarf-unwind.c
60
-rw-r--r--
tools/perf/arch/arm/tests/regs_load.S
58
-rw-r--r--
tools/perf/arch/arm/util/unwind-libdw.c
36
-rw-r--r--
tools/perf/arch/arm64/Makefile
7
-rw-r--r--
tools/perf/arch/arm64/include/perf_regs.h
88
-rw-r--r--
tools/perf/arch/arm64/util/dwarf-regs.c
80
-rw-r--r--
tools/perf/arch/arm64/util/unwind-libunwind.c
82
-rw-r--r--
tools/perf/arch/x86/include/perf_regs.h
2
-rw-r--r--
tools/perf/arch/x86/tests/dwarf-unwind.c
2
-rw-r--r--
tools/perf/arch/x86/util/tsc.c
2
-rw-r--r--
tools/perf/arch/x86/util/tsc.h
2
-rw-r--r--
tools/perf/builtin-annotate.c
8
-rw-r--r--
tools/perf/builtin-diff.c
52
-rw-r--r--
tools/perf/builtin-inject.c
2
-rw-r--r--
tools/perf/builtin-kmem.c
88
-rw-r--r--
tools/perf/builtin-lock.c
10
-rw-r--r--
tools/perf/builtin-mem.c
15
-rw-r--r--
tools/perf/builtin-record.c
163
-rw-r--r--
tools/perf/builtin-report.c
372
-rw-r--r--
tools/perf/builtin-sched.c
82
-rw-r--r--
tools/perf/builtin-top.c
112
-rw-r--r--
tools/perf/config/Makefile
23
-rw-r--r--
tools/perf/config/feature-checks/Makefile
4
-rw-r--r--
tools/perf/config/feature-checks/test-all.c
5
-rw-r--r--
tools/perf/config/feature-checks/test-on-exit.c
16
-rw-r--r--
tools/perf/perf-completion.sh
4
-rw-r--r--
tools/perf/perf-sys.h
190
-rw-r--r--
tools/perf/perf.c
8
-rw-r--r--
tools/perf/perf.h
248
-rw-r--r--
tools/perf/tests/attr.c
7
-rw-r--r--
tools/perf/tests/builtin-test.c
22
-rw-r--r--
tools/perf/tests/code-reading.c
5
-rw-r--r--
tools/perf/tests/dso-data.c
2
-rw-r--r--
tools/perf/tests/dwarf-unwind.c
2
-rw-r--r--
tools/perf/tests/evsel-tp-sched.c
3
-rw-r--r--
tools/perf/tests/hists_common.c
209
-rw-r--r--
tools/perf/tests/hists_common.h
75
-rw-r--r--
tools/perf/tests/hists_cumulate.c
726
-rw-r--r--
tools/perf/tests/hists_filter.c
289
-rw-r--r--
tools/perf/tests/hists_link.c
209
-rw-r--r--
tools/perf/tests/hists_output.c
621
-rw-r--r--
tools/perf/tests/keep-tracking.c
2
-rw-r--r--
tools/perf/tests/mmap-thread-lookup.c
233
-rw-r--r--
tools/perf/tests/parse-events.c
142
-rw-r--r--
tools/perf/tests/parse-no-sample-id-all.c
2
-rw-r--r--
tools/perf/tests/perf-time-to-tsc.c
3
-rw-r--r--
tools/perf/tests/rdpmc.c
2
-rw-r--r--
tools/perf/tests/sample-parsing.c
2
-rw-r--r--
tools/perf/tests/tests.h
7
-rw-r--r--
tools/perf/tests/thread-mg-share.c
90
-rw-r--r--
tools/perf/ui/browser.c
2
-rw-r--r--
tools/perf/ui/browser.h
4
-rw-r--r--
tools/perf/ui/browsers/hists.c
270
-rw-r--r--
tools/perf/ui/gtk/hists.c
77
-rw-r--r--
tools/perf/ui/hist.c
371
-rw-r--r--
tools/perf/ui/progress.h
2
-rw-r--r--
tools/perf/ui/setup.c
2
-rw-r--r--
tools/perf/ui/stdio/hist.c
89
-rw-r--r--
tools/perf/util/annotate.h
2
-rw-r--r--
tools/perf/util/build-id.c
2
-rw-r--r--
tools/perf/util/build-id.h
2
-rw-r--r--
tools/perf/util/callchain.c
123
-rw-r--r--
tools/perf/util/callchain.h
19
-rw-r--r--
tools/perf/util/config.c
4
-rw-r--r--
tools/perf/util/cpumap.c
160
-rw-r--r--
tools/perf/util/cpumap.h
35
-rw-r--r--