summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_output.c
AgeCommit message (Expand)AuthorLines
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)-5/+9
2015-09-28tracing: Turn seq_print_user_ip() into a static functionSteven Rostedt (Red Hat)-2/+2
2015-09-28tracing: Inject seq_print_userip_objs() into its only userSteven Rostedt (Red Hat)-45/+36
2015-07-20tracing: Introduce two additional marks for delayJungseok Lee-1/+3
2015-05-13tracing: Rename ftrace_event_name() to trace_event_name()Steven Rostedt (Red Hat)-1/+1
2015-05-13tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAXSteven Rostedt (Red Hat)-2/+2
2015-05-13tracing: Rename ftrace_output functions to trace_outputSteven Rostedt (Red Hat)-8/+8
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)-2/+2
2015-05-13tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)-9/+9
2015-05-13tracing: Rename ftrace_print_*() functions ta trace_print_*()Steven Rostedt (Red Hat)-17/+17
2015-05-06tracing: Make ftrace_print_array_seq compute buf_lenAlex Bennée-1/+2
2015-01-28tracing: Add array printing helperDave Martin-0/+44
2014-12-03tracing: Add additional marks to signal very large time deltasByungchul Park-5/+29
2014-11-19tracing: Fix return value of ftrace_raw_output_prep()Steven Rostedt (Red Hat)-4/+1
2014-11-19tracing: Add trace_seq_has_overflowed() and trace_handle_return()Steven Rostedt (Red Hat)-251/+165
2014-11-11tracing: Add entry->next_cpu to trace_ctxwake_bin()Jiang Liu-0/+1
2014-07-01tracing: Add trace_seq_buffer_ptr() helper functionSteven Rostedt (Red Hat)-7/+7
2014-07-01tracing: Move the trace_seq_* functions into its own trace_seq.c fileSteven Rostedt (Red Hat)-268/+0
2014-05-15tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasksSteven Rostedt (Red Hat)-0/+41
2014-04-08tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers-1/+1
2014-03-21Revert "tracing: Move event storage for array from macro to standalone function"Steven Rostedt (Red Hat)-21/+0
2014-03-07tracing: Move event storage for array from macro to standalone functionSteven Rostedt-0/+21
2014-03-07tracing: Move raw output code from macro to standalone functionSteven Rostedt-0/+31
2013-11-11ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHEDPeter Zijlstra-2/+17
2013-07-18tracing: Use trace_seq_puts()/trace_seq_putc() where possiblezhangwei(Jovi)-7/+7
2013-04-29Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-9/+110
2013-03-15tracing: Rename trace_event_mutex to trace_event_semzhangwei(Jovi)-8/+8
2013-03-15tracing: Add trace_puts() for even faster trace_printk() tracingSteven Rostedt (Red Hat)-0/+75
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)-1/+1
2013-03-15tracing: Add a helper function for event print functionsLi Zefan-0/+26
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-2/+1
2012-11-13tracing: Format non-nanosec times from tsc clock without a decimal point.David Sharp-25/+53
2012-06-14tracing: Register the ftrace internal events during early bootSteven Rostedt-1/+1
2012-04-19tracing: Fix stacktrace of latency tracers (irqsoff and friends)Steven Rostedt-0/+5
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2012-03-20constify path argument of trace_seq_path()Al Viro-1/+1
2012-02-21tracing: Don't use p->len field to determine output in __print_*() functionsSteven Rostedt-3/+3
2012-02-20tracing: Don't print an extra separator of flagsAndrey Vagin-2/+4
2011-11-17tracing: Add irq, preempt-count and need resched info to default trace outputSteven Rostedt-2/+14
2011-07-14tracing: Have dynamic size event stack tracesSteven Rostedt-5/+6
2011-05-25tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machineliubo-0/+27
2011-04-04tracing: Avoid soft lockup in trace_pipeJiri Olsa-0/+3
2011-03-10tracing: Adjust conditional expression latency formatting.David Sharp-8/+18
2011-03-10tracing: Remove lock_depth from event entrySteven Rostedt-8/+2
2010-07-23Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-3/+0
2010-07-20tracing: Reduce latency and remove percpu trace_seqLai Jiangshan-3/+0
2010-07-20tracing: Remove special tracesFrederic Weisbecker-66/+0
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-45/+92
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-0/+16
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt-45/+92