aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-08Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus 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-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2015-08-28bpf: add support for %s specifier to bpf_trace_printk()Alexei Starovoitov1-2/+30
2015-08-28lib: 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-11tracing: Allow triggers to filter for CPU ids and process namesDaniel Wagner2-2/+77
2015-08-09bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuterKaixu 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-20tracing: Introduce two additional marks for delayJungseok Lee1-1/+3
2015-07-20ftrace: Fix function_graph duration spacing with 7-digitsSteven Rostedt (Red Hat)1-2/+2
2015-07-20ftrace: add tracing_thresh to function profileUmesh Tiwari1-2/+7
2015-07-20tracing: Clean up stack tracing and fix fentry updatesSteven Rostedt (Red Hat)1-45/+23
2015-07-20ring-buffer: Reorganize function locationsSteven Rostedt (Red Hat)1-411/+403
2015-07-20ring-buffer: Make sure event has enough room for extend and paddingSteven Rostedt (Red Hat)1-0/+15
2015-07-20ring-buffer: Get timestamp after event is allocatedSteven Rostedt (Red Hat)1-47/+114
2015-07-20ring-buffer: Move the adding of the extended timestamp out of lineSteven Rostedt (Red Hat)1-16/+25
2015-07-20ring-buffer: Add event descriptor to simplify passing dataSteven Rostedt (Red Hat)1-39/+52
2015-07-20ftrace: correct the counter increment for trace_buffer dataUmesh Tiwari1-1/+1
2015-07-20tracing: Fix for non-continuous cpu idsGil Fruchter1-1/+1
2015-07-20tracing: Prefer kcalloc over kzalloc with multiplyGil Fruchter1-1/+1
2015-07-08tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)2-7/+11
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds21-568/+534
2015-06-26Merge tag 'trace-fixes-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-2/+10
2015-06-25kernel/trace/blktrace.c: use strreplace() in do_blk_trace_setup()Rasmus Villemoes1-4/+2
2015-06-25kernel/trace/trace_events_filter.c: use strreplace()Rasmus Villemoes1-3/+2
2015-06-25tracing: Fix typo from "static inlin" to "static inline"Steven Rostedt (Red Hat)1-1/+1
2015-06-25tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)1-0/+6
2015-06-25tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)1-1/+3
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-20/+22
2015-06-17tracing: Have filter check for balanced opsSteven Rostedt1-2/+9
2015-06-15bpf: let kprobe programs use bpf_get_smp_processor_id() helperAlexei Starovoitov1-0/+2
2015-06-15bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov1-8/+12
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov1-0/+6
2015-06-15ring_buffer: Allow to exit the ring buffer benchmark immediatelyPetr Mladek1-3/+8
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-06-11ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long1-1/+1
2015-06-10ring-buffer-benchmark: Fix the wrong typeWang Long1-2/+2
2015-06-10ring-buffer-benchmark: Fix the wrong param in module_paramWang Long1-4/+4
2015-05-31ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann1-12/+0
2015-05-29ring-buffer: Add enum names for the context levelsSteven Rostedt (Red Hat)1-5/+22
2015-05-28ring-buffer: Remove useless unused tracing_off_permanent()Steven Rostedt (Red Hat)1-61/+0
2015-05-28ring-buffer: Give NMIs a chance to lock the reader_lockSteven Rostedt (Red Hat)1-35/+37
2015-05-27ring-buffer: Add trace_recursive checks to ring_buffer_write()Steven Rostedt (Red Hat)1-1/+8
2015-05-27ring-buffer: Allways do the trace_recursive checksSteven Rostedt (Red Hat)1-9/+0