summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-09-03ftrace: Fix a slight race in modifying what function callback gets tracedSteven Rostedt (Red Hat)
2013-08-22tracing: Make tracing_cpumask available for all instancesAlexander Z Lam
2013-08-22tracing: Kill the !CONFIG_MODULES code in trace_events.cOleg Nesterov
2013-08-22tracing: Don't pass file_operations array to event_create_dir()Oleg Nesterov
2013-08-22tracing: Kill trace_create_file_ops() and friendsOleg Nesterov
2013-08-22tracing/syscalls: Annotate raw_init function with __initLi Zefan
2013-08-03tracing: Fix reset of time stamps during trace_clock changesAlexander Z Lam
2013-08-03tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct bufferAlexander Z Lam
2013-08-03tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin
2013-08-01tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)
2013-08-01tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)
2013-07-31tracing: Add comment to describe special break case in probe_remove_event_call()Steven Rostedt (Red Hat)
2013-07-31tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov
2013-07-31ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)
2013-07-30ftrace: Consolidate some duplicate code for updating ftrace opsSteven Rostedt (Red Hat)
2013-07-30tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov
2013-07-30tracing: Introduce remove_event_file_dir()Oleg Nesterov
2013-07-30tracing: Change f_start() to take event_mutex and verify i_private != NULLOleg Nesterov
2013-07-30tracing: Change event_filter_read/write to verify i_private != NULLOleg Nesterov
2013-07-30tracing: Change event_enable/disable_read() to verify i_private != NULLOleg Nesterov
2013-07-30tracing: Turn event/id->i_private into call->event.typeOleg Nesterov
2013-07-29Merge tag 'trace-fixes-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-07-26tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()Steven Rostedt (Red Hat)
2013-07-24ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)
2013-07-24tracing: Kill trace_cpu struct/membersOleg Nesterov
2013-07-24tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-07-24tracing: Change tracing_entries_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-07-24tracing: Change tracing_stats_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-07-24tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-07-24tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()Oleg Nesterov
2013-07-24tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()Oleg Nesterov
2013-07-23Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-07-23Fix __wait_on_atomic_t() to call the action func if the counter != 0David Howells
2013-07-23Merge tag 'trace-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2013-07-19tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()Oleg Nesterov
2013-07-19Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-07-19tracing: Kill trace_array->waiterOleg Nesterov
2013-07-19tracing: Do not (ab)use trace_seq in event_id_read()Oleg Nesterov
2013-07-19tracing: Simplify the iteration logic in f_start/f_nextOleg Nesterov
2013-07-19tracing: Add ref_data to function and fgraph tracer structsSteven Rostedt (Red Hat)
2013-07-19tracing: Miscellaneous fixes for trace_array ref countingAlexander Z Lam
2013-07-19tracing: Fix error handling to ensure instances can always be removedAlexander Z Lam
2013-07-19tracing/kprobe: Wait for disabling all running kprobe handlersMasami Hiramatsu
2013-07-19tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov
2013-07-19tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is emptyOleg Nesterov
2013-07-19tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is e...Oleg Nesterov
2013-07-19tracing: Typo fix on ring buffer commentszhangwei(Jovi)
2013-07-19tracing: Use trace_seq_puts()/trace_seq_putc() where possiblezhangwei(Jovi)
2013-07-18Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-07-16sysfs.h: add __ATTR_RW() macroGreg Kroah-Hartman