aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2013-03-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-28/+12
2013-02-28ext4: optimize ext4_es_shrink()Theodore Ts'o1-28/+12
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-15/+205
2013-02-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-35/+285
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-92/+0
2013-02-19Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-5/+5
2013-02-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+77
2013-02-18ext4: reclaim extents from extent status treeZheng Liu1-0/+60
2013-02-18ext4: lookup block mapping in extent status treeZheng Liu1-0/+56
2013-02-18ext4: rename and improbe ext4_es_find_extent()Zheng Liu1-9/+6
2013-02-18ext4: add physical block and status member into extent status treeZheng Liu1-12/+22
2013-02-18ext4: refine extent status treeZheng Liu1-20/+20
2013-02-13workqueue: rename cpu_workqueue to pool_workqueueTejun Heo1-5/+5
2013-02-08jbd2: add tracepoints which provide per-handle statistics Theodore Ts'o1-0/+98
2013-02-06jbd2: track request delay statisticsTheodore Ts'o1-2/+6
2013-01-28Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....Paul E. McKenney1-5/+7
2013-01-26PM / tracing: remove deprecated power trace APIPaul Gortmaker1-92/+0
2013-01-24workqueue: move global_cwq->cpu to worker_poolTejun Heo1-1/+1
2013-01-16ext4: add tracepoint in punching holeZheng Liu1-0/+25
2013-01-14writeback: add more tracepointsTejun Heo1-0/+116
2013-01-14block: add block_{touch|dirty}_buffer tracepointTejun Heo1-0/+51
2013-01-14block: add @req to bio_{front|back}_merge tracepointsTejun Heo1-11/+34
2013-01-14block: add missing block_bio_complete() tracepointTejun Heo1-4/+4
2013-01-10KVM: trace: Fix exit decoding.Cornelia Huck1-1/+1
2013-01-08rcu: Trace callback accelerationPaul E. McKenney1-2/+4
2013-01-08rcu: Fix blimit type for trace_rcu_batch_start()Paul E. McKenney1-3/+3
2013-01-08rcu: Reduce rcutorture tracingPaul E. McKenney1-5/+14
2013-01-07KVM: s390: Add support for channel I/O instructions.Cornelia Huck1-1/+1
2013-01-03aerdrv: Trace Event for PCI Express Advanced Error ReportingLance Ortiz1-0/+77
2013-01-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+13
2012-12-25ext4: split off ext4_journalled_invalidatepage()Jan Kara1-1/+13
2012-12-18mm: add a __GFP_KMEMCG flagGlauber Costa1-0/+1
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+2
2012-12-16Btrfs: parse parent 0 into correct value in tracepointLiu Bo1-1/+2
2012-12-16Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-18/+118
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+51
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-98/+1
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes2-6/+6
2012-12-11mm: migrate: Add a tracepoint for migrate_pagesMel Gorman1-0/+51
2012-12-10Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds1-0/+1
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-73/+0
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar1-0/+8
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-0/+1
2012-11-30revert "Revert "mm: remove __GFP_NO_KSWAPD""Andrew Morton1-1/+0
2012-11-26Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman1-0/+1
2012-11-16rcu: Add callback-free CPUsPaul E. McKenney1-0/+1
2012-11-13tracing: Kill unused and puzzled sample code in ftrace.hShan Wei1-73/+0
2012-11-08ext4: add some tracepoints in extent status treeZheng Liu1-0/+101
2012-11-08ext4: print map->m_flags in trace_ext4_ext/ind_map_blocks_exitZheng Liu1-14/+13
2012-11-08ext4: print 'flags' in ext4_ext_handle_uninitialized_extentsZheng Liu1-4/+4
2012-11-02tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt1-2/+1
2012-10-31tracing: Cleanup unnecessary function declarationsVaibhav Nagarnaik1-21/+0
2012-10-31tracing: Trivial cleanupDavid Sharp1-2/+0
2012-10-31xen/mmu: Use Xen specific TLB flush instead of the generic one.Konrad Rzeszutek Wilk1-0/+8
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-4/+10
2012-10-09mm: remove __GFP_NO_KSWAPDRik van Riel1-1/+0
2012-10-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-121/+121
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells3-3/+3
2012-10-01Btrfs: update delayed ref's tracepoints to show sequenceLiu Bo1-4/+10
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-09-20tracing: Don't call page_to_pfn() if page is NULLWen Congyang1-2/+2
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov1-1/+1
2012-08-17ext4: add missing space to trace messageAnatol Pomozov1-1/+1
2012-08-17ext4: realign trace events structs to make it smallerAnatol Pomozov1-120/+120
2012-08-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+9
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+1
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+134
2012-07-31mm: introduce __GFP_MEMALLOC to allow access to emergency reservesMel Gorman1-0/+1
2012-07-31perf/trace: Add ability to set a target task for eventsAndrew Vagin2-1/+9
2012-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+7
2012-07-24Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+5
2012-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2012-07-14random: add tracepoints for easier debugging and verificationTheodore Ts'o1-0/+134
2012-07-12workqueue: factor out worker_pool from global_cwqTejun Heo1-1/+1
2012-07-06Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+1
2012-07-02rcu: Add tracing for _rcu_barrier()Paul E. McKenney1-0/+45
2012-06-28tracing/kvm: Use __print_hex() for kvm_emulate_insn tracepointNamhyung Kim1-0/+1
2012-06-27x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_rangeAlex Shi1-5/+7
2012-06-18KVM: Introduce __KVM_HAVE_IRQ_LINEChristoffer Dall1-1/+3
2012-06-13KVM: trace events: update list of exit reasonsCornelia Huck1-1/+2
2012-06-06rcu: Update RCU_FAST_NO_HZ tracing for lazy callbacksPaul E. McKenney1-0/+1
2012-05-29mm: vmscan: remove reclaim_mode_tMel Gorman1-2/+2
2012-05-29mm: vmscan: do not stall on writeback during memory compactionMel Gorman1-6/+6
2012-05-29mm: vmscan: remove lumpy reclaimMel Gorman1-22/+4
2012-05-29mm: remove swap token codeRik van Riel1-82/+0
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-7/+29
2012-05-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-24/+15
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-4/+4
2012-05-23Merge tag 'pm-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+34
2012-05-23Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-0/+80
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-05-15userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman1-2/+2
2012-05-15userns: Convert ext3 to use kuid/kgid where appropriateEric W. Biederman1-2/+2
2012-05-15jbd: Write journal superblock with WRITE_FUA after checkpointingJan Kara1-3/+6
2012-05-15jbd: Split updating of journal superblock and marking journal emptyJan Kara1-8/+4
2012-05-09rcu: Make RCU_FAST_NO_HZ handle timer migrationPaul E. McKenney1-0/+1
2012-05-06writeback: Move requeueing when I_SYNC set to writeback_sb_inodes()Jan Kara1-7/+29
2012-05-01PM / Sleep: Add wakeup_source_activate and wakeup_source_deactivate tracepointsArve Hjønnevåg1-0/+34
2012-04-24rcu: Add RCU_FAST_NO_HZ tracing for idle exitPaul E. McKenney1-0/+1
2012-04-23ASoC: dapm: Fix x86_64 build warning.Liam Girdwood1-2/+2
2012-04-18ASoC: dapm: Add API call to query valid DAPM pathsLiam Girdwood1-0/+80
2012-04-11jbd: Refine commit writeout logicJan Kara1-16/+8
2012-04-10workqueue: Fix workqueue_execute_end() commentStephen Boyd1-1/+1
2012-04-04Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2012-03-31tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec()Oleg Nesterov1-1/+1
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+44
2012-03-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+28
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-3/+3
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+177
2012-03-22Merge tag 'regmap-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds1-0/+36
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-0/+44
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+0
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-63/+92
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker3-3/+3
2012-03-14Merge remote-tracking branch 'regmap/topic/drivers' into regmap-nextMark Brown1-2/+5
2012-03-13jbd2: issue cache flush after checkpointing even with internal journalJan Kara1-4/+7
2012-03-13jbd2: split updating of journal superblock and marking journal emptyJan Kara1-8/+4
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar2-52/+5
2012-02-28Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-24/+39
2012-02-23regmap: Add tracepoints for cache only and cache bypassMark Brown1-0/+36
2012-02-23tracepoint, vfs, sched: Add exec() tracepointDavid Smith1-0/+27
2012-02-22sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra1-50/+0
2012-02-21rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney1-24/+39
2012-02-20jbd2: add drop_transaction/update_superblock_end tracepointsSeiji Aguchi1-0/+28
2012-02-13printk/tracing: Add console output tracingJohannes Berg1-0/+41
2012-02-13x86/tracing: Denote the power and cpuidle tracepoints as _rcuidle()Steven Rostedt1-0/+2
2012-02-06SUNRPC: Adding status trace pointsSteve Dickson1-0/+53
2012-02-06SUNRPC: Fix up sunrpc trace eventsTrond Myklebust1-3/+3
2012-02-06writeback: fix dereferencing NULL bdi->dev on trace_writeback_queueWu Fengguang1-1/+4
2012-02-05Remove incorrect comment from include/trace/events/power.hJesper Juhl1-1/+0
2012-02-03Merge branch 'master' into for-nextJiri Kosina8-16/+336
2012-02-03Fix up version number reference in include/trace/events/power.hJesper Juhl1-1/+1
2012-02-01writeback: fix NULL bdi->dev in trace writeback_single_inodeWu Fengguang1-1/+1
2012-01-31SUNRPC: Add trace events to the sunrpc subsystemTrond Myklebust1-0/+124
2012-01-26Merge branch 'sigtrace' of git://github.com/utrace/linux into perf/coreIngo Molnar1-63/+22
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+203
2012-01-16Btrfs: space leak tracepointsJosef Bacik1-0/+30
2012-01-16Btrfs: add allocator tracepointsJosef Bacik1-0/+173
2012-01-13tracing: let trace_signal_generate() report more info, kill overflow_fail/los...Oleg Nesterov1-63/+22
2012-01-12vmscan/trace: Add 'file' info to trace_mm_vmscan_lru_isolate()Tao Ma1-8/+14
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+11
2012-01-10Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds3-2/+96
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki2-0/+94
2012-01-10mm-tracepoint: rename page-free eventsKonstantin Khlebnikov1-2/+2
2012-01-10Merge branch 'for_linus' into for_linus_mergedTheodore Ts'o1-3/+3
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-0/+9
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+57
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-13/+109
2011-12-23sched/tracing: Add a new tracepoint for sleeptimeArun Sharma1-0/+50
2011-12-18ext4: do not reference pa_inode from group_paYongqiang Yang1-3/+3
2011-12-18writeback: dirty ratelimit - think time compensationWu Fengguang1-3/+11
2011-12-18writeback: show writeback reason with __print_symbolicWu Fengguang1-2/+13
2011-12-11rcu: Augment rcu_batch_end tracing for idle and callback statePaul E. McKenney1-9/+29
2011-12-11rcu: Permit dyntick-idle with callbacks pendingPaul E. McKenney1-1/+2
2011-12-11rcu: Eliminate RCU_FAST_NO_HZ grace-period hangPaul E. McKenney1-1/+0
2011-12-11rcu: Add tracing for RCU_FAST_NO_HZPaul E. McKenney1-0/+37
2011-12-11rcu: Update trace_rcu_dyntick() header commentPaul E. McKenney1-2/+10
2011-12-11rcu: Deconfuse dynticks entry-exit tracingPaul E. McKenney1-6/+9
2011-12-11rcu: Add failure tracing to rcutorturePaul E. McKenney1-0/+26
2011-12-11rcu: Track idleness independent of idle tasksPaul E. McKenney1-4/+6
2011-12-06events, sched: Add tracepoint for accounting blocked timeAndrew Vagin1-0/+7
2011-11-30regmap: Add trace event for successful cache readsMark Brown1-0/+9
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-11/+1
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-30/+131
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-7/+473
2011-10-31mm: change isolate mode from #define to bitwise typeMinchan Kim1-4/+4
2011-10-31Revert "tracing: Include module.h in define_trace.h"Paul Gortmaker1-10/+0
2011-10-31include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker1-1/+1
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth1-4/+10
2011-10-31writeback: send work item to queue_io, move_expired_inodesCurt Wohlgemuth1-2/+3
2011-10-31writeback: trace event balance_dirty_pagesWu Fengguang1-0/+73
2011-10-31writeback: trace event bdi_dirty_ratelimitWu Fengguang1-0/+45
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-0/+25
2011-10-27ext4: optimize ext4_ext_convert_to_initialized()Eric Gouriou1-0/+82
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+5
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+459
2011-10-26Merge branch 'for-linus' of git://github.com/ericvh/linuxLinus Torvalds1-0/+176
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+99
2011-10-25Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapLinus Torvalds1-0/+136
2011-10-24net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V1-0/+176
2011-10-07Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki1-0/+99
2011-10-06Merge commit 'v3.1-rc9' into perf/coreIngo Molnar1-5/+5
2011-10-04Merge branch 'linus' into sched/coreIngo Molnar1-5/+5
2011-10-04perf: Fix counter of ftrace eventsAndrew Vagin1-0/+3
2011-10-03writeback: IO-less balance_dirty_pages()Wu Fengguang1-24/+0
2011-10-01Merge branch 'rcu/next' of git://github.com/paulmckrcu/linux into core/rcuIngo Molnar1-0/+459
2011-09-28rcu: Add grace-period, quiescent-state, and call_rcu trace eventsPaul E. McKenney1-14/+331
2011-09-28rcu: Add event-trace markers to TREE_RCU kthreadsPaul E. McKenney1-0/+3
2011-09-28rcu: Add RCU type to callback-invocation tracingPaul E. McKenney1-10/+18
2011-09-28rcu: Event-trace markers for computing RCU CPU utilizationPaul E. McKenney1-20/+53
2011-09-28rcu: Add event-tracing for RCU callback invocationPaul E. McKenney1-0/+98
2011-09-27PM / Runtime: Introduce trace points for tracing rpm_* functionsMing Lei1-0/+99
2011-09-26sched, tracing: Show PREEMPT_ACTIVE state in trace_sched_switchPeter Zijlstra1-4/+5
2011-09-22ASoC: Add another DAPM stat for neighbour checksMark Brown1-2/+5
2011-09-21ASoC: Trace and collect statistics for DAPM graph walkingMark Brown1-0/+22
2011-09-19regmap: Add the regcache_sync trace eventDimitris Papastamos1-0/+24