kprobes: Prevent re-registration of the same kprobe
[safe/jmp/linux-2.6] / kernel /
2009-09-17 Ananth N Mavinakay... kprobes: Prevent re-registration of the same kprobe
2009-09-17 Masami Hiramatsutracing/kprobes: Disable kprobe events by default after...
2009-09-17 Masami Hiramatsutracing/kprobes: Fix profiling alignment for perf_count...
2009-09-17 Masami Hiramatsutracing/kprobes: Add probe handler dispatcher to suppor...
2009-09-17 Masami Hiramatsuftrace: Fix trace_remove_event_call() to lock trace_eve...
2009-09-17 Masami Hiramatsuftrace: Fix trace_add_event_call() to initialize list
2009-09-17 Masami Hiramatsutracing/kprobes: Fix trace_probe registration order
2009-09-17 Masami Hiramatsutracing/kprobes: Support custom subsystem for each...
2009-09-11 Masami Hiramatsutracing/kprobes: Show event name in trace output
2009-09-11 Masami Hiramatsutracing/kprobes: Add argument name support
2009-09-11 Masami Hiramatsutracing/kprobes: Add event profiling support
2009-09-11 Masami Hiramatsutracing/kprobes: Cleanup kprobe tracer code.
2009-09-11 Masami Hiramatsutracing/kprobes: Fix probe offset to be unsigned
2009-09-11 Masami Hiramatsukprobes/x86-32: Move irq-exit functions to kprobes...
2009-09-10 Frederic WeisbeckerMerge commit 'tracing/core' into tracing/kprobes
2009-09-06 Ingo MolnarMerge branch 'tracing/core' of git://git./linux/kernel...
2009-09-06 Ingo MolnarMerge commit 'v2.6.31-rc9' into tracing/core
2009-09-05 Linus TorvaldsMerge branch 'perfcounters-fixes-for-linus' of git...
2009-09-04 Steven Rostedtring-buffer: only enable ring_buffer_swap_cpu when...
2009-09-04 Steven Rostedtring-buffer: check for swapped buffers in start of...
2009-09-04 Steven Rostedttracing: report error in trace if we fail to swap laten...
2009-09-04 Steven Rostedttracing: add trace_array_printk for internal tracers...
2009-09-04 Steven Rostedttracing: pass around ring buffer instead of tracer
2009-09-04 Steven Rostedttracing: make tracing_reset safe for external use
2009-09-04 Steven Rostedttracing: use timestamp to determine start of latency...
2009-09-04 Li Zefantracing/filters: Defer pred allocation, fix memory...
2009-09-04 Steven Rostedttracing: remove users of tracing_reset
2009-09-04 Steven Rostedttracing: disable buffers and synchronize_sched before...
2009-09-04 Steven Rostedttracing: disable update max tracer while reading trace
2009-09-04 Steven Rostedttracing: print out start and stop in latency traces
2009-09-04 Steven Rostedtring-buffer: disable all cpu buffers when one finds...
2009-09-04 Steven Rostedtring-buffer: do not count discarded events
2009-09-04 Steven Rostedtring-buffer: remove ring_buffer_event_discard
2009-09-04 Steven Rostedtring-buffer: fix ring_buffer_read crossing pages
2009-09-04 Steven Rostedtring-buffer: remove unnecessary cpu_relax
2009-09-04 Steven Rostedtring-buffer: do not swap buffers during a commit
2009-09-04 Steven Rostedtring-buffer: do not reset while in a commit
2009-08-31 Li Zefantracing/filters: Defer pred allocation
2009-08-30 Masami Hiramatsukprobes: Prohibit to probe native_get_debugreg
2009-08-30 Masami Hiramatsukprobes: Fix to add __kprobes to notify_die
2009-08-29 Peter Zijlstraperf_counter: Fix /0 bug in swcounters
2009-08-29 Ingo MolnarMerge branch 'tip/tracing/core' of git://git./linux...
2009-08-29 Ingo Molnarmodules: Fix build error in the !CONFIG_KALLSYMS case
2009-08-28 Ingo Molnarperf_counters: Increase paranoia level
2009-08-27 Steven Rostedttracing: only show tracing_max_latency when latency...
2009-08-27 Steven Rostedttracing: remove legacy select of MARKERS by context...
2009-08-27 James Bottomleymodule: workaround duplicate section names
2009-08-27 Rusty Russellmodule: fix BUG_ON() for powerpc (and other function...
2009-08-27 Frederic Weisbeckertracing: Remove unneeded pointer casts
2009-08-27 Frederic Weisbeckertracing: Restore the const qualifier for field names...
2009-08-27 Oleg Nesterovclone(): fix race between copy_process() and de_thread()
2009-08-27 Frederic Weisbeckertracing/kprobes: Dump the culprit kprobe in case of...
2009-08-27 Masami Hiramatsutracing/kprobes: Change trace_arg to probe_arg
2009-08-27 Masami Hiramatsutracing/kprobes: Fix format typo in trace_kprobes
2009-08-27 Masami Hiramatsutracing: Add kprobes event profiling interface
2009-08-27 Masami Hiramatsutracing: Kprobe tracer assigns new event ids for each...
2009-08-27 Masami Hiramatsutracing: Generate names for each kprobe event automatically
2009-08-27 Masami Hiramatsutracing: Kprobe-tracer supports more than 6 arguments
2009-08-27 Masami Hiramatsutracing: Add kprobe-based event tracer
2009-08-26 Masami Hiramatsutracing: Introduce TRACE_FIELD_ZERO() macro
2009-08-26 Masami Hiramatsutracing: Ftrace dynamic ftrace_event_call support
2009-08-26 Jason Barontracing: Convert event tracing code to use NR_syscalls
2009-08-26 Hendrik Bruecknertracing: Don't trace kernel thread syscalls
2009-08-26 Hendrik Bruecknertracing: Check invalid syscall nr while tracing syscalls
2009-08-26 Ingo MolnarMerge branch 'tracing/core' of git://git./linux/kernel...
2009-08-26 Zhaoleiftrace: Move setting of clock-source out of options
2009-08-26 Li Zefantracing/filters: Support filtering for char * strings
2009-08-26 Li Zefantracing/filters: Add __field_ext() to TRACE_EVENT
2009-08-26 Li Zefantracing/filters: Add filter_type to struct ftrace_event...
2009-08-25 Josh Stonetracing: Create generic syscall TRACE_EVENTs
2009-08-25 Josh Stonetracing: Move tracepoint callbacks from declaration...
2009-08-25 Josh Stonetracing: Make syscall tracepoints conditional
2009-08-25 Josh Stonetracing: Rename FTRACE_SYSCALLS for tracepoints
2009-08-25 Linus TorvaldsMerge branch 'perfcounters-fixes-for-linus' of git...
2009-08-25 Linus TorvaldsMerge branch 'timers-fixes-for-linus' of git://git...
2009-08-25 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2009-08-25 Anirban Sinhatracing: Eliminate code duplication in kernel/tracepoint.c
2009-08-21 Peter Zijlstraperf_counter: Fix typo in read() output generation
2009-08-20 Li Zefantracing/syscalls: Fix the output of syscalls with no...
2009-08-19 Linus TorvaldsMerge branch 'perfcounters-fixes-for-linus-2' of git...
2009-08-19 Suresh Siddhaclockevent: Prevent dead lock on clockevents_lock
2009-08-19 Li Zefantracing/syscalls: Add filtering support
2009-08-19 Li Zefantracing/events: Add trace_define_common_fields()
2009-08-19 Li Zefantracing/events: Add ftrace_event_call param to define_f...
2009-08-19 Li Zefantracing/syscalls: Add fields format for exit events
2009-08-19 Li Zefantracing/syscalls: Fix fields format for enter events
2009-08-19 Jiri Olsatracing: handle broken names in ftrace filter
2009-08-18 KOSAKI Motohiromm: revert "oom: move oom_adj value"
2009-08-18 Linus TorvaldsMerge branch 'irq-fixes-for-linus' of git://git./linux...
2009-08-18 Thomas Gleixnergenirq: Wake up irq thread after action has been installed
2009-08-18 Ingo Molnarperf_counter: Fix the PARISC build
2009-08-18 Zhaoleiftrace: Unify effect of writing to trace_options and...
2009-08-17 Amerigo Wangtimers: Drop write permission on /proc/timer_list
2009-08-17 Paul Mackerrasperf_counter: Check task on counter read IPI
2009-08-17 Li Zefanftrace: Simplify seqfile code
2009-08-17 Li Zefantrace_stack: Simplify seqfile code
2009-08-17 Li Zefantrace_stat: Fix missing entry in stat file
2009-08-17 Li Zefantracing/syscalls: Fix to print parameter types
2009-08-17 Li Zefantracing/events: Add module tracepoints
2009-08-17 Eric ParisSecurity/SELinux: seperate lsm specific mmap_min_addr
next