summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2015-09-30tracing: Add trace options for tracer options to instancesSteven Rostedt (Red Hat)
2015-09-30tracing: Add trace options for core options to instancesSteven Rostedt (Red Hat)
2015-09-30tracing: Make ftrace_trace_stack() depend on general trace_array flagSteven Rostedt (Red Hat)
2015-09-30tracing: Add a method to pass in trace_array descriptor to option filesSteven Rostedt (Red Hat)
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)
2015-09-30tracing: Move sleep-time and graph-time options out of the core trace_flagsSteven Rostedt (Red Hat)
2015-09-30tracing: Remove access to trace_flags in trace_printk.cSteven Rostedt (Red Hat)
2015-09-30tracing: Add build bug if we have more trace_flags than bitsSteven Rostedt (Red Hat)
2015-09-30tracing: Always show all tracer options in the options directorySteven Rostedt (Red Hat)
2015-09-29tracing: Only create stacktrace option when STACKTRACE is configuredSteven Rostedt (Red Hat)
2015-09-29tracing: Do not create function tracer options when not compiled inSteven Rostedt (Red Hat)
2015-09-29tracing: Only create branch tracer options when compiled inSteven Rostedt (Red Hat)
2015-09-29tracing: Only create function graph options when it is compiled inSteven Rostedt (Red Hat)
2015-09-29tracing: Use TRACE_FLAGS macro to keep enums and strings matchedSteven Rostedt (Red Hat)
2015-09-29tracing: Use enums instead of hard coded bitmasks for TRACE_ITER flagsSteven Rostedt (Red Hat)
2015-09-29tracing: Remove unused tracing option "ftrace_preempt"Steven Rostedt (Red Hat)
2015-09-29tracing: Move "display-graph" option to main optionsSteven Rostedt (Red Hat)
2015-09-28tracing: Turn seq_print_user_ip() into a static functionSteven Rostedt (Red Hat)
2015-09-28tracing: Inject seq_print_userip_objs() into its only userSteven Rostedt (Red Hat)
2015-09-28tracing: Make ftrace_trace_stack() staticSteven Rostedt (Red Hat)
2015-09-25tracing: Pass trace_array into trace_buffer_unlock_commit()Steven Rostedt (Red Hat)
2015-09-25tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)
2015-09-25tracing: Remove ftrace_trace_stack_regs()Steven Rostedt (Red Hat)
2015-09-22kernel/trace_probe: is_good_name can be booleanYaowei Bai
2015-09-08Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-09-03ring-buffer: Revert "ring-buffer: Get timestamp after event is allocated"Steven Rostedt (Red Hat)
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-09-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-08-28bpf: add support for %s specifier to bpf_trace_printk()Alexei Starovoitov
2015-08-28lib: introduce strncpy_from_unsafe()Alexei Starovoitov
2015-08-26tracing/uprobes: Do not print '0x (null)' when offset is 0Wang Nan
2015-08-11tracing: Allow triggers to filter for CPU ids and process namesDaniel Wagner
2015-08-10bpf: Implement function bpf_perf_event_read() that get the selected hardware ...Kaixu Xia
2015-08-06tracing, perf: Implement BPF programs attached to uprobesWang Nan
2015-08-03sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-24ftrace: Fix breakage of set_ftrace_pidSteven Rostedt (Red Hat)
2015-07-21tracing: Introduce two additional marks for delayJungseok Lee
2015-07-21ftrace: Fix function_graph duration spacing with 7-digitsSteven Rostedt (Red Hat)
2015-07-21ftrace: add tracing_thresh to function profileUmesh Tiwari
2015-07-21tracing: Clean up stack tracing and fix fentry updatesSteven Rostedt (Red Hat)
2015-07-21ring-buffer: Reorganize function locationsSteven Rostedt (Red Hat)
2015-07-21ring-buffer: Make sure event has enough room for extend and paddingSteven Rostedt (Red Hat)
2015-07-21ring-buffer: Get timestamp after event is allocatedSteven Rostedt (Red Hat)
2015-07-21ring-buffer: Move the adding of the extended timestamp out of lineSteven Rostedt (Red Hat)
2015-07-21ring-buffer: Add event descriptor to simplify passing dataSteven Rostedt (Red Hat)
2015-07-21ftrace: correct the counter increment for trace_buffer dataUmesh Tiwari
2015-07-21tracing: Fix for non-continuous cpu idsGil Fruchter
2015-07-21tracing: Prefer kcalloc over kzalloc with multiplyGil Fruchter