summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-28tracing: Turn seq_print_user_ip() into a static functionSteven Rostedt (Red Hat)2-4/+2
2015-09-28tracing: Inject seq_print_userip_objs() into its only userSteven Rostedt (Red Hat)2-47/+36
2015-09-28tracing: Make ftrace_trace_stack() staticSteven Rostedt (Red Hat)2-9/+9
2015-09-26tracing: Pass trace_array into trace_buffer_unlock_commit()Steven Rostedt (Red Hat)5-20/+19
2015-09-25tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)1-8/+0
2015-09-25tracing: Remove ftrace_trace_stack_regs()Steven Rostedt (Red Hat)2-19/+14
2015-09-22kernel/trace_probe: is_good_name can be booleanYaowei Bai1-4/+4
2015-09-09Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds8-416/+516
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-18/+65
2015-09-03ring-buffer: Revert "ring-buffer: Get timestamp after event is allocated"Steven Rostedt (Red Hat)1-106/+50
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+3
2015-09-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2015-08-29bpf: add support for %s specifier to bpf_trace_printk()Alexei Starovoitov1-2/+30
2015-08-29lib: introduce strncpy_from_unsafe()Alexei Starovoitov1-16/+4
2015-08-26tracing/uprobes: Do not print '0x (null)' when offset is 0Wang Nan1-1/+16
2015-08-12tracing: Allow triggers to filter for CPU ids and process namesDaniel Wagner2-2/+77
2015-08-10bpf: Implement function bpf_perf_event_read() that get the selected hardware ...Kaixu Xia1-0/+31
2015-08-06tracing, perf: Implement BPF programs attached to uprobesWang Nan2-1/+6
2015-08-03sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra2-2/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-7/+3
2015-07-24ftrace: Fix breakage of set_ftrace_pidSteven Rostedt (Red Hat)1-18/+34
2015-07-21tracing: Introduce two additional marks for delayJungseok Lee1-1/+3
2015-07-21ftrace: Fix function_graph duration spacing with 7-digitsSteven Rostedt (Red Hat)1-2/+2
2015-07-21ftrace: add tracing_thresh to function profileUmesh Tiwari1-2/+7
2015-07-21tracing: Clean up stack tracing and fix fentry updatesSteven Rostedt (Red Hat)1-45/+23
2015-07-21ring-buffer: Reorganize function locationsSteven Rostedt (Red Hat)1-411/+403
2015-07-21ring-buffer: Make sure event has enough room for extend and paddingSteven Rostedt (Red Hat)1-0/+15
2015-07-21ring-buffer: Get timestamp after event is allocatedSteven Rostedt (Red Hat)1-47/+114
2015-07-21ring-buffer: Move the adding of the extended timestamp out of lineSteven Rostedt (Red Hat)1-16/+25
2015-07-21ring-buffer: Add event descriptor to simplify passing dataSteven Rostedt (Red Hat)1-39/+52