summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* tracefs: Fix refcount imbalance in start_creating()Daniel Borkmann2015-11-041-1/+5
* 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
* tracing: Add some documentation about set_event_pidSteven Rostedt (Red Hat)2015-11-032-0/+24
* 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-032-9/+9
* tracing: Allow arch-specific stack tracerAKASHI Takahiro2015-11-032-37/+54
* recordmcount: arm64: Replace the ignored mcount call into nopLi Bin2015-11-031-1/+23
* recordmcount: Fix endianness handling bug for nop_mcountlibin2015-11-031-1/+1
* tracepoints: Fix documentation of RCU lockdep checksMathieu Desnoyers2015-11-021-4/+5
* 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-022-7/+7
* 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
* Sample: Trace_event: Correct the commentsChunyan Zhang2015-11-021-3/+3
* 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
* recordmcount: x86: Assign a meaningful value to rel_type_nopLi Bin2015-11-021-0/+2
* 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-253-3/+154
* tracing: Add set_event_pid directory for future useSteven Rostedt (Red Hat)2015-10-252-0/+294
* tracepoint: Give priority to probes of tracepointsSteven Rostedt (Red Hat)2015-10-252-11/+63
* ftrace: Calculate the correct dyn_ftrace number to report to the userspaceMinfei Huang2015-10-221-0/+4
* tracing: Remove {start,stop}_branch_traceDmitry Safonov2015-10-211-13/+2
* tracing: gpio: Add Kconfig option for enabling/disabling trace eventsTal Shorer2015-10-202-0/+11
* tracing: Allow disabling compilation of specific trace systemsTal Shorer2015-10-202-4/+15
* Documentation: ftrace: Module globbing usageDmitry Safonov2015-10-201-0/+17
* 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