tracing: Update debugfs README file
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / kernel /
2013-03-21 Steven Rostedt ... tracing: Update debugfs README file
2013-03-15 Steven Rostedt ... tracing: Fix ftrace_dump()
2013-03-15 zhangwei(Jovi)tracing: Rename trace_event_mutex to trace_event_sem
2013-03-15 zhangwei(Jovi)tracing: Fix comment about prefix in arch_syscall_match...
2013-03-15 zhangwei(Jovi)tracing: Convert trace_destroy_fields() to static
2013-03-15 zhangwei(Jovi)tracing: Move find_event_field() into trace_events.c
2013-03-15 zhangwei(Jovi)tracing: Use TRACE_MAX_PRINT instead of constant
2013-03-15 zhangwei(Jovi)tracing: Use pr_warn_once instead of open coded impleme...
2013-03-15 Steven Rostedt ... ring-buffer: Add ring buffer startup selftest
2013-03-15 Steven Rostedt ... tracing: Add "perf" trace_clock
2013-03-15 Steven Rostedt ... tracing: Add "uptime" trace clock that uses jiffies
2013-03-15 Steven Rostedt ... tracing: Add function-trace option to disable function...
2013-03-15 Steven Rostedt ... tracing: Remove most or all of stack tracer stack size...
2013-03-15 Steven Rostedt ... tracing: Fix stack tracer with fentry use
2013-03-15 Steven Rostedt ... tracing: Use stack of calling function for stack tracer
2013-03-15 Steven Rostedt ... tracing: Add function probe to trigger stack traces
2013-03-15 Steven Rostedt ... tracing: Add skip argument to trace_dump_stack()
2013-03-15 Steven Rostedt ... tracing: Add function probe triggers to enable/disable...
2013-03-15 Steven Rostedt ... tracing: Add a way to soft disable trace events
2013-03-15 Steven Rostedt ... ftrace: Use manual free after synchronize_sched() not...
2013-03-15 Steven Rostedt ... ftrace: Clean up function probe methods
2013-03-15 Steven Rostedt ... tracing: Add snapshot trigger to function probes
2013-03-15 Steven Rostedt ... tracing: Add alloc/free_snapshot() to replace duplicate...
2013-03-15 Steven Rostedt ... ftrace: Fix function probe to only enable needed functions
2013-03-15 Steven Rostedt ... ftrace: Separate unlimited probes from count limited...
2013-03-15 Steven Rostedt ... tracing: Consolidate ftrace_trace_onoff_unreg() into...
2013-03-15 Steven Rostedt ... tracing: Consolidate updating of count for traceon/off
2013-03-15 Steven Rostedt ... tracing: Let tracing_snapshot() be used by modules...
2013-03-15 Steven Rostedt ... tracing: Add internal ftrace trace_puts() for ftrace...
2013-03-15 Steven Rostedt ... tracing: Add trace_puts() for even faster trace_printk...
2013-03-15 Steven Rostedt ... tracing: Fix the branch tracer that broke with buffer...
2013-03-15 Steven Rostedt ... tracing: Add alloc_snapshot kernel command line parameter
2013-03-15 Steven Rostedt ... tracing: Move the tracing selftest code into its own...
2013-03-15 Steven Rostedt ... ring-buffer: Do not use schedule_work_on() for current CPU
2013-03-15 Steven Rostedt ... tracing: Add internal tracing_snapshot() functions
2013-03-15 Steven Rostedt ... tracing: Prevent deleting instances when they are being...
2013-03-15 Steven Rostedt ... tracing: Add per_cpu directory into tracing instances
2013-03-15 Steven Rostedt ... tracing: Add snapshot feature to instances
2013-03-15 Steven Rostedt ... tracing: Consolidate buffer allocation code
2013-03-15 Steven Rostedt ... tracing: Have trace_array keep track if snapshot buffer...
2013-03-15 Steven Rostedt ... tracing: Add snapshot_raw to extract the raw data from...
2013-03-15 Steven Rostedt ... tracing: Add config option to allow snapshot to swap...
2013-03-15 Steven Rostedt ... tracing: Add snapshot in the per_cpu trace directories
2013-03-15 Steven Rostedt ... tracing: Consolidate max_tr into main trace_array structure
2013-03-15 Steven Rostedt ... tracing: Enable snapshot when any latency tracer is...
2013-03-15 Steven Rostedt ... tracing: Clear all trace buffers when unloaded module...
2013-03-15 Steven Rostedt ... tracing: Only clear trace buffer on module unload if...
2013-03-15 Steven Rostedt ... ring-buffer: Init waitqueue for blocked readers
2013-03-15 Li Zefantracing: Fix some section mismatch warnings
2013-03-15 Steven Rostedt ... tracing: Fix trace events build without modules
2013-03-15 Steven Rostedt ... tracing: Add __per_cpu annotation to trace array percpu...
2013-03-15 Li Zefantracing/syscalls: Annotate field-defining functions...
2013-03-15 Li Zefantracing: Annotate event field-defining functions with...
2013-03-15 Li Zefantracing: Add a helper function for event print functions
2013-03-15 Steven Rostedt ... tracing/ring-buffer: Move poll wake ups into ring buffe...
2013-03-15 Steven Rostedttracing: Fix read blocking on trace_pipe_raw
2013-03-15 Steven Rostedttracing: Fix polling on trace_pipe_raw
2013-03-15 Steven Rostedt ... tracing: Do not block on splice if either file or splic...
2013-03-15 Steven Rostedttracing: Use direct field, type and system names
2013-03-15 Steven Rostedttracing: Use kmem_cache_alloc instead of kmalloc in...
2013-03-15 Steven Rostedttracing: Get trace_events kernel command line working...
2013-03-15 Steven Rostedttracing: Add rmdir to remove multibuffer instances
2013-03-15 Steven Rostedttracing: Add interface to allow multiple trace buffers
2013-03-15 Steven Rostedttracing: Make syscall events suitable for multiple...
2013-03-15 Steven Rostedttracing: Replace the static global per_cpu arrays with...
2013-03-15 Steven Rostedttracing: Pass the ftrace_file to the buffer lock reserv...
2013-03-15 Steven Rostedttracing: Encapsulate global_trace and remove dependenci...
2013-03-15 Steven Rostedttracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPU
2013-03-15 Steven Rostedttracing: Separate out trace events from global variables
2013-03-15 Steven Rostedt ... tracing: Prevent buffer overwrite disabled for latency...
2013-03-15 Steven Rostedt ... tracing: Keep overwrite in sync between regular and...
2013-03-14 Steven Rostedt ... tracing: Protect tracer flags with trace_types_lock
2013-03-13 Steven Rostedt ... tracing: Fix free of probe entry by calling call_rcu_sc...
2013-03-12 Steven Rostedt ... tracing: Fix race in snapshot swapping
2013-03-07 Steven Rostedt ... tracing: Do not return EINVAL in snapshot when not...
2013-03-07 Steven Rostedt ... tracing: Add help of snapshot feature when snapshot...
2013-02-28 Ingo MolnarMerge branch 'tip/perf/urgent' of git://git./linux...
2013-02-28 Steven Rostedtftrace: Update the kconfig for DYNAMIC_FTRACE
2013-02-20 Ingo MolnarMerge branch 'tip/perf/core' of git://git./linux/kernel...
2013-02-20 Linus TorvaldsMerge branch 'for-3.9-async' of git://git./linux/kernel...
2013-02-20 Linus TorvaldsMerge branch 'for-3.9' of git://git./linux/kernel/git...
2013-02-20 Linus TorvaldsMerge branch 'for-3.9-cleanups' of git://git./linux...
2013-02-20 Linus TorvaldsMerge branch 'x86-uv-for-linus' of git://git./linux...
2013-02-20 Linus TorvaldsMerge branch 'x86-platform-for-linus' of git://git...
2013-02-20 Linus TorvaldsMerge branch 'x86-hyperv-for-linus' of git://git./linux...
2013-02-20 Linus TorvaldsMerge branch 'x86-debug-for-linus' of git://git./linux...
2013-02-20 Linus TorvaldsMerge branch 'x86-cleanups-for-linus' of git://git...
2013-02-20 Linus TorvaldsMerge branch 'x86-build-for-linus' of git://git./linux...
2013-02-20 Linus TorvaldsMerge branch 'x86-boot-for-linus' of git://git./linux...
2013-02-20 Linus TorvaldsMerge branch 'x86-asm-for-linus' of git://git./linux...
2013-02-20 Linus TorvaldsMerge branch 'x86-apic-for-linus' of git://git./linux...
2013-02-20 Linus TorvaldsMerge branch 'timers-core-for-linus' of git://git....
2013-02-20 Linus TorvaldsMerge branch 'smp-hotplug-for-linus' of git://git....
2013-02-20 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2013-02-20 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2013-02-20 Linus TorvaldsMerge branch 'irq-core-for-linus' of git://git./linux...
2013-02-20 Linus TorvaldsMerge branch 'core-rcu-for-linus' of git://git./linux...
2013-02-19 Konstantin Khlebnikovworkqueue: un-GPL function delayed_work_timer_fn()
2013-02-19 Thomas Gleixnercputime: Remove irqsave from seqlock readers
2013-02-19 Steven Rostedt ... ftrace: Call ftrace cleanup module notifier after all...
next