summaryrefslogtreecommitdiffstats
path: root/include/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-211-1/+0Star
|\
| * Remove incorrect comment from include/trace/events/power.hJesper Juhl2012-02-051-1/+0Star
| * Merge branch 'master' into for-nextJiri Kosina2012-02-038-16/+336
| |\
| * | Fix up version number reference in include/trace/events/power.hJesper Juhl2012-02-031-1/+1
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-204-63/+92
|\ \ \
| * \ \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-052-52/+5Star
| |\ \ \
| * | | | tracepoint, vfs, sched: Add exec() tracepointDavid Smith2012-02-231-0/+27
| * | | | printk/tracing: Add console output tracingJohannes Berg2012-02-131-0/+41
| * | | | x86/tracing: Denote the power and cpuidle tracepoints as _rcuidle()Steven Rostedt2012-02-131-0/+2
| * | | | Merge branch 'sigtrace' of git://github.com/utrace/linux into perf/coreIngo Molnar2012-01-261-63/+22Star
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | tracing: let trace_signal_generate() report more info, kill overflow_fail/los...Oleg Nesterov2012-01-131-63/+22Star
* | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2012-02-281-24/+39
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney2012-02-211-24/+39
* | | | | sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra2012-02-221-50/+0Star
|/ / / /
* | | | writeback: fix dereferencing NULL bdi->dev on trace_writeback_queueWu Fengguang2012-02-061-1/+4
* | | | writeback: fix NULL bdi->dev in trace writeback_single_inodeWu Fengguang2012-02-011-1/+1
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-01-181-0/+203
|\ \ \ | |/ / |/| |
| * | Btrfs: space leak tracepointsJosef Bacik2012-01-161-0/+30
| * | Btrfs: add allocator tracepointsJosef Bacik2012-01-161-0/+173
* | | vmscan/trace: Add 'file' info to trace_mm_vmscan_lru_isolate()Tao Ma2012-01-131-8/+14
* | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-111-3/+11
|\ \ \
| * | | writeback: dirty ratelimit - think time compensationWu Fengguang2011-12-181-3/+11
| |/ /
* | | Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds2012-01-113-2/+96
|\ \ \
| * | | tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki2012-01-112-0/+94
| * | | mm-tracepoint: rename page-free eventsKonstantin Khlebnikov2012-01-111-2/+2
* | | | Merge branch 'for_linus' into for_linus_mergedTheodore Ts'o2012-01-101-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | ext4: do not reference pa_inode from group_paYongqiang Yang2011-12-181-3/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2012-01-081-0/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | regmap: Add trace event for successful cache readsMark Brown2011-11-301-0/+9
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-061-0/+57
|\ \ \
| * | | sched/tracing: Add a new tracepoint for sleeptimeArun Sharma2011-12-231-0/+50
| * | | events, sched: Add tracepoint for accounting blocked timeAndrew Vagin2011-12-061-0/+7
| |/ /
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-061-13/+109
|\ \ \ | |_|/ |/| |
| * | rcu: Augment rcu_batch_end tracing for idle and callback statePaul E. McKenney2011-12-111-9/+29
| * | rcu: Permit dyntick-idle with callbacks pendingPaul E. McKenney2011-12-111-1/+2
| * | rcu: Eliminate RCU_FAST_NO_HZ grace-period hangPaul E. McKenney2011-12-111-1/+0Star
| * | rcu: Add tracing for RCU_FAST_NO_HZPaul E. McKenney2011-12-111-0/+37
| * | rcu: Update trace_rcu_dyntick() header commentPaul E. McKenney2011-12-111-2/+10
| * | rcu: Deconfuse dynticks entry-exit tracingPaul E. McKenney2011-12-111-6/+9
| * | rcu: Add failure tracing to rcutorturePaul E. McKenney2011-12-111-0/+26
| * | rcu: Track idleness independent of idle tasksPaul E. McKenney2011-12-111-4/+6
| |/
* / writeback: show writeback reason with __print_symbolicWu Fengguang2011-12-181-2/+13
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-072-11/+1Star
|\
| * Revert "tracing: Include module.h in define_trace.h"Paul Gortmaker2011-11-011-10/+0Star
| * include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker2011-11-011-1/+1
* | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-30/+131
|\ \
| * | writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth2011-10-301-4/+10
| * | writeback: send work item to queue_io, move_expired_inodesCurt Wohlgemuth2011-10-301-2/+3
| * | writeback: trace event balance_dirty_pagesWu Fengguang2011-10-301-0/+73
| * | writeback: trace event bdi_dirty_ratelimitWu Fengguang2011-10-301-0/+45