summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-04-2934-1922/+5686
|\
| * tracepoints: Prevent null probe from being addedSahara2013-04-191-8/+13
| * tracing: Compare to 1 instead of zero for is_signed_type()Steven Rostedt (Red Hat)2013-04-191-1/+1
| * tracing: Remove obsolete macro guard _TRACE_PROFILE_INITzhangwei(Jovi)2013-04-121-2/+0
| * ftrace: Get rid of ftrace_profile_bitsNamhyung Kim2013-04-121-11/+4
| * tracing: Check return value of tracing_init_dentry()Namhyung Kim2013-04-123-0/+6
| * tracing: Get rid of unneeded key calculation in ftrace_hash_move()Namhyung Kim2013-04-121-5/+0
| * tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim2013-04-121-1/+2
| * tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim2013-04-091-1/+1
| * kernel: tracing: Use strlcpy instead of strncpyChen Gang2013-04-092-4/+4
| * tracing: Update debugfs README fileSteven Rostedt (Red Hat)2013-03-201-14/+78
| * tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)2013-03-152-40/+31
| * tracing: Rename trace_event_mutex to trace_event_semzhangwei(Jovi)2013-03-153-20/+20
| * tracing: Fix comment about prefix in arch_syscall_match_sym_name()zhangwei(Jovi)2013-03-151-1/+1
| * tracing: Convert trace_destroy_fields() to staticzhangwei(Jovi)2013-03-151-1/+1
| * tracing: Move find_event_field() into trace_events.czhangwei(Jovi)2013-03-153-34/+32
| * 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
| * ring-buffer: Add ring buffer startup selftestSteven Rostedt (Red Hat)2013-03-152-0/+342
| * tracing: Bring Documentation/trace/ftrace.txt up to dateSteven Rostedt (Red Hat)2013-03-151-617/+1480
| * 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-153-0/+12
| * tracing: Add function-trace option to disable function tracing of latency tra...Steven Rostedt (Red Hat)2013-03-154-23/+111
| * tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)2013-03-151-21/+54
| * tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)2013-03-151-4/+29
| * tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)2013-03-151-5/+7
| * tracing: Add function probe to trigger stack tracesSteven Rostedt (Red Hat)2013-03-151-35/+115
| * tracing: Add skip argument to trace_dump_stack()Steven Rostedt (Red Hat)2013-03-152-5/+10
| * tracing: Add function probe triggers to enable/disable eventsSteven Rostedt (Red Hat)2013-03-151-0/+279
| * tracing: Add a way to soft disable trace eventsSteven Rostedt (Red Hat)2013-03-153-19/+84
| * ftrace: Use manual free after synchronize_sched() not call_rcu_sched()Steven Rostedt (Red Hat)2013-03-151-6/+13
| * ftrace: Clean up function probe methodsSteven Rostedt (Red Hat)2013-03-152-5/+7
| * tracing: Fix comments for ftrace_event_file/call flagsSteven Rostedt (Red Hat)2013-03-151-7/+10
| * 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
| * ftrace: Fix function probe to only enable needed functionsSteven Rostedt (Red Hat)2013-03-151-2/+46
| * ftrace: Separate unlimited probes from count limited probesSteven Rostedt (Red Hat)2013-03-151-5/+33
| * tracing: Consolidate ftrace_trace_onoff_unreg() into callbackSteven Rostedt (Red Hat)2013-03-151-19/+5
| * tracing: Consolidate updating of count for traceon/offSteven Rostedt (Red Hat)2013-03-151-17/+16
| * 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-152-4/+15
| * tracing: Optimize trace_printk() with one arg to use trace_puts()Steven Rostedt (Red Hat)2013-03-151-1/+22
| * tracing: Add trace_puts() for even faster trace_printk() tracingSteven Rostedt (Red Hat)2013-03-156-5/+214
| * tracing: Fix the branch tracer that broke with buffer changeSteven Rostedt (Red Hat)2013-03-151-2/+2
| * tracing: Add alloc_snapshot kernel command line parameterSteven Rostedt (Red Hat)2013-03-154-36/+58
| * tracing: Move the tracing selftest code into its own functionSteven Rostedt (Red Hat)2013-03-151-55/+69
| * ring-buffer: Do not use schedule_work_on() for current CPUSteven Rostedt (Red Hat)2013-03-151-6/+27
| * tracing: Add internal tracing_snapshot() functionsSteven Rostedt (Red Hat)2013-03-152-0/+88
| * tracing: Prevent deleting instances when they are being readSteven Rostedt (Red Hat)2013-03-152-0/+24
| * tracing: Add per_cpu directory into tracing instancesSteven Rostedt (Red Hat)2013-03-151-4/+5