summaryrefslogtreecommitdiffstats
path: root/include/trace/ftrace.h
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] ftrace: add __print_hex()Kei Tokunaga2010-04-301-0/+3
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-191-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/+12Star
|\
| * perf: Factorize trace events raw sample buffer operationsXiao Guangrong2010-01-291-42/+6Star
| * 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/+6Star
* | | 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/+0Star
* tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan2009-12-131-14/+2Star
* tracing: Pull up calls to trace_define_common_fields()Li Zefan2009-12-131-4/+0Star
* tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan2009-12-131-31/+4Star
* 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-061-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-251-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
| |\|
| * | Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker2009-09-111-12/+17
| |\ \
| * | | tracing: Ftrace dynamic ftrace_event_call supportMasami Hiramatsu2009-08-271-8/+8
* | | | tracing: Fix event format exportJohannes Berg2009-11-141-1/+1
| |_|/ |/| |
* | | Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds2009-09-211-5/+5
|\ \ \
| * | | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-5/+5
* | | | tracing: Allocate the ftrace event profile buffer dynamicallyFrederic Weisbecker2009-09-181-28/+55
* | | | tracing: Factorize the events profile accountingFrederic Weisbecker2009-09-181-20/+8Star
|/ / /
* | | tracing: have TRACE_EVENT macro use __flags to not shadow parameterSteven Rostedt2009-09-141-2/+2
* | | tracing: add static to generated TRACE_EVENT functionsSteven Rostedt2009-09-141-2/+2
| |/ |/|
* | tracing: pass around ring buffer instead of tracerSteven Rostedt2009-09-051-5/+10
* | tracing/filters: Defer pred allocationLi Zefan2009-08-311-1/+0Star
* | tracing: Fix double CPP substitution in TRACE_EVENT_FNFrederic Weisbecker2009-08-281-6/+7
|/
* Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-08-261-0/+9
|\
| * tracing: Move tracepoint callbacks from declaration to definitionJosh Stone2009-08-261-0/+9
* | tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan2009-08-261-7/+24
|/
* tracing/events: Add trace_define_common_fields()Li Zefan2009-08-191-5/+3Star
* tracing/events: Add ftrace_event_call param to define_fields()Li Zefan2009-08-191-2/+1Star
* tracing: Add ftrace event call parameter to its field descriptor handlerFrederic Weisbecker2009-08-111-1/+2
* tracing: Add ftrace_event_call void * 'data' fieldJason Baron2009-08-111-2/+2
* Merge branch 'linus' into tracing/coreIngo Molnar2009-08-111-25/+158
|\
| * perf_counter: Zero dead bytes from ftrace raw samples size alignmentFrederic Weisbecker2009-08-101-0/+4