summaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2012-11-17xen/mmu: Use Xen specific TLB flush instead of the generic one.Konrad Rzeszutek Wilk1-0/+8
2012-10-02tracing: Don't call page_to_pfn() if page is NULLWen Congyang1-2/+2
2012-08-15random: add tracepoints for easier debugging and verificationTheodore Ts'o1-0/+134
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