summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2015-11-123-14/+9
|\
| * tracing: #ifdef out uses of max trace when CONFIG_TRACER_MAX_TRACE is not setChen Gang2015-11-101-0/+6
| * tracing: Remove unused ftrace_cpu_disabled per cpu variableDmitry Safonov2015-11-073-13/+0
| * tracing: Make tracing work when debugfs is not configured inJiaxing Wang2015-11-061-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-101-1/+1
|\ \
| * | bpf_trace: Make dependent on PERF_EVENTSSteven Rostedt2015-11-101-1/+1
* | | Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-11-0623-651/+1337
|\ \ \ | | |/ | |/|
| * | tracing: Put back comma for empty fields in boot string parsingSteven Rostedt (Red Hat)2015-11-032-11/+10
| * | tracing: Apply tracer specific options from kernel command line.Jiaxing Wang2015-11-031-9/+36
| * | ring_buffer: Remove unneeded smp_wmb() before wakeup of reader benchmarkSteven Rostedt (Red Hat)2015-11-031-2/+0
| * | tracing: Allow dumping traces without tracking trace started cpusSasha Levin2015-11-031-2/+3
| * | ring_buffer: Fix more races when terminating the producer in the benchmarkPetr Mladek2015-11-031-25/+29
| * | ring_buffer: Do no not complete benchmark reader too earlyPetr Mladek2015-11-031-9/+16
| * | tracing: Remove redundant TP_ARGS redefiningDmitry Safonov2015-11-031-3/+0
| * | tracing: Rename max_stack_lock to stack_trace_max_lockSteven Rostedt (Red Hat)2015-11-031-8/+8
| * | tracing: Allow arch-specific stack tracerAKASHI Takahiro2015-11-031-37/+43
| * | tracing: ftrace_event_is_function() can return booleanYaowei Bai2015-11-022-2/+2
| * | tracing: is_legal_op() can return booleanYaowei Bai2015-11-021-4/+4
| * | ring-buffer: rb_event_is_commit() can return booleanYaowei Bai2015-11-021-2/+2
| * | ring-buffer: rb_per_cpu_empty() can return booleanYaowei Bai2015-11-021-2/+2
| * | ring_buffer: ring_buffer_empty{cpu}() can return booleanYaowei Bai2015-11-021-5/+5
| * | ring-buffer: rb_is_reader_page() can return booleanYaowei Bai2015-11-021-1/+1
| * | tracing: report_latency() in trace_irqsoff.c can return booleanYaowei Bai2015-11-021-4/+4
| * | tracing: report_latency() in trace_sched_wakeup.c can return booleanYaowei Bai2015-11-021-4/+4
| * | tracing: Update instance_rmdir() to use tracefs_remove_recursiveJiaxing Wang2015-11-021-1/+1
| * | tracing: Only benchmark the time tracepoints take if tracing is onChunyan Zhang2015-11-021-1/+1
| * | tracing: Call on_each_cpu() when adding or removing single pids from set_even...Steven Rostedt (Red Hat)2015-11-021-6/+7
| * | tracing: Fix sparse RCU warningSteven Rostedt (Red Hat)2015-10-261-0/+2
| * | tracing: Check all tasks on each CPU when filtering pidsSteven Rostedt (Red Hat)2015-10-251-0/+22
| * | tracing: Implement event pid filteringSteven Rostedt (Red Hat)2015-10-252-3/+147
| * | tracing: Add set_event_pid directory for future useSteven Rostedt (Red Hat)2015-10-252-0/+294
| * | tracing: Remove {start,stop}_branch_traceDmitry Safonov2015-10-211-13/+2
| * | tracing: gpio: Add Kconfig option for enabling/disabling trace eventsTal Shorer2015-10-201-0/+7
| * | ftrace: add module globbingDmitry Safonov2015-10-201-15/+36
| * | ftrace: Introduce ftrace_glob structureDmitry Safonov2015-10-201-38/+46
| * | ftrace: Clarify code for mod commandDmitry Safonov2015-10-161-27/+10
| * | ftrace: Remove redundant strsep in mod_callbackDmitry Safonov2015-10-131-10/+5
| * | ftrace: Remove redundant swap functionRasmus Villemoes2015-10-011-12/+1
| * | tracing: Use kstrdup_const instead of private implementationRasmus Villemoes2015-10-011-16/+8
| * | tracing: Add trace options for tracer options to instancesSteven Rostedt (Red Hat)2015-09-302-22/+67
| * | tracing: Add trace options for core options to instancesSteven Rostedt (Red Hat)2015-09-301-5/+14
| * | tracing: Make ftrace_trace_stack() depend on general trace_array flagSteven Rostedt (Red Hat)2015-09-302-13/+16
| * | tracing: Add a method to pass in trace_array descriptor to option filesSteven Rostedt (Red Hat)2015-09-302-7/+63
| * | tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)2015-09-3010-101/+135
| * | tracing: Move sleep-time and graph-time options out of the core trace_flagsSteven Rostedt (Red Hat)2015-09-304-10/+35
| * | tracing: Remove access to trace_flags in trace_printk.cSteven Rostedt (Red Hat)2015-09-303-5/+14
| * | tracing: Add build bug if we have more trace_flags than bitsSteven Rostedt (Red Hat)2015-09-302-1/+11
| * | tracing: Always show all tracer options in the options directorySteven Rostedt (Red Hat)2015-09-302-34/+27
| * | tracing: Only create stacktrace option when STACKTRACE is configuredSteven Rostedt (Red Hat)2015-09-292-14/+23
| * | tracing: Do not create function tracer options when not compiled inSteven Rostedt (Red Hat)2015-09-294-22/+63