summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
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-08-31Merge 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-09bpf: 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-20tracing: Introduce two additional marks for delayJungseok Lee
2015-07-20ftrace: Fix function_graph duration spacing with 7-digitsSteven Rostedt (Red Hat)
2015-07-20ftrace: add tracing_thresh to function profileUmesh Tiwari
2015-07-20tracing: Clean up stack tracing and fix fentry updatesSteven Rostedt (Red Hat)
2015-07-20ring-buffer: Reorganize function locationsSteven Rostedt (Red Hat)
2015-07-20ring-buffer: Make sure event has enough room for extend and paddingSteven Rostedt (Red Hat)
2015-07-20ring-buffer: Get timestamp after event is allocatedSteven Rostedt (Red Hat)
2015-07-20ring-buffer: Move the adding of the extended timestamp out of lineSteven Rostedt (Red Hat)
2015-07-20ring-buffer: Add event descriptor to simplify passing dataSteven Rostedt (Red Hat)
2015-07-20ftrace: correct the counter increment for trace_buffer dataUmesh Tiwari
2015-07-20tracing: Fix for non-continuous cpu idsGil Fruchter
2015-07-20tracing: Prefer kcalloc over kzalloc with multiplyGil Fruchter
2015-07-08tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-06-26Merge tag 'trace-fixes-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-06-25kernel/trace/blktrace.c: use strreplace() in do_blk_trace_setup()Rasmus Villemoes
2015-06-25kernel/trace/trace_events_filter.c: use strreplace()Rasmus Villemoes
2015-06-25tracing: Fix typo from "static inlin" to "static inline"Steven Rostedt (Red Hat)
2015-06-25tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)
2015-06-25tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-17tracing: Have filter check for balanced opsSteven Rostedt
2015-06-15bpf: let kprobe programs use bpf_get_smp_processor_id() helperAlexei Starovoitov
2015-06-15bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov
2015-06-15ring_buffer: Allow to exit the ring buffer benchmark immediatelyPetr Mladek
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-11ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long
2015-06-10ring-buffer-benchmark: Fix the wrong typeWang Long
2015-06-10ring-buffer-benchmark: Fix the wrong param in module_paramWang Long
2015-05-31ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann
2015-05-29ring-buffer: Add enum names for the context levelsSteven Rostedt (Red Hat)
2015-05-28ring-buffer: Remove useless unused tracing_off_permanent()Steven Rostedt (Red Hat)
2015-05-28ring-buffer: Give NMIs a chance to lock the reader_lockSteven Rostedt (Red Hat)
2015-05-27ring-buffer: Add trace_recursive checks to ring_buffer_write()Steven Rostedt (Red Hat)
2015-05-27ring-buffer: Allways do the trace_recursive checksSteven Rostedt (Red Hat)