summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* ring-buffer: discard timestamps that are at the start of the bufferSteven Rostedt2009-06-031-16/+21
* ring-buffer: try to discard unneeded timestampsSteven Rostedt2009-06-031-26/+41
* ring-buffer: fix bug in ring_buffer_discard_commitTim Bird2009-06-031-1/+1
* ftrace: do not profile functions when disabledSteven Rostedt2009-06-011-2/+6
* tracing: make trace pipe recognize latency format flagSteven Rostedt2009-06-011-0/+3
* tracing: add exports to use __print_symbolic and __print_flags from a moduleSteven Whitehouse2009-06-011-0/+3
* tracing/events: introduce __dynamic_array()Li Zefan2009-06-011-3/+3
* tracing: combine the default tracers into one configSteven Rostedt2009-06-011-16/+3
* tracing: fix config options to not show when automatically selectedSteven Rostedt2009-06-011-15/+28
* ftrace: add kernel command line function filteringSteven Rostedt2009-06-011-0/+42
* trace: disable preemption before taking raw spinlocksHeiko Carstens2009-05-281-0/+2
* tracing: add __print_symbolic to trace eventsSteven Rostedt2009-05-261-0/+25
* tracing: add __print_flags for eventsSteven Rostedt2009-05-261-0/+39
* ftrace: clean up of using ftrace_event_enable_disable()Zhaolei2009-05-261-30/+14
* ftrace: Add task_comm support for trace_eventZhaolei2009-05-262-2/+13
* tracing: add trace_event_read_lock()Lai Jiangshan2009-05-253-7/+28
* ftrace: fix check for return value of register_module_notifier in event_trace...Ming Lei2009-05-201-1/+1
* blktrace: remove debugfs entries on bad pathStefan Raspl2009-05-191-0/+1
* tracing: fix check for return value of register_module_notifierMing Lei2009-05-181-1/+1
* Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar2009-05-186-41/+37
|\
| * Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2009-05-151-2/+2
| |\
| | * sysrq, intel_fb: fix sysrq g collisionJason Wessel2009-05-151-2/+2
| * | Revert "mm: add /proc controls for pdflush threads"Jens Axboe2009-05-151-23/+0
| |/
| * Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-2/+1
| * kprobes: fix to use text_mutex around arm/disarm kprobeMasami Hiramatsu2009-05-081-9/+22
| * Eliminate thousands of warnings with gcc 3.2 buildAndi Kleen2009-05-061-3/+10
| * inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positiveWu Fengguang2009-05-061-2/+2
* | tracing/filters: fix off-by-one bugLi Zefan2009-05-141-1/+1
* | tracing/filters: add missing unlock in a failure pathLi Zefan2009-05-141-4/+6
* | tracing: stop stack trace on first empty entrySteven Rostedt2009-05-141-0/+2
* | ring-buffer: move code around to remove some branchesSteven Rostedt2009-05-111-10/+10
* | ring-buffer: use internal time stamp functionSteven Rostedt2009-05-111-4/+9
* | ring-buffer: small optimizationsSteven Rostedt2009-05-111-6/+6
* | ring-buffer: move calculation of event lengthSteven Rostedt2009-05-111-5/+9
* | ring-buffer: remove type parameter from rb_reserve_next_eventSteven Rostedt2009-05-111-4/+4
* | ring-buffer: check for divide by zero in ring-buffer-benchmarkSteven Rostedt2009-05-111-0/+6
* | ring-buffer: replace constants with time macros in ring-buffer-benchmarkSteven Rostedt2009-05-111-5/+7
* | blktrace: pdu_buf of pc events should be unsignedLi Zefan2009-05-111-1/+1
* | tracing: add trace_set_clr_event to export event enabling functionSteven Rostedt2009-05-081-0/+17
* | tracing: initialize return value for __ftrace_set_clr_eventSteven Rostedt2009-05-081-1/+1
* | tracing/events: simplify system_enable_read()Li Zefan2009-05-081-34/+6
* | tracing/events: clean up for ftrace_set_clr_event()Li Zefan2009-05-081-80/+46
* | ring-buffer: change WARN_ON from checking preempt_count to preemptibleSteven Rostedt2009-05-071-1/+1
* | ring-buffer: add total count in ring-buffer-benchmarkSteven Rostedt2009-05-071-0/+11
* | ring-buffer: only periodically call cond_resched to ring-buffer-benchmarkSteven Rostedt2009-05-071-2/+9
* | tracing: have menu default enabled when kernel debug is configuredSteven Rostedt2009-05-071-0/+1
* | tracing: append ":*" to internal setting of system eventsSteven Rostedt2009-05-071-2/+4
* | ring-buffer: remove complex calculations in ring-buffer-testSteven Rostedt2009-05-071-30/+7
* | Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar2009-05-078-110/+214
|\ \
| * \ Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar2009-04-2451-454/+1130
| |\ \