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