aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-09-11perf/bpf: fix a clang compilation issueYonghong Song1-1/+1
2017-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-1/+1
2017-09-08Merge tag 'trace-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds5-19/+82
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-78/+183
2017-09-06tracing: Apply trace_clock changes to instance max bufferBaohong Liu1-1/+1
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+51
2017-09-05tracing: Fix clear of RECORDED_TGID flag when disabling trace eventChunyu Hu1-1/+1
2017-09-05tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)1-1/+7
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-16/+38
2017-09-01ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)1-4/+6
2017-09-01ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)1-1/+1
2017-08-31ftrace: Zero out ftrace hashes when a module is removedSteven Rostedt (VMware)1-3/+55
2017-08-31tracing: Only have rmmod clear buffers that its events were active inSteven Rostedt (VMware)3-8/+11
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming4-6/+8
2017-08-24Merge tag 'trace-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds6-16/+38
2017-08-24tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)1-0/+4
2017-08-24tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu1-4/+7
2017-08-24ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)1-0/+4
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+30
2017-08-15bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann1-4/+30
2017-08-07bpf: add support for sys_enter_* and sys_exit_* tracepointsYonghong Song1-2/+51
2017-08-02ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPUSteven Rostedt (VMware)3-11/+21
2017-08-02tracing: Missing error code in tracer_alloc_buffers()Dan Carpenter1-0/+1
2017-08-02tracing: Call clear_boot_tracer() at lateinit_syncSteven Rostedt (VMware)1-1/+1
2017-07-29block: use standard blktrace API to output cgroup info for debug notesShaohua Li1-2/+10
2017-07-29blktrace: add an option to allow displaying cgroup pathShaohua Li1-1/+13
2017-07-29blktrace: export cgroup info in traceShaohua Li1-73/+158
2017-07-20trace: fix the errors caused by incompatible type of RCU variablesChunyan Zhang2-17/+30
2017-07-20tracing: Fix kmemleak in instance_rmdirChunyu Hu1-0/+1
2017-07-19tracing/ring_buffer: Try harder to allocateJoel Fernandes1-5/+5
2017-07-13Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds4-20/+143
2017-07-12ftrace: Fix uninitialized variable in match_records()Dan Carpenter1-1/+1
2017-07-12ftrace: Remove an unneeded NULL checkDan Carpenter1-1/+1
2017-07-11ftrace: Hide cached module code for !CONFIG_MODULESArnd Bergmann1-0/+2
2017-07-11tracing: Do note expose stack_trace_filter without DYNAMIC_FTRACESteven Rostedt (VMware)1-0/+6
2017-07-11tracing: Fixup trace file header alignmentSteven Rostedt (VMware)1-8/+17
2017-07-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-07-09trace/kprobes: Sanitize derived event namesNaveen N. Rao1-0/+9
2017-07-08kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_func_entry()Naveen N. Rao1-1/+1
2017-07-07Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+2
2017-07-07tracing: Attempt to record other information even if some failJoel Fernandes1-8/+24
2017-07-07tracing: Treat recording tgid for idle task as a successJoel Fernandes1-1/+5
2017-07-07tracing: Treat recording comm for idle task as a successJoel Fernandes1-1/+5
2017-07-06Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds7-207/+734
2017-07-06tracing: Add saved_tgids file to show cached pid to tgid mappingsMichael Sartain1-0/+73
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-31/+35