Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
e08d1c657f70bcaca11401cd6ac5c8fe59bd2bb7
/
kernel
e08d1c6
tracing/kprobes: Add event profiling support
by Masami Hiramatsu
· 15 years ago
4a846b4
tracing/kprobes: Cleanup kprobe tracer code.
by Masami Hiramatsu
· 15 years ago
2fba0c8
tracing/kprobes: Fix probe offset to be unsigned
by Masami Hiramatsu
· 15 years ago
a00e817
kprobes/x86-32: Move irq-exit functions to kprobes section
by Masami Hiramatsu
· 15 years ago
8f8ffe2
Merge commit 'tracing/core' into tracing/kprobes
by Frederic Weisbecker
· 15 years ago
d28daf9
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core
by Ingo Molnar
· 15 years ago
ed011b2
Merge commit 'v2.6.31-rc9' into tracing/core
by Ingo Molnar
· 15 years ago
93697a3
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
85bac32
ring-buffer: only enable ring_buffer_swap_cpu when needed
by Steven Rostedt
· 15 years ago
62f0b3e
ring-buffer: check for swapped buffers in start of committing
by Steven Rostedt
· 15 years ago
e8165db
tracing: report error in trace if we fail to swap latency buffer
by Steven Rostedt
· 15 years ago
659372d
tracing: add trace_array_printk for internal tracers to use
by Steven Rostedt
· 15 years ago
e77405a
tracing: pass around ring buffer instead of tracer
by Steven Rostedt
· 15 years ago
f633903
tracing: make tracing_reset safe for external use
by Steven Rostedt
· 15 years ago
2f26ebd
tracing: use timestamp to determine start of latency traces
by Steven Rostedt
· 15 years ago
c58b432
tracing/filters: Defer pred allocation, fix memory leak
by Li Zefan
· 15 years ago
76f0d07
tracing: remove users of tracing_reset
by Steven Rostedt
· 15 years ago
621968c
tracing: disable buffers and synchronize_sched before resetting
by Steven Rostedt
· 15 years ago
b8de7bd1
tracing: disable update max tracer while reading trace
by Steven Rostedt
· 15 years ago
8248ac0
tracing: print out start and stop in latency traces
by Steven Rostedt
· 15 years ago
077c540
ring-buffer: disable all cpu buffers when one finds a problem
by Steven Rostedt
· 15 years ago
a1863c2
ring-buffer: do not count discarded events
by Steven Rostedt
· 15 years ago
dc892f7
ring-buffer: remove ring_buffer_event_discard
by Steven Rostedt
· 15 years ago
7e9391c
ring-buffer: fix ring_buffer_read crossing pages
by Steven Rostedt
· 15 years ago
1b959e1
ring-buffer: remove unnecessary cpu_relax
by Steven Rostedt
· 15 years ago
9827799
ring-buffer: do not swap buffers during a commit
by Steven Rostedt
· 15 years ago
41b6a95
ring-buffer: do not reset while in a commit
by Steven Rostedt
· 15 years ago
8e254c1
tracing/filters: Defer pred allocation
by Li Zefan
· 15 years ago
65e234e
kprobes: Prohibit to probe native_get_debugreg
by Masami Hiramatsu
· 15 years ago
8f27008
kprobes: Fix to add __kprobes to notify_die
by Masami Hiramatsu
· 15 years ago
eced1df
perf_counter: Fix /0 bug in swcounters
by Peter Zijlstra
· 15 years ago
73222acf
Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/core
by Ingo Molnar
· 15 years ago
ea6bff3
modules: Fix build error in the !CONFIG_KALLSYMS case
by Ingo Molnar
· 15 years ago
6bb5634
perf_counters: Increase paranoia level
by Ingo Molnar
· 15 years ago
5d4a9db
tracing: only show tracing_max_latency when latency tracer configured
by Steven Rostedt
· 15 years ago
c0729be
tracing: remove legacy select of MARKERS by context switch tracing
by Steven Rostedt
· 15 years ago
1b364bf
module: workaround duplicate section names
by James Bottomley
· 15 years ago
7d1d16e
module: fix BUG_ON() for powerpc (and other function descriptor archs)
by Rusty Russell
· 15 years ago
f8468f3
tracing: Remove unneeded pointer casts
by Frederic Weisbecker
· 15 years ago
aeaeae1
tracing: Restore the const qualifier for field names and types definition
by Frederic Weisbecker
· 15 years ago
4ab6c08
clone(): fix race between copy_process() and de_thread()
by Oleg Nesterov
· 15 years ago
24851d2
tracing/kprobes: Dump the culprit kprobe in case of kprobe recursion
by Frederic Weisbecker
· 15 years ago
30a7e07
tracing/kprobes: Change trace_arg to probe_arg
by Masami Hiramatsu
· 16 years ago
38a4749
tracing/kprobes: Fix format typo in trace_kprobes
by Masami Hiramatsu
· 16 years ago
cd7e7bd
tracing: Add kprobes event profiling interface
by Masami Hiramatsu
· 16 years ago
ff50d99
tracing: Kprobe tracer assigns new event ids for each event
by Masami Hiramatsu
· 16 years ago
4263565
tracing: Generate names for each kprobe event automatically
by Masami Hiramatsu
· 16 years ago
a82378d
tracing: Kprobe-tracer supports more than 6 arguments
by Masami Hiramatsu
· 16 years ago
413d37d
tracing: Add kprobe-based event tracer
by Masami Hiramatsu
· 16 years ago
d93f12f
tracing: Introduce TRACE_FIELD_ZERO() macro
by Masami Hiramatsu
· 16 years ago
bd1a5c8
tracing: Ftrace dynamic ftrace_event_call support
by Masami Hiramatsu
· 16 years ago
57421db
tracing: Convert event tracing code to use NR_syscalls
by Jason Baron
· 15 years ago
cc3b13c
tracing: Don't trace kernel thread syscalls
by Hendrik Brueckner
· 15 years ago
cd0980f
tracing: Check invalid syscall nr while tracing syscalls
by Hendrik Brueckner
· 15 years ago
35dce1a
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core
by Ingo Molnar
· 15 years ago
5079f32
ftrace: Move setting of clock-source out of options
by Zhaolei
· 15 years ago
87a342f
tracing/filters: Support filtering for char * strings
by Li Zefan
· 16 years ago
43b51ea
tracing/filters: Add __field_ext() to TRACE_EVENT
by Li Zefan
· 16 years ago
aa38e9f
tracing/filters: Add filter_type to struct ftrace_event_field
by Li Zefan
· 16 years ago
1c569f0
tracing: Create generic syscall TRACE_EVENTs
by Josh Stone
· 15 years ago
9741987
tracing: Move tracepoint callbacks from declaration to definition
by Josh Stone
· 15 years ago
3d27d8c
tracing: Make syscall tracepoints conditional
by Josh Stone
· 15 years ago
6670000
tracing: Rename FTRACE_SYSCALLS for tracepoints
by Josh Stone
· 15 years ago
9c93768
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
44afa9a
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
7d63e63
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
d88cb58
tracing: Eliminate code duplication in kernel/tracepoint.c
by Anirban Sinha
· 15 years ago
4464fca
perf_counter: Fix typo in read() output generation
by Peter Zijlstra
· 16 years ago
4539f07
tracing/syscalls: Fix the output of syscalls with no arguments
by Li Zefan
· 16 years ago
d46c7d9
Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
f833bab
clockevent: Prevent dead lock on clockevents_lock
by Suresh Siddha
· 16 years ago
540b7b8
tracing/syscalls: Add filtering support
by Li Zefan
· 16 years ago
e647d6b
tracing/events: Add trace_define_common_fields()
by Li Zefan
· 16 years ago
14be96c
tracing/events: Add ftrace_event_call param to define_fields()
by Li Zefan
· 16 years ago
10a5b66
tracing/syscalls: Add fields format for exit events
by Li Zefan
· 16 years ago
e697196
tracing/syscalls: Fix fields format for enter events
by Li Zefan
· 16 years ago
eda1e32
tracing: handle broken names in ftrace filter
by Jiri Olsa
· 16 years ago
0753ba0
mm: revert "oom: move oom_adj value"
by KOSAKI Motohiro
· 16 years ago
dcd94db
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
69ab849
genirq: Wake up irq thread after action has been installed
by Thomas Gleixner
· 16 years ago
f738eb1
perf_counter: Fix the PARISC build
by Ingo Molnar
· 16 years ago
f2d84b6
ftrace: Unify effect of writing to trace_options and option/*
by Zhaolei
· 16 years ago
de80934
timers: Drop write permission on /proc/timer_list
by Amerigo Wang
· 16 years ago
e1ac361
perf_counter: Check task on counter read IPI
by Paul Mackerras
· 16 years ago
3be04b4
ftrace: Simplify seqfile code
by Li Zefan
· 16 years ago
2fc5f0c
trace_stack: Simplify seqfile code
by Li Zefan
· 16 years ago
97d5320
trace_stat: Fix missing entry in stat file
by Li Zefan
· 16 years ago
ba8b3a4
tracing/syscalls: Fix to print parameter types
by Li Zefan
· 16 years ago
7ead8b8
tracing/events: Add module tracepoints
by Li Zefan
· 16 years ago
788084a
Security/SELinux: seperate lsm specific mmap_min_addr
by Eric Paris
· 16 years ago
60d970c
tracing: Fix syscall tracing on !HAVE_FTRACE_SYSCALLS architectures
by Ingo Molnar
· 16 years ago
2d860ad
genirq: prevent wakeup of freed irq thread
by Linus Torvalds
· 16 years ago
3493e84
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
919aa96
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
94d5d1b
perf_counter: Report the cloning task as parent on perf_counter_fork()
by Peter Zijlstra
· 16 years ago
970892a
perf_counter: Fix an ipi-deadlock
by Peter Zijlstra
· 16 years ago
3dab77f
perf: Rework/fix the whole read vs group stuff
by Peter Zijlstra
· 16 years ago
bcfc260
perf_counter: Fix swcounter context invariance
by Peter Zijlstra
· 16 years ago
2840297
perf_counter: Provide hw_perf_counter_setup_online() APIs
by Ingo Molnar
· 16 years ago
39cbb60
Remove double removal of blktrace directory
by Alan D. Brunelle
· 16 years ago
Next »