summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2017-10-04tracing: Remove lookups from tracing_map hitcountTom Zanussi
2017-10-04tracing: Exclude 'generic fields' from histogramsTom Zanussi
2017-10-04ring-buffer: Rewrite trace_recursive_(un)lock() to be simplerSteven Rostedt (VMware)
2017-10-04tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)
2017-10-04tracing: Remove redundant unread variable retColin Ian King
2017-10-04tracing: Remove obsolete sched_switch tracer selftestJoel Fernandes
2017-10-04Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-03ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang
2017-09-29sched/tracing: Use common task-state helpersPeter Zijlstra
2017-09-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-25Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-09-25blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long
2017-09-23tracing: Remove RCU work arounds from stack tracerSteven Rostedt (VMware)
2017-09-20Merge tag 'trace-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-09-19tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan
2017-09-19tracing: Ignore mmiotrace from kernel commandlineZiqian SUN (Zamir)
2017-09-19tracing: Erase irqsoff trace with empty writeBo Yan
2017-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-09-11perf/bpf: fix a clang compilation issueYonghong Song
2017-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan
2017-09-08Merge tag 'trace-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-06tracing: Apply trace_clock changes to instance max bufferBaohong Liu
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-09-05tracing: Fix clear of RECORDED_TGID flag when disabling trace eventChunyu Hu
2017-09-05tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-01ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)
2017-09-01ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)
2017-08-31ftrace: Zero out ftrace hashes when a module is removedSteven Rostedt (VMware)
2017-08-31tracing: Only have rmmod clear buffers that its events were active inSteven Rostedt (VMware)
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming
2017-08-24Merge tag 'trace-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-08-24tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)
2017-08-24tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu
2017-08-24ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-15bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann
2017-08-07bpf: add support for sys_enter_* and sys_exit_* tracepointsYonghong Song
2017-08-02ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPUSteven Rostedt (VMware)
2017-08-02tracing: Missing error code in tracer_alloc_buffers()Dan Carpenter
2017-08-02tracing: Call clear_boot_tracer() at lateinit_syncSteven Rostedt (VMware)
2017-07-29block: use standard blktrace API to output cgroup info for debug notesShaohua Li
2017-07-29blktrace: add an option to allow displaying cgroup pathShaohua Li
2017-07-29blktrace: export cgroup info in traceShaohua Li
2017-07-20trace: fix the errors caused by incompatible type of RCU variablesChunyan Zhang
2017-07-20tracing: Fix kmemleak in instance_rmdirChunyu Hu