summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Make tracing_cpumask available for all instancesAlexander Z Lam2013-08-221-17/+20
* tracing: Fix reset of time stamps during trace_clock changesAlexander Z Lam2013-08-021-12/+12
* tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct bufferAlexander Z Lam2013-08-021-1/+1
* tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin2013-08-021-0/+1
* tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()Steven Rostedt (Red Hat)2013-07-261-2/+1
* tracing: Kill trace_cpu struct/membersOleg Nesterov2013-07-241-21/+0
* tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-28/+22
* tracing: Change tracing_entries_fops to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-37/+12
* tracing: Change tracing_stats_fops to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-7/+6
* tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-5/+4
* tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-9/+7
* tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()Oleg Nesterov2013-07-241-14/+36
* tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()Oleg Nesterov2013-07-191-2/+0
* tracing: Miscellaneous fixes for trace_array ref countingAlexander Z Lam2013-07-181-6/+18
* tracing: Fix error handling to ensure instances can always be removedAlexander Z Lam2013-07-181-1/+3
* tracing: Use correct config guard CONFIG_STACK_TRACERzhangwei(Jovi)2013-07-151-2/+2
* Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-07-111-70/+268
|\
| * tracing: Make tracing_open_generic_{tr,tc}() staticSteven Rostedt (Red Hat)2013-07-021-2/+2
| * tracing: Remove ftrace() functionzhangwei(Jovi)2013-07-021-9/+0
| * tracing: Make tracer_tracing_{off,on,is_on}() staticSteven Rostedt (Red Hat)2013-07-021-3/+3
| * tracing: Get trace_array ref counts when accessing trace filesSteven Rostedt (Red Hat)2013-07-021-9/+112
| * tracing: Add trace_array_get/put() to handle instance refs betterSteven Rostedt (Red Hat)2013-07-021-18/+65
| * tracing: Protect ftrace_trace_arrays list in trace_events.cAlexander Z Lam2013-07-011-1/+1
| * tracing: Make trace_marker use the correct per-instance bufferAlexander Z Lam2013-07-011-1/+2
| * tracing: Use flag buffer_disabled for irqsoff tracerSteven Rostedt (Red Hat)2013-07-011-31/+70
| * tracing: Disable tracing on warningSteven Rostedt (Red Hat)2013-06-191-0/+17
| * tracing: Fix file mode of free_bufferWang YanQing2013-06-111-1/+1
* | tracing: Fix outputting formats of x86-tsc and counter when use trace_clockYoshihiro YUNOMAE2013-06-111-5/+3
|/
* tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)2013-06-061-1/+9
* tracing: Fix crash when ftrace=nop on the kernel command lineSteven Rostedt (Red Hat)2013-05-231-2/+7
* tracing: Fix small merge bugSteven Rostedt2013-04-301-1/+1
* Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-04-291-661/+1543
|\
| * tracing: Check return value of tracing_init_dentry()Namhyung Kim2013-04-121-0/+2
| * kernel: tracing: Use strlcpy instead of strncpyChen Gang2013-04-091-2/+2
| * tracing: Update debugfs README fileSteven Rostedt (Red Hat)2013-03-201-14/+78
| * tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)2013-03-151-36/+26
| * tracing: Use TRACE_MAX_PRINT instead of constantzhangwei(Jovi)2013-03-151-2/+2
| * tracing: Use pr_warn_once instead of open coded implementationzhangwei(Jovi)2013-03-151-7/+2
| * tracing: Add "perf" trace_clockSteven Rostedt (Red Hat)2013-03-151-0/+1
| * tracing: Add "uptime" trace clock that uses jiffiesSteven Rostedt (Red Hat)2013-03-151-0/+1
| * tracing: Add function-trace option to disable function tracing of latency tra...Steven Rostedt (Red Hat)2013-03-151-1/+2
| * tracing: Add skip argument to trace_dump_stack()Steven Rostedt (Red Hat)2013-03-151-4/+9
| * tracing: Add snapshot trigger to function probesSteven Rostedt (Red Hat)2013-03-151-1/+110
| * tracing: Add alloc/free_snapshot() to replace duplicate codeSteven Rostedt (Red Hat)2013-03-151-37/+42
| * tracing: Let tracing_snapshot() be used by modules but not NMISteven Rostedt (Red Hat)2013-03-151-0/+10
| * tracing: Add internal ftrace trace_puts() for ftrace to useSteven Rostedt (Red Hat)2013-03-151-4/+4
| * tracing: Add trace_puts() for even faster trace_printk() tracingSteven Rostedt (Red Hat)2013-03-151-0/+76
| * tracing: Add alloc_snapshot kernel command line parameterSteven Rostedt (Red Hat)2013-03-151-33/+48
| * tracing: Move the tracing selftest code into its own functionSteven Rostedt (Red Hat)2013-03-151-55/+69
| * tracing: Add internal tracing_snapshot() functionsSteven Rostedt (Red Hat)2013-03-151-0/+84