aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-06Merge tag 'sound-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+0
2018-06-06Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-9/+7
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+7
2018-05-28btrfs: qgroup: Allow trace_btrfs_qgroup_account_extent() to record its transidQu Wenruo1-8/+12
2018-05-28btrfs: trace: Allow trace_qgroup_update_counters() to record old rfer/excl valueQu Wenruo1-7/+11
2018-05-28btrfs: trace: Add trace points for unused block groupsQu Wenruo1-0/+42
2018-05-28btrfs: trace: Remove unnecessary fs_info parameter for btrfs__reserve_extent event classQu Wenruo1-10/+8
2018-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba1-5/+7
2018-05-28btrfs: tracepoints, use extended format with UUID where possibleDavid Sterba1-18/+12
2018-05-28btrfs: tracepoints, fix whitespace in stringsDavid Sterba1-2/+2
2018-05-28btrfs: tracepoints, drop unnecessary ULL castsDavid Sterba1-62/+62
2018-05-28btrfs: tracepoints, use %llu instead of %LuDavid Sterba1-9/+9
2018-05-28btrfs: tracepoints, use correct type for inode numberDavid Sterba1-23/+24
2018-05-25sched, tracing: Fix trace_sched_pi_setprio() for deboostingSebastian Andrzej Siewior1-1/+3
2018-05-22Merge tag 'drm/tegra/for-4.18-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-9/+7
2018-05-18gpu: host1x: Remove wait check supportThierry Reding1-9/+7
2018-05-16Merge tag 'trace-v4.17-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-16/+0
2018-05-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-6/+7
2018-05-15rcu: Update list of rcu_future_grace_period() trace eventsPaul E. McKenney1-6/+7
2018-05-14tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_all}Steven Rostedt (VMware)1-16/+0
2018-05-14afs: Add a tracepoint to record callbacks from unlisted serversDavid Howells1-0/+42
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+85
2018-05-11Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-10/+6
2018-05-10rxrpc: Trace UDP transmission failureDavid Howells1-0/+55
2018-05-10rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messagesDavid Howells1-0/+30
2018-05-02Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+11
2018-05-01sunrpc: Fix latency trace point crashesChuck Lever1-10/+6
2018-04-26Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+2
2018-04-26tracing: initcall: Ordered comparison of function pointersRishabh Bhatnagar1-3/+11
2018-04-19tracing: Add missing forward declarationAhbong Chang1-0/+2
2018-04-18scsi: ufs: add trace event for ufs upiuOhad Sharabi1-0/+27
2018-04-16ASoC: trace: remove snd_soc_codecKuninori Morimoto1-1/+0
2018-04-12Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-19/+87
2018-04-12Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+113
2018-04-11mm, vmscan, tracing: use pointer to reclaim_stat struct in trace eventSteven Rostedt1-15/+9
2018-04-10sunrpc: Add static trace point to report result of RPC pingChuck Lever1-0/+21
2018-04-10sunrpc: Add static trace point to report RPC latency statsChuck Lever1-0/+45
2018-04-10sunrpc: Simplify synopsis of some trace pointsChuck Lever1-19/+21
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+66
2018-04-10Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-0/+206
2018-04-09afs: Trace protocol errorsDavid Howells1-0/+21
2018-04-09afs: Locally edit directory data for mkdir/create/unlink/...David Howells1-0/+90
2018-04-09afs: Prospectively look up extra files when doing a single lookupDavid Howells1-0/+2
2018-04-07Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds2-0/+862
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-8/+11
2018-04-06fscache: Maintain a catalogue of allocated cookiesDavid Howells1-0/+8
2018-04-06init, tracing: Add initcall trace eventsSteven Rostedt (VMware)1-0/+66
2018-04-05mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memoryDavid Rientjes1-7/+10
2018-04-05mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGEAnshuman Khandual1-1/+1
2018-04-05Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-83/+121