summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2009-07-10ksym_tracer: Fix validation of length of access typeLi Zefan-7/+7
2009-07-10ksym_tracer: Fix validation of access typeLi Zefan-18/+14
2009-07-10ksym_tracer: Rewrite ksym_trace_filter_read()Li Zefan-11/+18
2009-07-10ksym_tracer: Extract trace entry from struct trace_ksymLi Zefan-17/+22
2009-07-10tracing/filter: Remove empty subsystem and its directoryXiao Guangrong-1/+32
2009-07-10tracing/filter: Remove preds from struct event_subsystemXiao Guangrong-33/+6
2009-07-07ring-buffer: make locklessSteven Rostedt-151/+738
2009-07-07ring-buffer: make the buffer a true circular link listSteven Rostedt-17/+32
2009-07-04Merge branch 'master' into for-nextTejun Heo-74/+86
2009-07-03kmemtrace: Print binary output only if 'bin' option is setLi Zefan-30/+90
2009-07-02tracing: Fix trace_print_seq()Xiao Guangrong-2/+1
2009-07-01tracing/events: Add trace_event boot optionLi Zefan-6/+38
2009-06-29tracing/fastboot: Document the need of initcall_debugLi Zefan-3/+3
2009-06-26trace_export: Repair missed fieldsLai Jiangshan-0/+3
2009-06-26tracing: Fix stack tracer sysctl handlingLi Zefan-4/+4
2009-06-26ftrace: Fix the output of profileLi Zefan-1/+3
2009-06-25ring-buffer: Make it generally availablePaul Mundt-0/+18
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