summaryrefslogtreecommitdiffstats
path: root/include/trace/ftrace.h
Commit message (Expand)AuthorAgeFilesLines
* tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machineliubo2011-05-251-0/+13
* tracing: Replace trace_event struct array with pointer arraySteven Rostedt2011-02-021-11/+13
* tracing/events: Show real number in array fieldsSteven Rostedt2010-11-191-4/+10
* tracing: Allow syscall trace events for non privileged usersFrederic Weisbecker2010-11-181-6/+1
* tracing: New macro to set up initial event flags valueFrederic Weisbecker2010-11-181-0/+12
* tracing: Drop cpparg() macroFrederic Weisbecker2010-08-021-5/+2
* tracing: Reduce latency and remove percpu trace_seqLai Jiangshan2010-07-201-9/+3
* tracing: Use class->reg() for all registering of eventsSteven Rostedt2010-06-281-0/+2
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-06-091-1/+1
|\
| * perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker2010-06-081-1/+1
* | 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
OpenPOWER on IntegriCloud