aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-03tracing: Rename max_stack_lock to stack_trace_max_lockSteven Rostedt (Red Hat)1-8/+8
2015-11-03tracing: Allow arch-specific stack tracerAKASHI Takahiro1-37/+43
2015-11-02tracing: ftrace_event_is_function() can return booleanYaowei Bai2-2/+2
2015-11-02tracing: is_legal_op() can return booleanYaowei Bai1-4/+4
2015-11-02ring-buffer: rb_event_is_commit() can return booleanYaowei Bai1-2/+2
2015-11-02ring-buffer: rb_per_cpu_empty() can return booleanYaowei Bai1-2/+2
2015-11-02ring_buffer: ring_buffer_empty{cpu}() can return booleanYaowei Bai1-5/+5
2015-11-02ring-buffer: rb_is_reader_page() can return booleanYaowei Bai1-1/+1
2015-11-02tracing: report_latency() in trace_irqsoff.c can return booleanYaowei Bai1-4/+4
2015-11-02tracing: report_latency() in trace_sched_wakeup.c can return booleanYaowei Bai1-4/+4
2015-11-02tracing: Update instance_rmdir() to use tracefs_remove_recursiveJiaxing Wang1-1/+1
2015-11-02tracing: Only benchmark the time tracepoints take if tracing is onChunyan Zhang1-1/+1
2015-11-02tracing: Call on_each_cpu() when adding or removing single pids from set_event_pidSteven Rostedt (Red Hat)1-6/+7
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+11
2015-10-30blktrace: re-write setting q->blk_traceDavidlohr Bueso1-11/+5
2015-10-26bpf: make tracing helpers gpl onlyAlexei Starovoitov1-2/+2
2015-10-26bpf: fix bpf_perf_event_read() helperAlexei Starovoitov1-1/+6
2015-10-26tracing: Fix sparse RCU warningSteven Rostedt (Red Hat)1-0/+2
2015-10-25tracing: Check all tasks on each CPU when filtering pidsSteven Rostedt (Red Hat)1-0/+22
2015-10-25tracing: Implement event pid filteringSteven Rostedt (Red Hat)2-3/+147
2015-10-25tracing: Add set_event_pid directory for future useSteven Rostedt (Red Hat)2-0/+294
2015-10-22bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov1-0/+46
2015-10-21tracing: Remove {start,stop}_branch_traceDmitry Safonov1-13/+2
2015-10-20tracing: gpio: Add Kconfig option for enabling/disabling trace eventsTal Shorer1-0/+7
2015-10-20tracing: Do not allow stack_tracer to record stack in NMISteven Rostedt (Red Hat)1-0/+4
2015-10-20ftrace: add module globbingDmitry Safonov1-15/+36
2015-10-20ftrace: Introduce ftrace_glob structureDmitry Safonov1-38/+46
2015-10-20tracing: Have stack tracer force RCU to be watchingSteven Rostedt (Red Hat)1-0/+7
2015-10-16ftrace: Clarify code for mod commandDmitry Safonov1-27/+10
2015-10-13ftrace: Remove redundant strsep in mod_callbackDmitry Safonov1-10/+5
2015-10-06sched/core: Fix trace_sched_switch()Peter Zijlstra3-3/+4
2015-10-01ftrace: Remove redundant swap functionRasmus Villemoes1-12/+1
2015-10-01tracing: Use kstrdup_const instead of private implementationRasmus Villemoes1-16/+8
2015-09-30tracing: Add trace options for tracer options to instancesSteven Rostedt (Red Hat)2-22/+67
2015-09-30tracing: Add trace options for core options to instancesSteven Rostedt (Red Hat)1-5/+14
2015-09-30tracing: Make ftrace_trace_stack() depend on general trace_array flagSteven Rostedt (Red Hat)2-13/+16
2015-09-30tracing: Add a method to pass in trace_array descriptor to option filesSteven Rostedt (Red Hat)2-7/+63
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)10-101/+135
2015-09-30tracing: Move sleep-time and graph-time options out of the core trace_flagsSteven Rostedt (Red Hat)4-10/+35
2015-09-30tracing: Remove access to trace_flags in trace_printk.cSteven Rostedt (Red Hat)3-5/+14
2015-09-30tracing: Add build bug if we have more trace_flags than bitsSteven Rostedt (Red Hat)2-1/+11
2015-09-30tracing: Always show all tracer options in the options directorySteven Rostedt (Red Hat)2-34/+27
2015-09-29tracing: Only create stacktrace option when STACKTRACE is configuredSteven Rostedt (Red Hat)2-14/+23
2015-09-29tracing: Do not create function tracer options when not compiled inSteven Rostedt (Red Hat)4-22/+63
2015-09-29tracing: Only create branch tracer options when compiled inSteven Rostedt (Red Hat)1-2/+9
2015-09-29tracing: Only create function graph options when it is compiled inSteven Rostedt (Red Hat)4-11/+32
2015-09-29tracing: Use TRACE_FLAGS macro to keep enums and strings matchedSteven Rostedt (Red Hat)2-83/+55
2015-09-29tracing: Use enums instead of hard coded bitmasks for TRACE_ITER flagsSteven Rostedt (Red Hat)1-26/+55
2015-09-29tracing: Remove unused tracing option "ftrace_preempt"Steven Rostedt (Red Hat)2-18/+16
2015-09-29tracing: Move "display-graph" option to main optionsSteven Rostedt (Red Hat)4-64/+30