summaryrefslogtreecommitdiffstats
path: root/include/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing: Move print functions into event classSteven Rostedt2010-05-141-26/+19
* tracing: Allow events to share their print functionsSteven Rostedt2010-05-142-7/+12
* tracing: Move raw_init from events to classSteven Rostedt2010-05-141-5/+4
* tracing: Move fields from event to class structureSteven Rostedt2010-05-142-7/+8
* tracing: Remove per event trace registeringSteven Rostedt2010-05-141-95/+38
* tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-141-7/+7
* tracing: Create class struct for eventsSteven Rostedt2010-05-141-25/+19
* Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Steven Rostedt2010-05-141-22/+10
|\
| * sched: Remove rq argument to the tracepointsPeter Zijlstra2010-05-071-22/+10
* | tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one headerSteven Rostedt2010-05-052-2/+13
* | Merge commit 'v2.6.34-rc5' into tracing/coreIngo Molnar2010-04-211-0/+164
|\ \ | |/
| * Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-091-0/+164
| |\
| | * Merge branch 'master' into for-linusJens Axboe2010-03-191-2/+2
| | |\
| | * | Add DocBook documentation for the block tracepoints.William Cohen2010-03-091-0/+164
* | | | Merge branch 'linus' into tracing/coreIngo Molnar2010-04-081-1/+1
|\ \ \ \ | |/ / /
* | | | tracing: Fix compile error in module tracepoints when MODULE_UNLOAD not setSteven Rostedt2010-03-311-0/+4
* | | | tracing: Remove side effect from module tracepoints that caused a GPFLi Zefan2010-03-311-7/+7
* | | | tracing: Update commentsLi Zefan2010-03-311-14/+19
* | | | tracing: Convert some signal events to DEFINE_TRACELi Zefan2010-03-311-30/+22
|/ / /
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-182-24/+28
|\ \ \ | |_|/ |/| |
| * | perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker2010-03-102-23/+23
| * | perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker2010-03-101-1/+5
| |/
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-131-2/+2
|\ \ | |/ |/|
| * rcu, ftrace: Fix RCU lockdep splat in ftrace_perf_buf_prepare()Paul E. McKenney2010-03-041-2/+2
* | Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-03-051-0/+41
|\ \
| * | KVM: MMU: Add tracepoint for guest page agingAvi Kivity2010-03-011-0/+22
| * | KVM: trace guest fpu loads and unloadsAvi Kivity2010-03-011-0/+19
| |/
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-03-052-0/+129
|\ \ | |/ |/|
| * ext4: Add new tracepoints to debug delayed allocation space functionsTheodore Ts'o2010-01-011-0/+101
| * ext4: Add new tracepoint for jbd2_cleanup_journal_tailTheodore Ts'o2009-12-231-0/+28
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-283-59/+34
|\ \
| * | perf lock: Enhance information of lock trace eventsHitoshi Mitake2010-01-311-9/+20
| * | perf: Factorize trace events raw sample buffer operationsXiao Guangrong2010-01-291-42/+6
| * | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-01-131-3/+4
| |\ \ | | |/
| * | perf events: Remove CONFIG_EVENT_PROFILELi Zefan2009-12-282-8/+8
* | | tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney2010-02-251-1/+2
* | | tracing: Add notrace to TRACE_EVENT implementation functionsSteven Rostedt2010-02-161-13/+18
* | | tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan2010-01-062-131/+6
* | | tracing: Add print_fmt fieldLai Jiangshan2010-01-061-1/+27
| |/ |/|
* | tracing: Fix sign fields in ftrace_define_fields_##call()Lai Jiangshan2009-12-301-3/+4
|/
* Merge branch 'linus' into tracing/urgentIngo Molnar2009-12-142-18/+44
|\
| * Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-111-4/+4
| |\
| | * itimer: Fix the itimer trace print formatThomas Gleixner2009-12-101-4/+4
| * | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-12-101-14/+40
| |\ \ | | |/ | |/|
| | * ext4: remove encountered_congestion traceWu Fengguang2009-11-241-4/+2
| | * ext4: print i_mode in octal in ext4 tracepointsTheodore Ts'o2009-11-221-4/+4
| | * ext4: call ext4_forget() from ext4_free_blocks()Theodore Ts'o2009-11-231-7/+9
| | * ext4: add tracepoint for ext4_forget()Theodore Ts'o2009-11-231-0/+26
* | | tracing: Change event->profile_count to be int typeLi Zefan2009-12-131-1/+0
* | | tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan2009-12-131-14/+2
OpenPOWER on IntegriCloud