aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/ftrace.h
Commit message (Expand)AuthorAgeFilesLines
* perf_events, trace: Fix probe unregister racePeter Zijlstra2010-05-311-1/+1
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-271-158/+91
|\
| * tracing: Add __used annotation to event variableSteven Rostedt2010-05-251-1/+1
| * Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-211-10/+10
| |\
| | * perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra2010-05-211-1/+3
| | * perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra2010-05-211-10/+7
| | * Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-05-201-14/+19
| | |\
| | * | perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra2010-05-181-1/+2
| * | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-181-6/+7
| |\ \ \ | | |/ /
| * | | tracing: Remove duplicate id information in event structureSteven Rostedt2010-05-141-6/+6
| * | | tracing: Move print functions into event classSteven Rostedt2010-05-141-26/+19
| * | | tracing: Allow events to share their print functionsSteven Rostedt2010-05-141-5/+8
| * | | tracing: Move raw_init from events to classSteven Rostedt2010-05-141-5/+4
| * | | tracing: Move fields from event to class structureSteven Rostedt2010-05-141-5/+6
| * | | 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 git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-05-211-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | [SCSI] ftrace: add __print_hex()Kei Tokunaga2010-04-301-0/+3
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-181-11/+12
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | perf: Fetch hot regs from the template callerFrederic Weisbecker2010-04-041-11/+12
| |/
* | tracing: Update commentsLi Zefan2010-03-311-14/+19
|/
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-181-20/+24
|\
| * perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker2010-03-101-19/+19
| * perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker2010-03-101-1/+5
* | rcu, ftrace: Fix RCU lockdep splat in ftrace_perf_buf_prepare()Paul E. McKenney2010-03-041-2/+2
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-281-48/+12
|\
| * 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-281-6/+6
* | | 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-061-127/+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
|/
* 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
* tracing: Pull up calls to trace_define_common_fields()Li Zefan2009-12-131-4/+0
* tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan2009-12-131-31/+4
* ftrace.h: Use common pr_info fmt stringJoe Perches2009-12-131-1/+1
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-051-66/+272
|\
| * events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS()Ingo Molnar2009-11-261-23/+23
| * tracing: Create new DEFINE_EVENT_PRINTSteven Rostedt2009-11-241-4/+119
| * tracing: Create new TRACE_EVENT_TEMPLATESteven Rostedt2009-11-241-42/+107
| * perf_events: Undo some recursion damagePeter Zijlstra2009-11-231-8/+9
| * tracing: Use the perf recursion protection from trace eventFrederic Weisbecker2009-11-221-11/+12
| * tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker2009-11-081-9/+30
| * Merge branch 'perf/core' into perf/probesIngo Molnar2009-10-231-6/+9
| |\
| | * tracing/events: Add 'signed' field to format filesTom Zanussi2009-10-061-6/+9
| * | Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-231-55/+70
| |\ \ | | |/