summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2009-06-25ftrace: Remove duplicate newlineLi Zefan-2/+1
2009-06-24tracing: Fix trace_buf_size boot optionLi Zefan-3/+2
2009-06-24ftrace: Fix t_hash_start()Li Zefan-1/+11
2009-06-24ftrace: Don't manipulate @pos in t_start()Li Zefan-11/+8
2009-06-24ftrace: Don't increment @pos in g_start()Li Zefan-11/+10
2009-06-24tracing: Reset iterator in t_start()Li Zefan-14/+4
2009-06-24trace_stat: Don't increment @pos in seq start()Li Zefan-5/+1
2009-06-24tracing_bprintk: Don't increment @pos in t_start()Li Zefan-20/+6
2009-06-24tracing/events: Don't increment @pos in s_start()Li Zefan-6/+22
2009-06-24percpu: clean up percpu variable definitionsTejun Heo-3/+3
2009-06-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-170/+292
2009-06-20Merge branch 'tip/tracing/urgent-1' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar-4/+40
2009-06-20Merge branch 'tip/tracing/urgent' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar-41/+78
2009-06-20tracing/urgent: warn in case of ftrace_start_up inbalanceFrederic Weisbecker-0/+7
2009-06-20tracing/urgent: fix unbalanced ftrace_start_upFrederic Weisbecker-3/+5
2009-06-18function-graph: add stack frame testSteven Rostedt-4/+39
2009-06-18function-graph: disable when both x86_32 and optimize for size are configuredSteven Rostedt-0/+1
2009-06-17ring-buffer: have benchmark test print to trace bufferSteven Rostedt-18/+19
2009-06-17ring-buffer: do not grab locks in nmiSteven Rostedt-8/+51
2009-06-17ring-buffer: add locks around rb_per_cpu_emptySteven Rostedt-2/+9
2009-06-17ring-buffer: check for less than two in size allocationSteven Rostedt-2/+2
2009-06-17ring-buffer: remove useless compile check for buffer_page sizeSteven Rostedt-11/+0
2009-06-17Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar-138/+357
2009-06-16ring-buffer: remove useless warn on checkSteven Rostedt-3/+0
2009-06-16ring-buffer: use BUF_PAGE_HDR_SIZE in calculating indexSteven Rostedt-1/+1
2009-06-16tracing/filters: fix race between filter setting and module unloadLi Zefan-17/+10
2009-06-16tracing/filters: free filter_string in destroy_preds()Li Zefan-0/+1
2009-06-16ring-buffer: use commit counters for commit pointer accountingSteven Rostedt-79/+75
2009-06-16ring-buffer: remove unused variableSteven Rostedt-1/+0
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds-0/+3
2009-06-16ring-buffer: have benchmark test handle discarded eventsSteven Rostedt-3/+5
2009-06-15debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim-17/+16
2009-06-15Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-1/+2
2009-06-15ring-buffer: prevent adding write in discarded areaSteven Rostedt-12/+56
2009-06-15tracing/filters: strloc should be unsigned shortLi Zefan-1/+1
2009-06-15tracing/filters: operand can be negativeLi Zefan-1/+6
2009-06-15tracing: replace a GFP_ATOMIC with GFP_KERNEL allocationLi Zefan-1/+1
2009-06-15tracing: fix a typo in tracing_cpumask_write()Li Zefan-3/+3
2009-06-15cpumask: use new operators in kernel/traceRusty Russell-3/+3
2009-06-15trace: annotate bitfields in struct ring_buffer_eventVegard Nossum-0/+3
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-12/+9
2009-06-10Merge branch 'tracing-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-10/+25
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1902/+4702
2009-06-09tracing: add protection around module events unloadSteven Rostedt-4/+19
2009-06-09tracing: add trace_seq_vprint interfaceSteven Rostedt-0/+32
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan-2/+81
2009-06-09ring-buffer: fix ret in rb_add_time_stampSteven Rostedt-1/+1
2009-06-08ring-buffer: pass in lockdep class key for reader_lockPeter Zijlstra-2/+7
2009-06-05Merge branch 'tip/tracing/ftrace-4' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar-60/+81
2009-06-04Merge branch 'tracing/ftrace' into tracing/coreIngo Molnar-35/+87