aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tracing/events: reuse trace event ids after overflowSteven Rostedt2009-04-241-11/+60
* tracing: increase size of number of possible eventsSteven Rostedt2009-04-231-0/+2
* tracing/events: add export symbols for trace events in modulesSteven Rostedt2009-04-141-0/+3
* Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar2009-04-071-1/+1
|\
| * tracing: fix incorrect return type of ns2usecs()Lai Jiangshan2009-04-071-1/+1
* | Merge branch 'linus' into tracing/coreIngo Molnar2009-04-071-3/+16
|\ \ | |/
| * trace: make argument 'mem' of trace_seq_putmem() constLi Zefan2009-03-311-3/+3
| * tracing: provide trace_seq_reserve()Eduard - Gabriel Munteanu2009-03-311-0/+13
* | tracing: adding function timings to function profilerSteven Rostedt2009-03-241-0/+10
|/
* ftrace: ensure every event gets an idPeter Zijlstra2009-03-201-0/+5
* tracing: make print_(b)printk_msg_only globalSteven Rostedt2009-03-191-0/+32
* tracing: protect reader of cmdline outputSteven Rostedt2009-03-161-6/+12
* tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker2009-03-121-6/+51
* tracing: remove funky whitespace in the trace codeSteven Rostedt2009-03-101-7/+7
* tracing/core: drop the old trace_printk() implementation in favour of trace_b...Frederic Weisbecker2009-03-061-58/+12
* tracing: infrastructure for supporting binary recordLai Jiangshan2009-03-061-0/+75