summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_output.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* tracing: add __print_flags_u64()Ross Zwisler2017-02-221-0/+38
* trace: rename trace_print_hex_seq arg and add kdocDaniel Borkmann2017-02-031-2/+13
* trace: add variant without spacing in trace_print_hex_seqDaniel Borkmann2017-01-251-3/+4
* tracing: Add new trace_marker_rawSteven Rostedt2016-11-151-0/+30
* tracing: Add NMI tracing in hwlat detectorSteven Rostedt (Red Hat)2016-09-021-1/+15
* tracing: Added hardware latency tracerSteven Rostedt (Red Hat)2016-09-021-0/+52
* tracing: Record and show NMI statePeter Zijlstra2016-03-221-3/+7
* tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)2015-09-301-5/+9
* tracing: Turn seq_print_user_ip() into a static functionSteven Rostedt (Red Hat)2015-09-281-2/+2
* tracing: Inject seq_print_userip_objs() into its only userSteven Rostedt (Red Hat)2015-09-281-45/+36
* tracing: Introduce two additional marks for delayJungseok Lee2015-07-201-1/+3
* tracing: Rename ftrace_event_name() to trace_event_name()Steven Rostedt (Red Hat)2015-05-131-1/+1
* tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAXSteven Rostedt (Red Hat)2015-05-131-2/+2
* tracing: Rename ftrace_output functions to trace_outputSteven Rostedt (Red Hat)2015-05-131-8/+8
* tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)2015-05-131-2/+2
* tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)2015-05-131-9/+9
* tracing: Rename ftrace_print_*() functions ta trace_print_*()Steven Rostedt (Red Hat)2015-05-131-17/+17
* tracing: Make ftrace_print_array_seq compute buf_lenAlex Bennée2015-05-061-1/+2
* tracing: Add array printing helperDave Martin2015-01-281-0/+44
* tracing: Add additional marks to signal very large time deltasByungchul Park2014-12-031-5/+29
* tracing: Fix return value of ftrace_raw_output_prep()Steven Rostedt (Red Hat)2014-11-191-4/+1
* tracing: Add trace_seq_has_overflowed() and trace_handle_return()Steven Rostedt (Red Hat)2014-11-191-251/+165
* tracing: Add entry->next_cpu to trace_ctxwake_bin()Jiang Liu2014-11-111-0/+1
* tracing: Add trace_seq_buffer_ptr() helper functionSteven Rostedt (Red Hat)2014-07-011-7/+7
* tracing: Move the trace_seq_* functions into its own trace_seq.c fileSteven Rostedt (Red Hat)2014-07-011-268/+0
* tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasksSteven Rostedt (Red Hat)2014-05-151-0/+41
* tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers2014-04-081-1/+1
* Revert "tracing: Move event storage for array from macro to standalone function"Steven Rostedt (Red Hat)2014-03-211-21/+0
* tracing: Move event storage for array from macro to standalone functionSteven Rostedt2014-03-071-0/+21
* tracing: Move raw output code from macro to standalone functionSteven Rostedt2014-03-071-0/+31
* ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHEDPeter Zijlstra2013-11-111-2/+17
* tracing: Use trace_seq_puts()/trace_seq_putc() where possiblezhangwei(Jovi)2013-07-181-7/+7
* Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-04-291-9/+110
|\
| * tracing: Rename trace_event_mutex to trace_event_semzhangwei(Jovi)2013-03-151-8/+8
| * tracing: Add trace_puts() for even faster trace_printk() tracingSteven Rostedt (Red Hat)2013-03-151-0/+75
| * tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)2013-03-151-1/+1
| * tracing: Add a helper function for event print functionsLi Zefan2013-03-151-0/+26
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
|/
* tracing: Format non-nanosec times from tsc clock without a decimal point.David Sharp2012-11-131-25/+53
* tracing: Register the ftrace internal events during early bootSteven Rostedt2012-06-141-1/+1
* tracing: Fix stacktrace of latency tracers (irqsoff and friends)Steven Rostedt2012-04-191-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-1/+1
|\
| * constify path argument of trace_seq_path()Al Viro2012-03-201-1/+1
* | tracing: Don't use p->len field to determine output in __print_*() functionsSteven Rostedt2012-02-211-3/+3
* | tracing: Don't print an extra separator of flagsAndrey Vagin2012-02-201-2/+4
|/
* tracing: Add irq, preempt-count and need resched info to default trace outputSteven Rostedt2011-11-171-2/+14
* tracing: Have dynamic size event stack tracesSteven Rostedt2011-07-141-5/+6
* tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machineliubo2011-05-251-0/+27