summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-02-16ftrace: add traceon traceoff commands to enable/disable the buffersSteven Rostedt
2009-02-16ring-buffer: add tracing_is_on to test if ring buffer is enabledSteven Rostedt
2009-02-16ftrace: trace different functions with a different tracerSteven Rostedt
2009-02-16ftrace: consolidate mutexesSteven Rostedt
2009-02-16ftrace: convert ftrace_lock from a spinlock to mutexSteven Rostedt
2009-02-16ftrace: add command interface for function selectionSteven Rostedt
2009-02-16ftrace: enable filtering only when a function is filtered onSteven Rostedt
2009-02-16ftrace: add module command function filter selectionSteven Rostedt
2009-02-16ftrace: break up ftrace_match_records into smaller componentsSteven Rostedt
2009-02-16ftrace: rename ftrace_match to ftrace_match_recordsSteven Rostedt
2009-02-16ftrace: add do_for_each_ftrace_rec and while_for_each_ftrace_recSteven Rostedt
2009-02-16ftrace: state that all functions are enabled in set_ftrace_filterSteven Rostedt
2009-02-13Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2009-02-13Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 't...Ingo Molnar
2009-02-12ring-buffer: rename label out_unlock to out_resetSteven Rostedt
2009-02-11cgroups: fix lockdep subclasses overflowLi Zefan
2009-02-11mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit archesSven Wegener
2009-02-11Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-02-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-02-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-02-11sched: revert recent sync wakeup changesPeter Zijlstra
2009-02-11timers: fix TIMER_ABSTIME for process wide cpu timersPeter Zijlstra
2009-02-11timers: split process wide cpu clocks/timers, fixPeter Zijlstra
2009-02-11ring_buffer: pahole struct ring_bufferArnaldo Carvalho de Melo
2009-02-11tracing/sysprof: add missing tracing_{start,stop}_record_cmdline()Frederic Weisbecker
2009-02-11ptrace, x86: fix the usage of ptrace_fork()Oleg Nesterov
2009-02-11tracing: fix sparse warning: attribute function with __acquires/__releasesHannes Eder
2009-02-11tracing: fix sparse warnings: fix (un-)signednessHannes Eder
2009-02-11tracing: fix sparse warnings: make symbols staticHannes Eder
2009-02-11Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2009-02-10tracing: fix typos in commentsWenji Huang
2009-02-10tracing: provide correct return value after outputting the eventWenji Huang
2009-02-10tracing: remove unneeded variableWenji Huang
2009-02-10tracing: storage class should be before const qualifierTobias Klauser
2009-02-10ring_buffer: fix ring_buffer_read_page()Lai Jiangshan
2009-02-10ring_buffer: fix typing mistakeLai Jiangshan
2009-02-10Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2009-02-10Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar
2009-02-10profiling: fix broken profiling regressionHugh Dickins
2009-02-09tracing: clean up splice codeSteven Rostedt
2009-02-09tracing: Move pipe waiting code out of tracing_read_pipe().Eduard - Gabriel Munteanu
2009-02-09tracing: splice support for tracing_pipeEduard - Gabriel Munteanu
2009-02-09tracing/function-graph-tracer: handle the leaf functions from trace_pipeFrederic Weisbecker
2009-02-09tracing/blktrace: move the tracing file to kernel/trace, fixIngo Molnar
2009-02-09tracing: handle unregistering the current tracerArnaldo Carvalho de Melo
2009-02-09tracing/function-graph-tracer: drop the kernel_text_address checkFrederic Weisbecker
2009-02-09tracing/power: move the power trace headers to a dedicated fileFrederic Weisbecker
2009-02-09tracing/function-graph-tracer: provide a selftest for the function graph tracerFrederic Weisbecker
2009-02-09tracing/blktrace: move the tracing file to kernel/traceFrederic Weisbecker
2009-02-09Merge branch 'tip/tracing/core/devel' of git://git.kernel.org/pub/scm/linux/k...Ingo Molnar