aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_mmiotrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-02tracing: Remove definition of DEBUG in trace_mmiotrace.cTom Rix1-2/+0
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior1-6/+8
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)1-2/+2
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)1-6/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-19tracing: Ignore mmiotrace from kernel commandlineZiqian SUN (Zamir)1-0/+1
2016-06-20tracing: Expose CPU physical addresses (resource values) for PCI devicesBjorn Helgaas1-7/+3
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches1-1/+1
2015-09-25tracing: Pass trace_array into trace_buffer_unlock_commit()Steven Rostedt (Red Hat)1-2/+2
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)1-2/+2
2014-11-19tracing: Do not check return values of trace_seq_p*() for mmio tracerSteven Rostedt (Red Hat)1-31/+21
2013-11-05tracing: Update event filters for multibufferTom Zanussi1-2/+2
2013-07-18tracing: Use trace_seq_puts()/trace_seq_putc() where possiblezhangwei(Jovi)1-4/+4
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)1-6/+6
2013-03-15tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt1-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-12tracing: add filter event logic to special, mmiotrace and boot tracersSteven Rostedt1-2/+8
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt1-4/+6
2009-04-07tracing: use macros to denote usec and nsec per secondLi Zefan1-2/+4
2009-03-19tracing: remove recording function depth from trace_printkSteven Rostedt1-1/+1
2009-03-12tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker1-5/+2
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk()Frederic Weisbecker1-3/+6
2009-02-06tracing: Introduce trace_buffer_{lock_reserve,unlock_commit}Arnaldo Carvalho de Melo1-12/+8
2009-02-06ring_buffer: remove unused flags parameterArnaldo Carvalho de Melo1-8/+4
2009-01-16trace: clean up format errors in calls to trace_seq_printfSteven Rostedt1-6/+7
2009-01-11mmiotrace: count events lost due to not recordingPekka Paalanen1-4/+10
2008-12-29ftrace: set up trace event hash infrastructureSteven Rostedt1-0/+1
2008-12-29ftrace: remove obsolete print continue functionalitySteven Rostedt1-3/+0
2008-12-19ftrace: introduce tracing_reset_online_cpus() helperPekka J Enberg1-5/+1
2008-12-04tracing/function-graph-tracer: handle ftrace_printk entriesFrederic Weisbecker1-1/+1
2008-11-24Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/power-tracer', 'tracing/powerpc', 'tracing/ring-buffer', 'tracing/stack-tracer' and 'tracing/urgent' into tracing/coreIngo Molnar1-9/+7
2008-11-23x86, mmiotrace: fix buffer overrun detectionPekka Paalanen1-9/+7
2008-11-16tracing/ftrace: change the type of the init() callbackFrederic Weisbecker1-1/+2
2008-11-08ftrace: remove trace array ctrlSteven Rostedt1-6/+5
2008-11-08ftrace: remove ctrl_update methodSteven Rostedt1-8/+3
2008-10-14ftrace: preempt disable over interrupt disableSteven Rostedt1-2/+2
2008-10-14ftrace: type cast filter+verifierSteven Rostedt1-4/+10
2008-10-14tracing/ftrace: adapt mmiotrace to the new type of print_lineFrederic Weisbecker1-13/+12
2008-10-14ftrace: take advantage of variable length entriesSteven Rostedt1-14/+17
2008-10-14ftrace: make work with new ring bufferSteven Rostedt1-18/+22
2008-10-14mmiotrace: handle TRACE_PRINT entriesPekka Paalanen1-0/+23
2008-10-14x86 mmiotrace: implement mmiotrace_printk()Pekka Paalanen1-0/+5
2008-10-14ftrace: move mmiotrace functions out of trace.cPekka Paalanen1-0/+42
2008-10-14ftrace: new continue entry - separate out from trace_entrySteven Rostedt1-6/+6
2008-05-24x86 mmiotrace: use resource_size_t for phys addressesPekka Paalanen1-8/+12
2008-05-24mmiotrace: do not print bogus pid for maps eitherPekka Paalanen1-2/+2
2008-05-24mmiotrace: print overrun countsPekka Paalanen1-0/+25
2008-05-24mmiotrace: print header using the read hook.Pekka Paalanen1-7/+53
2008-05-24x86 mmiotrace: Do not print bogus pidPekka Paalanen1-3/+3