aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_mmiotrace.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tracing: add filter event logic to special, mmiotrace and boot tracersSteven Rostedt2009-09-121-2/+8
* tracing: pass around ring buffer instead of tracerSteven Rostedt2009-09-041-4/+6
* tracing: use macros to denote usec and nsec per secondLi Zefan2009-04-071-2/+4
* tracing: remove recording function depth from trace_printkSteven Rostedt2009-03-191-1/+1
* tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker2009-03-121-5/+2
* tracing/core: drop the old trace_printk() implementation in favour of trace_b...Frederic Weisbecker2009-03-061-3/+6
* tracing: Introduce trace_buffer_{lock_reserve,unlock_commit}Arnaldo Carvalho de Melo2009-02-061-12/+8
* ring_buffer: remove unused flags parameterArnaldo Carvalho de Melo2009-02-061-8/+4
* trace: clean up format errors in calls to trace_seq_printfSteven Rostedt2009-01-161-6/+7
* mmiotrace: count events lost due to not recordingPekka Paalanen2009-01-111-4/+10
* ftrace: set up trace event hash infrastructureSteven Rostedt2008-12-291-0/+1
* ftrace: remove obsolete print continue functionalitySteven Rostedt2008-12-291-3/+0
* ftrace: introduce tracing_reset_online_cpus() helperPekka J Enberg2008-12-191-5/+1
* tracing/function-graph-tracer: handle ftrace_printk entriesFrederic Weisbecker2008-12-041-1/+1
*-. Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace',...Ingo Molnar2008-11-241-9/+7
|\ \
| | * x86, mmiotrace: fix buffer overrun detectionPekka Paalanen2008-11-231-9/+7
| |/
* | tracing/ftrace: change the type of the init() callbackFrederic Weisbecker2008-11-161-1/+2
* | ftrace: remove trace array ctrlSteven Rostedt2008-11-081-6/+5
* | ftrace: remove ctrl_update methodSteven Rostedt2008-11-081-8/+3
|/
* ftrace: preempt disable over interrupt disableSteven Rostedt2008-10-141-2/+2
* ftrace: type cast filter+verifierSteven Rostedt2008-10-141-4/+10
* tracing/ftrace: adapt mmiotrace to the new type of print_lineFrederic Weisbecker2008-10-141-13/+12
* ftrace: take advantage of variable length entriesSteven Rostedt2008-10-141-14/+17
* ftrace: make work with new ring bufferSteven Rostedt2008-10-141-18/+22
* mmiotrace: handle TRACE_PRINT entriesPekka Paalanen2008-10-141-0/+23
* x86 mmiotrace: implement mmiotrace_printk()Pekka Paalanen2008-10-141-0/+5
* ftrace: move mmiotrace functions out of trace.cPekka Paalanen2008-10-141-0/+42
* ftrace: new continue entry - separate out from trace_entrySteven Rostedt2008-10-141-6/+6
* x86 mmiotrace: use resource_size_t for phys addressesPekka Paalanen2008-05-241-8/+12
* mmiotrace: do not print bogus pid for maps eitherPekka Paalanen2008-05-241-2/+2
* mmiotrace: print overrun countsPekka Paalanen2008-05-241-0/+25
* mmiotrace: print header using the read hook.Pekka Paalanen2008-05-241-7/+53
* x86 mmiotrace: Do not print bogus pidPekka Paalanen2008-05-241-3/+3
* ftrace: mmiotrace update, #2Pekka Paalanen2008-05-241-3/+44
* ftrace: mmiotrace, updatesPekka Paalanen2008-05-241-28/+123
* ftrace: add mmiotrace pluginPekka Paalanen2008-05-241-0/+84