aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-02-17tracing: use the more proper parameterWenji Huang
2009-02-17ftrace: rename _hook to _probeSteven Rostedt
2009-02-17ftrace: clean up coding styleSteven Rostedt
2009-02-17ftrace: fix !CONFIG_DYNAMIC_FTRACE ftrace_swapper_pid definitionIngo Molnar
2009-02-17Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2009-02-17Merge branches 'tracing/hw-branch-tracing' and 'tracing/power-tracer' into tr...Ingo Molnar
2009-02-16ftrace: add pretty print function for traceon and traceoff hooksSteven Rostedt
2009-02-16ftrace: add pretty print to selected fuction tracesSteven Rostedt
2009-02-16ftrace: show selected functions in set_ftrace_filterSteven Rostedt
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-15Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2009-02-15tracing: fix section mismatch in trace_hw_branches.cRakib Mullick
2009-02-15Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar
2009-02-15trace: mmiotrace to the tracer menu in KconfigPekka Paalanen
2009-02-15mmiotrace: count events lost due to not recordingPekka Paalanen
2009-02-13User namespaces: Only put the userns when we unhash the uidSerge E. Hallyn
2009-02-13tracing: convert c/p state power tracer to use tracepointsJason Baron
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