summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2017-10-10tracing: Add support for preempt and irq enable/disable eventsJoel Fernandes-1/+46
2017-10-10sched/debug: Rename task-state printing helpersPeter Zijlstra-10/+10
2017-10-07bpf: add helper bpf_perf_prog_read_valueYonghong Song-0/+28
2017-10-07bpf: add helper bpf_perf_event_read_value for perf event array mapYonghong Song-4/+41
2017-10-07bpf: perf event change needed for subsequent bpf helpersYonghong Song-1/+1
2017-10-06tracing: Prepare to add preempt and irq trace eventsJoel Fernandes-26/+74
2017-10-05ftrace/kallsyms: Have /proc/kallsyms show saved mod init functionsSteven Rostedt (VMware)-0/+40
2017-10-05ftrace: Add freeing algorithm to free ftrace_mod_mapsSteven Rostedt (VMware)-2/+30
2017-10-05ftrace: Save module init functions kallsyms symbols for tracingSteven Rostedt (VMware)-2/+144
2017-10-05ftrace: Allow module init functions to be tracedSteven Rostedt (VMware)-2/+4
2017-10-04ftrace: Add a ftrace_free_mem() function for modules to useSteven Rostedt (VMware)-3/+11
2017-10-04tracing: Reimplement log2Tom Zanussi-4/+27
2017-10-04tracing: Add hist_field_name() accessorTom Zanussi-22/+45
2017-10-04tracing: Clean up hist_field_flags enumTom Zanussi-10/+10
2017-10-04tracing: Make traceprobe parsing code reusableTom Zanussi-103/+103
2017-10-04tracing: Increase tracing map KEYS_MAX sizeTom Zanussi-1/+1
2017-10-04tracing: Remove lookups from tracing_map hitcountTom Zanussi-1/+2
2017-10-04tracing: Exclude 'generic fields' from histogramsTom Zanussi-2/+2
2017-10-04ring-buffer: Rewrite trace_recursive_(un)lock() to be simplerSteven Rostedt (VMware)-47/+17
2017-10-04tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)-16/+20
2017-10-04tracing: Remove redundant unread variable retColin Ian King-4/+2
2017-10-04tracing: Remove obsolete sched_switch tracer selftestJoel Fernandes-34/+0
2017-10-04Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-14/+0
2017-10-03ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang-14/+0
2017-09-29sched/tracing: Use common task-state helpersPeter Zijlstra-19/+10
2017-09-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+12
2017-09-25Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-15/+0
2017-09-25blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long-6/+12
2017-09-23tracing: Remove RCU work arounds from stack tracerSteven Rostedt (VMware)-15/+0
2017-09-20Merge tag 'trace-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+19
2017-09-19tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan-1/+1
2017-09-19tracing: Ignore mmiotrace from kernel commandlineZiqian SUN (Zamir)-0/+10
2017-09-19tracing: Erase irqsoff trace with empty writeBo Yan-2/+8
2017-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+1
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko-1/+1
2017-09-11perf/bpf: fix a clang compilation issueYonghong Song-1/+1
2017-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan-1/+1
2017-09-08Merge tag 'trace-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-19/+82
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds-78/+183
2017-09-06tracing: Apply trace_clock changes to instance max bufferBaohong Liu-1/+1
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+51
2017-09-05tracing: Fix clear of RECORDED_TGID flag when disabling trace eventChunyu Hu-1/+1
2017-09-05tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)-1/+7
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-16/+38
2017-09-01ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)-4/+6
2017-09-01ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)-1/+1
2017-08-31ftrace: Zero out ftrace hashes when a module is removedSteven Rostedt (VMware)-3/+55
2017-08-31tracing: Only have rmmod clear buffers that its events were active inSteven Rostedt (VMware)-8/+11
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming-6/+8