aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-08-29itimers: Add tracepoints for itimerXiao Guangrong2-1/+11
2009-08-29hrtimer: Add tracepoint for hrtimersXiao Guangrong1-8/+32
2009-08-29timers: Add tracepoints for timer_list timersXiao Guangrong1-4/+28
2009-08-29lockdep: Remove recursion stattisticsMing Lei2-12/+0
2009-08-29perf_counter: Fix /0 bug in swcountersPeter Zijlstra1-0/+1
2009-08-29Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar3-43/+52
2009-08-29Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner4-157/+175
2009-08-28pktgen: spin using hrtimerStephen Hemminger1-0/+2
2009-08-28modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar1-2/+5
2009-08-28clocksource: Resolve cpu hotplug dead lock with TSC unstableThomas Gleixner1-3/+30
2009-08-28perf_counters: Increase paranoia levelIngo Molnar1-1/+1
2009-08-28sched: Fix division by zero - reallyPeter Zijlstra1-21/+29
2009-08-27tracing: only show tracing_max_latency when latency tracer configuredSteven Rostedt2-42/+52
2009-08-27tracing: remove legacy select of MARKERS by context switch tracingSteven Rostedt1-1/+0
2009-08-27module: workaround duplicate section namesJames Bottomley1-1/+2
2009-08-27module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell1-2/+4
2009-08-27genirq: Do not mask oneshot edge type interruptsThomas Gleixner1-7/+2
2009-08-27tracing: Remove unneeded pointer castsFrederic Weisbecker1-2/+2
2009-08-27Merge commit 'origin/master' into nextBenjamin Herrenschmidt6-28/+43
2009-08-27tracing: Restore the const qualifier for field names and types definitionFrederic Weisbecker2-4/+4
2009-08-26clone(): fix race between copy_process() and de_thread()Oleg Nesterov1-15/+5
2009-08-27tracing/kprobes: Dump the culprit kprobe in case of kprobe recursionFrederic Weisbecker1-0/+7
2009-08-27tracing/kprobes: Change trace_arg to probe_argMasami Hiramatsu1-9/+9
2009-08-27tracing/kprobes: Fix format typo in trace_kprobesMasami Hiramatsu1-1/+1
2009-08-27tracing: Add kprobes event profiling interfaceMasami Hiramatsu1-0/+43
2009-08-27tracing: Kprobe tracer assigns new event ids for each eventMasami Hiramatsu2-42/+15
2009-08-27tracing: Generate names for each kprobe event automaticallyMasami Hiramatsu2-49/+33
2009-08-27tracing: Kprobe-tracer supports more than 6 argumentsMasami Hiramatsu1-8/+13
2009-08-27tracing: Add kprobe-based event tracerMasami Hiramatsu5-0/+1263
2009-08-26Merge branch 'x86/urgent' into x86/patH. Peter Anvin54-609/+1143
2009-08-26net: Temporarily backout SKB sources tracer.David S. Miller4-185/+0
2009-08-27tracing: Introduce TRACE_FIELD_ZERO() macroMasami Hiramatsu2-10/+10
2009-08-27tracing: Ftrace dynamic ftrace_event_call supportMasami Hiramatsu3-56/+103
2009-08-26tracing: Convert event tracing code to use NR_syscallsJason Baron1-12/+12
2009-08-26tracing: Don't trace kernel thread syscallsHendrik Brueckner1-1/+3
2009-08-26tracing: Check invalid syscall nr while tracing syscallsHendrik Brueckner1-0/+4
2009-08-26Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar3-18/+23
2009-08-26timer.c: Fix S/390 commentsRandy Dunlap1-2/+2
2009-08-26ftrace: Move setting of clock-source out of optionsZhaolei2-20/+79
2009-08-26tracing/filters: Support filtering for char * stringsLi Zefan1-3/+23
2009-08-26tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan4-14/+17
2009-08-26tracing/filters: Add filter_type to struct ftrace_event_fieldLi Zefan3-9/+18
2009-08-26tracing: Create generic syscall TRACE_EVENTsJosh Stone1-8/+9
2009-08-26tracing: Move tracepoint callbacks from declaration to definitionJosh Stone1-5/+9
2009-08-26tracing: Make syscall tracepoints conditionalJosh Stone1-1/+1
2009-08-26tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone2-4/+4
2009-08-25Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-1/+1
2009-08-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-11/+14
2009-08-25Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-16/+13
2009-08-25rcu: Add #ifdef to suppress __rcu_offline_cpu() warning in !HOTPLUG_CPU buildsPaul E. McKenney1-0/+2