summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tracing: Avoid soft lockup in trace_pipeJiri Olsa2011-04-041-0/+3
* tracing: Adjust conditional expression latency formatting.David Sharp2011-03-101-8/+18
* tracing: Remove lock_depth from event entrySteven Rostedt2011-03-101-8/+2
* Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-07-231-3/+0
|\
| * tracing: Reduce latency and remove percpu trace_seqLai Jiangshan2010-07-201-3/+0
* | tracing: Remove special tracesFrederic Weisbecker2010-07-201-66/+0
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-271-45/+92
|\
| * tracing: Allow events to share their print functionsSteven Rostedt2010-05-141-45/+92
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-05-211-0/+16
|\ \ | |/ |/|
| * [SCSI] add scsi trace core functions and put trace pointsKei Tokunaga2010-04-301-0/+1
| * [SCSI] ftrace: add __print_hex()Kei Tokunaga2010-04-301-0/+15
* | tracing: Fix "integer as NULL pointer" warning.Thiago Farina2010-05-051-1/+1
|/
* tracing: Add full state to trace_seqJohannes Berg2009-12-091-11/+50
* tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt2009-12-091-3/+11
* tracing: Fix trace_seq_printf() return valueJiri Olsa2009-10-241-1/+4
* tracing: fix transposed numbers of lock_depth and preempt_countSteven Rostedt2009-10-071-6/+8
* trace: Fix missing assignment in trace_ctxwake_*Hiroshi Shimamoto2009-10-061-2/+2
* tracing: consolidate code between trace_output.c and trace_function_graph.cSteven Rostedt2009-09-111-6/+24
* tracing: add lock depth to entriesSteven Rostedt2009-09-111-1/+9
* tracing: move tgid out of generic entry and into userstackSteven Rostedt2009-09-111-1/+1
* tracing: Fix trace_print_seq()Xiao Guangrong2009-07-021-2/+1
* tracing: add protection around module events unloadSteven Rostedt2009-06-091-3/+12
* tracing: add trace_seq_vprint interfaceSteven Rostedt2009-06-091-0/+32
* tracing: add annotation to what type of stack trace is recordedSteven Rostedt2009-06-031-2/+2
* tracing: fix multiple use of __print_flags and __print_symbolicSteven Whitehouse2009-06-031-6/+4
* tracing/events: fix output format of user stackwalimis2009-06-031-4/+7
* tracing/events: fix output format of kernel stackwalimis2009-06-031-7/+7
* tracing: add exports to use __print_symbolic and __print_flags from a moduleSteven Whitehouse2009-06-011-0/+3
* tracing: add __print_symbolic to trace eventsSteven Rostedt2009-05-261-0/+25
* tracing: add __print_flags for eventsSteven Rostedt2009-05-261-0/+39
* tracing: add trace_event_read_lock()Lai Jiangshan2009-05-251-7/+18
* tracing: stop stack trace on first empty entrySteven Rostedt2009-05-141-0/+2
* tracing: trace_output.c, fix false positive compiler warningJaswinder Singh Rajput2009-05-061-1/+1
OpenPOWER on IntegriCloud