summaryrefslogtreecommitdiff
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)2014-03-221-0/+10
* blktrace: Send BLK_TN_PROCESS events to all running tracesJan Kara2014-03-121-6/+27
* ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)2014-02-221-0/+7
* ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt (Red Hat)2014-02-131-1/+44
* ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)2014-02-131-26/+32
* ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt (Red Hat)2014-02-131-15/+72
* tracing: Check if tracing is enabled in trace_puts()Steven Rostedt (Red Hat)2014-02-131-0/+6
* tracing: Have trace buffer point back to trace_arraySteven Rostedt (Red Hat)2014-02-131-0/+2
* ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie2014-01-091-1/+1
* ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)2013-12-041-29/+35
* perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt2013-11-291-1/+1
* tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt2013-11-201-1/+4
* Merge tag 'trace-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-09-095-208/+64
|\
| * ftrace: Fix a slight race in modifying what function callback gets tracedSteven Rostedt (Red Hat)2013-09-031-1/+16
| * tracing: Make tracing_cpumask available for all instancesAlexander Z Lam2013-08-222-17/+21
| * tracing: Kill the !CONFIG_MODULES code in trace_events.cOleg Nesterov2013-08-211-12/+6
| * tracing: Don't pass file_operations array to event_create_dir()Oleg Nesterov2013-08-211-34/+12
| * tracing: Kill trace_create_file_ops() and friendsOleg Nesterov2013-08-211-144/+9
| * tracing/syscalls: Annotate raw_init function with __initLi Zefan2013-08-211-5/+5
* | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-09-032-0/+22
|\ \ | |/ |/|
| * tracing: Add __tracepoint_string() to export string pointersSteven Rostedt (Red Hat)2013-07-262-0/+22
* | 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/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)2013-08-011-13/+38
* | tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)2013-07-311-6/+15
* | tracing: Add comment to describe special break case in probe_remove_event_call()Steven Rostedt (Red Hat)2013-07-311-0/+6
* | tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov2013-07-311-2/+33
* | ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)2013-07-301-9/+62
* | ftrace: Consolidate some duplicate code for updating ftrace opsSteven Rostedt (Red Hat)2013-07-291-6/+10
* | tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov2013-07-291-32/+15
* | tracing: Introduce remove_event_file_dir()Oleg Nesterov2013-07-291-24/+23
* | tracing: Change f_start() to take event_mutex and verify i_private != NULLOleg Nesterov2013-07-291-4/+9
* | tracing: Change event_filter_read/write to verify i_private != NULLOleg Nesterov2013-07-292-18/+25
* | tracing: Change event_enable/disable_read() to verify i_private != NULLOleg Nesterov2013-07-291-10/+20
* | tracing: Turn event/id->i_private into call->event.typeOleg Nesterov2013-07-291-5/+13
* | tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()Steven Rostedt (Red Hat)2013-07-261-2/+1
* | ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)2013-07-241-4/+14
* | tracing: Kill trace_cpu struct/membersOleg Nesterov2013-07-242-29/+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: Kill trace_array->waiterOleg Nesterov2013-07-191-1/+0
* | tracing: Do not (ab)use trace_seq in event_id_read()Oleg Nesterov2013-07-181-13/+4
* | tracing: Simplify the iteration logic in f_start/f_nextOleg Nesterov2013-07-181-38/+22
* | tracing: Add ref_data to function and fgraph tracer structsSteven Rostedt (Red Hat)2013-07-183-2/+11