aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+1
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-27/+14
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+6
2014-04-01Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+35
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+30
2014-04-01Merge tag 'sound-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-0/+532
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert1-6/+6
2014-03-25Merge tag 'asoc-v3.15' into asoc-nextMark Brown2-0/+532
2014-03-21Revert "tracing: Move event storage for array from macro to standalone function"Steven Rostedt (Red Hat)1-4/+8
2014-03-20tracing: Fix array size mismatch in format stringVaibhav Nagarnaik1-5/+2
2014-03-20Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers'Rafael J. Wysocki1-2/+2
2014-03-18bcache: Kill unused freelistKent Overstreet1-4/+2
2014-03-18bcache: Better alloc tracepointsKent Overstreet1-14/+34
2014-03-12Merge remote-tracking branches 'asoc/topic/ml26124', 'asoc/topic/of', 'asoc/topic/omap', 'asoc/topic/pxa' and 'asoc/topic/rcar' into asoc-nextMark Brown2-0/+532
2014-03-11Merge tag 'v3.14-rc5' into patchworkMauro Carvalho Chehab2-9/+4
2014-03-09Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+2
2014-03-07SUNRPC: Fix oops when trace sunrpc_task events in nfs clientDitang Chen1-2/+2
2014-03-07tracing: Evaluate len expression only once in __dynamic_array macroFilipe Brandenburger1-2/+4
2014-03-07tracing: Correctly expand len expressions from __dynamic_array macroFilipe Brandenburger1-1/+1
2014-03-07tracing: Fix event header migrate.h to include tracepoint.hSteven Rostedt (Red Hat)1-0/+2
2014-03-07tracing: Fix event header writeback.h to include tracepoint.hSteven Rostedt (Red Hat)1-0/+1
2014-03-07tracing: Use helper functions in event assignment to shrink macro sizeSteven Rostedt1-16/+6
2014-03-07tracing: Move event storage for array from macro to standalone functionSteven Rostedt1-8/+4
2014-03-07tracing: Move raw output code from macro to standalone functionSteven Rostedt1-9/+1
2014-03-05blktrace: fix accounting of partially completed requestsRoman Pen1-3/+30
2014-03-05[media] v4l: add stream format for SDR receiverAntti Palosaari1-0/+1
2014-02-22Revert "writeback: do not sync data dirtied after sync start"Jan Kara1-3/+3
2014-02-13intel_pstate: Remove energy reporting from pstate_sample tracepointDirk Brandewie1-6/+1
2014-02-11PM / QoS: Rename device resume latency QoS itemsRafael J. Wysocki1-2/+2
2014-01-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+157
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-11/+12
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+5
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds3-28/+28
2014-01-28Btrfs/tracepoint: update new flags for ordered extent TPLiu Bo1-1/+2
2014-01-28Btrfs/tracepoint: fix to report right flags for ordered extentLiu Bo1-11/+11
2014-01-28Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+158
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+53
2014-01-23Merge tag 'for-f2fs-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-25/+82
2014-01-22Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-8/+21
2014-01-21mm: compaction: trace compaction begin and endMel Gorman1-0/+42
2014-01-21sched: add tracepoints related to NUMA task migrationMel Gorman1-0/+87
2014-01-21mm: numa: trace tasks that fail migration due to rate limitingMel Gorman1-0/+26
2014-01-17intel_pstate: Add trace point to report internal state.Dirk Brandewie1-0/+53
2014-01-14net: Add trace events for all receive entry points, exposing more skb fieldsBen Hutchings1-0/+100
2014-01-14net: Add net_dev_start_xmit trace event, exposing more skb fieldsBen Hutchings1-0/+58
2014-01-09tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)1-19/+4
2014-01-08bcache: Add struct btree_keysKent Overstreet1-1/+1
2014-01-08bcache: Rework allocator reservesKent Overstreet1-4/+4