aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_mmiotrace.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02tracing: Remove definition of DEBUG in trace_mmiotrace.cGravatar Tom Rix 1-2/+0
2021-02-02tracing: Merge irqflags + preempt counter.Gravatar Sebastian Andrzej Siewior 1-6/+8
2020-01-13tracing: Make struct ring_buffer less ambiguousGravatar Steven Rostedt (VMware) 1-2/+2
2020-01-13tracing: Rename trace_buffer to array_bufferGravatar Steven Rostedt (VMware) 1-6/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-19tracing: Ignore mmiotrace from kernel commandlineGravatar Ziqian SUN (Zamir) 1-0/+1
2016-06-20tracing: Expose CPU physical addresses (resource values) for PCI devicesGravatar Bjorn Helgaas 1-7/+3
2016-03-22kernel/...: convert pr_warning to pr_warnGravatar Joe Perches 1-1/+1
2015-09-25tracing: Pass trace_array into trace_buffer_unlock_commit()Gravatar Steven Rostedt (Red Hat) 1-2/+2
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Gravatar Steven Rostedt (Red Hat) 1-2/+2
2014-11-19tracing: Do not check return values of trace_seq_p*() for mmio tracerGravatar Steven Rostedt (Red Hat) 1-31/+21
2013-11-05tracing: Update event filters for multibufferGravatar Tom Zanussi 1-2/+2
2013-07-18tracing: Use trace_seq_puts()/trace_seq_putc() where possibleGravatar zhangwei(Jovi) 1-4/+4
2013-03-15tracing: Consolidate max_tr into main trace_array structureGravatar Steven Rostedt (Red Hat) 1-6/+6
2013-03-15tracing: Replace the static global per_cpu arrays with allocated per_cpuGravatar Steven Rostedt 1-2/+2
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-12tracing: add filter event logic to special, mmiotrace and boot tracersGravatar Steven Rostedt 1-2/+8
2009-09-04tracing: pass around ring buffer instead of tracerGravatar Steven Rostedt 1-4/+6
2009-04-07tracing: use macros to denote usec and nsec per secondGravatar Li Zefan 1-2/+4
2009-03-19tracing: remove recording function depth from trace_printkGravatar Steven Rostedt 1-1/+1
2009-03-12tracing/core: bring back raw trace_printk for dynamic formats stringsGravatar Frederic Weisbecker 1-5/+2
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_b...Gravatar Frederic Weisbecker 1-3/+6
2009-02-06tracing: Introduce trace_buffer_{lock_reserve,unlock_commit}Gravatar Arnaldo Carvalho de Melo 1-12/+8
2009-02-06ring_buffer: remove unused flags parameterGravatar Arnaldo Carvalho de Melo 1-8/+4
2009-01-16trace: clean up format errors in calls to trace_seq_printfGravatar Steven Rostedt 1-6/+7
2009-01-11mmiotrace: count events lost due to not recordingGravatar Pekka Paalanen 1-4/+10
2008-12-29ftrace: set up trace event hash infrastructureGravatar Steven Rostedt 1-0/+1
2008-12-29ftrace: remove obsolete print continue functionalityGravatar Steven Rostedt 1-3/+0
2008-12-19ftrace: introduce tracing_reset_online_cpus() helperGravatar Pekka J Enberg 1-5/+1
2008-12-04tracing/function-graph-tracer: handle ftrace_printk entriesGravatar Frederic Weisbecker 1-1/+1
2008-11-24Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace',...Gravatar Ingo Molnar 1-9/+7
2008-11-23x86, mmiotrace: fix buffer overrun detectionGravatar Pekka Paalanen 1-9/+7
2008-11-16tracing/ftrace: change the type of the init() callbackGravatar Frederic Weisbecker 1-1/+2
2008-11-08ftrace: remove trace array ctrlGravatar Steven Rostedt 1-6/+5
2008-11-08ftrace: remove ctrl_update methodGravatar Steven Rostedt 1-8/+3
2008-10-14ftrace: preempt disable over interrupt disableGravatar Steven Rostedt 1-2/+2
2008-10-14ftrace: type cast filter+verifierGravatar Steven Rostedt 1-4/+10
2008-10-14tracing/ftrace: adapt mmiotrace to the new type of print_lineGravatar Frederic Weisbecker 1-13/+12
2008-10-14ftrace: take advantage of variable length entriesGravatar Steven Rostedt 1-14/+17
2008-10-14ftrace: make work with new ring bufferGravatar Steven Rostedt 1-18/+22
2008-10-14mmiotrace: handle TRACE_PRINT entriesGravatar Pekka Paalanen 1-0/+23
2008-10-14x86 mmiotrace: implement mmiotrace_printk()Gravatar Pekka Paalanen 1-0/+5
2008-10-14ftrace: move mmiotrace functions out of trace.cGravatar Pekka Paalanen 1-0/+42
2008-10-14ftrace: new continue entry - separate out from trace_entryGravatar Steven Rostedt 1-6/+6
2008-05-24x86 mmiotrace: use resource_size_t for phys addressesGravatar Pekka Paalanen 1-8/+12
2008-05-24mmiotrace: do not print bogus pid for maps eitherGravatar Pekka Paalanen 1-2/+2
2008-05-24mmiotrace: print overrun countsGravatar Pekka Paalanen 1-0/+25
2008-05-24mmiotrace: print header using the read hook.Gravatar Pekka Paalanen 1-7/+53
2008-05-24x86 mmiotrace: Do not print bogus pidGravatar Pekka Paalanen 1-3/+3