summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2013-09-14Merge commit 'a88f9e27498afaea615ad3e93af4f26df1f84987' into after-upstream-a...Dan Willemsen
2013-09-14tracedump: Fix build errorPrashant Gaikwad
2013-09-14tracedump: Dump ftrace ring buffer dataAlon Farchy
2013-09-14tracelevel module: Prioritize trace eventsAlon Farchy
2013-08-29ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)
2013-08-29tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)
2013-08-29tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)
2013-08-29tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov
2013-08-29tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov
2013-08-29tracing: Introduce remove_event_file_dir()Oleg Nesterov
2013-08-29tracing: Change f_start() to take event_mutex and verify i_private != NULLOleg Nesterov
2013-08-29tracing: Change event_filter_read/write to verify i_private != NULLOleg Nesterov
2013-08-29tracing: Change event_enable/disable_read() to verify i_private != NULLOleg Nesterov
2013-08-29tracing: Turn event/id->i_private into call->event.typeOleg Nesterov
2013-08-29ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)
2013-08-29tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-08-29tracing: Change tracing_entries_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-08-29tracing: Change tracing_stats_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-08-29tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-08-29tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()Oleg Nesterov
2013-08-29tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()Oleg Nesterov
2013-08-29tracing/kprobe: Wait for disabling all running kprobe handlersMasami Hiramatsu
2013-08-29tracing: Do not call kmem_cache_free() on allocation failureNamhyung Kim
2013-08-14tracing: Fix reset of time stamps during trace_clock changesAlexander Z Lam
2013-08-14tracing: Use flag buffer_disabled for irqsoff tracerSteven Rostedt (Red Hat)
2013-08-14tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct bufferAlexander Z Lam
2013-08-14tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin
2013-08-04tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()Steven Rostedt (Red Hat)
2013-08-04tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()Oleg Nesterov
2013-08-04tracing: Miscellaneous fixes for trace_array ref countingAlexander Z Lam
2013-08-04tracing: Fix error handling to ensure instances can always be removedAlexander Z Lam
2013-07-25tracing: Add trace_array_get/put() to event handlingSteven Rostedt (Red Hat)
2013-07-25tracing: Fix race between deleting buffer and setting eventsSteven Rostedt (Red Hat)
2013-07-25tracing: Get trace_array ref counts when accessing trace filesSteven Rostedt (Red Hat)
2013-07-25tracing: Add trace_array_get/put() to handle instance refs betterSteven Rostedt (Red Hat)
2013-07-25tracing: Protect ftrace_trace_arrays list in trace_events.cAlexander Z Lam
2013-07-25tracing: Make trace_marker use the correct per-instance bufferAlexander Z Lam
2013-07-25tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)
2013-07-25tracing: Failed to create system directorySteven Rostedt
2013-07-25uprobes: Fix return value in error handling pathzhangwei(Jovi)
2013-07-01trace: add non-hierarchical function_graph optionJamie Gennis
2013-07-01trace: Add an option to show tgids in trace outputJamie Gennis
2013-07-01trace/events: add gpu trace eventsJamie Gennis
2013-06-11tracing: Fix outputting formats of x86-tsc and counter when use trace_clockYoshihiro YUNOMAE
2013-06-06tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)
2013-05-29tracing: Fix bad parameter passed in branch selftestSteven Rostedt (Red Hat)
2013-05-28ftrace: Use the rcu _notrace variants for rcu_dereference_raw() and friendsSteven Rostedt
2013-05-28ring-buffer: Do not poll non allocated cpu buffersSteven Rostedt (Red Hat)
2013-05-23tracing: Fix crash when ftrace=nop on the kernel command lineSteven Rostedt (Red Hat)
2013-05-16tracing: Return -EBUSY when event_enable_func() fails to get moduleMasami Hiramatsu