aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+4
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-162/+97
2010-05-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-44/+50
2010-05-25tracing: Add __used annotation to event variableSteven Rostedt1-1/+1
2010-05-21Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2010-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7Steven Rostedt1-10/+10
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-0/+348
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track eventsPeter Zijlstra1-1/+3
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interactionPeter Zijlstra1-10/+7
2010-05-20Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar6-75/+75
2010-05-18perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra1-1/+2
2010-05-18Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+13
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-22/+10
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-49/+29
2010-05-18[SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6James Bottomley2-0/+348
2010-05-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-6Steven Rostedt2-44/+24
2010-05-17Merge branch 'perf'Avi Kivity1-11/+12
2010-05-17KVM: cleanup kvm traceXiao Guangrong1-1/+0
2010-05-17tracing: Convert more ext4 events to DEFINE_EVENTLi Zefan1-44/+17
2010-05-17ext4: Add new tracepoints to track mballoc's buddy bitmap loadsTheodore Ts'o1-0/+33
2010-05-14tracing: Remove duplicate id information in event structureSteven Rostedt1-6/+6
2010-05-14tracing: Move print functions into event classSteven Rostedt1-26/+19
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt2-7/+12
2010-05-14tracing: Move raw_init from events to classSteven Rostedt1-5/+4
2010-05-14tracing: Move fields from event to class structureSteven Rostedt2-7/+8
2010-05-14tracing: Remove per event trace registeringSteven Rostedt1-95/+38
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt1-7/+7
2010-05-14tracing: Create class struct for eventsSteven Rostedt1-25/+19
2010-05-14Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-4Steven Rostedt1-22/+10
2010-05-09tracing: Factorize lock events in a lock classFrederic Weisbecker1-33/+15
2010-05-09tracing: Drop the nested field from lock_release eventFrederic Weisbecker1-2/+2
2010-05-09tracing: Drop lock_acquired waittime fieldFrederic Weisbecker1-7/+4
2010-05-07sched: Remove rq argument to the tracepointsPeter Zijlstra1-22/+10
2010-05-05tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one headerSteven Rostedt2-2/+13
2010-04-30[SCSI] scsi_trace: Enhance SCSI command tracingMartin K. Petersen1-8/+25
2010-04-30[SCSI] add scsi trace core functions and put trace pointsKei Tokunaga1-0/+328
2010-04-30[SCSI] ftrace: add __print_hex()Kei Tokunaga1-0/+3
2010-04-23Merge commit 'tip/tracing/core' into oprofile/coreRobert Richter3-51/+52
2010-04-23Merge branch 'linus' into perf/coreIngo Molnar1-0/+164
2010-04-21Merge commit 'v2.6.34-rc5' into tracing/coreIngo Molnar1-0/+164
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+164
2010-04-08Merge branch 'linus' into tracing/coreIngo Molnar1-1/+1
2010-04-04perf: Fetch hot regs from the template callerFrederic Weisbecker1-11/+12
2010-03-31tracing: Fix compile error in module tracepoints when MODULE_UNLOAD not setSteven Rostedt1-0/+4
2010-03-31tracing: Remove side effect from module tracepoints that caused a GPFLi Zefan1-7/+7
2010-03-31tracing: Update commentsLi Zefan1-14/+19
2010-03-31tracing: Convert some signal events to DEFINE_TRACELi Zefan1-30/+22
2010-03-19Merge branch 'master' into for-linusJens Axboe1-2/+2
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-24/+28
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2