aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds18-363/+703
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+0
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-3/+0
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-35/+185
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-20/+70
2017-11-14bpf: change helper bpf_probe_read arg2 type to ARG_CONST_SIZE_OR_ZEROYonghong Song1-2/+6
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+10
2017-11-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-11bpf: Revert bpf_overrid_function() helper changes.David S. Miller4-85/+7
2017-11-11bpf: add a bpf_override_function helperJosef Bacik4-7/+85
2017-11-10blktrace: fix unlocked registration of tracepointsJens Axboe1-10/+22
2017-11-10blktrace: fix unlocked access to init/start-stop/teardownJens Axboe1-10/+48
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar25-0/+25
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar25-0/+25
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar25-0/+25
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-0/+25
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman25-0/+25
2017-11-01bpf: avoid rcu_dereference inside bpf_event_mutex lock regionYonghong Song1-10/+7
2017-10-27bpf: remove tail_call and get_stackid helper declarations from bpf.hGianluca Borello1-0/+2
2017-10-27perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf event change needed for subsequent bpf helpers"Yonghong Song1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland3-3/+3
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song4-26/+99
2017-10-18bpf: split verifier and program opsJakub Kicinski1-3/+12
2017-10-16ftrace: Kill FTRACE_OPS_FL_PER_CPUPeter Zijlstra1-49/+6
2017-10-16perf/ftrace: Small cleanupPeter Zijlstra1-1/+1
2017-10-16perf/ftrace: Fix function trace eventsPeter Zijlstra1-31/+49
2017-10-16perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:function")Peter Zijlstra4-8/+6
2017-10-13tracing: mark trace_test_buffer as __maybe_unusedArnd Bergmann1-1/+1
2017-10-12tracing: Kconfig text fixes for CONFIG_HWLAT_TRACERJesper Dangaard Brouer1-2/+2
2017-10-10ftrace: Clear hashes of stale ips of init memoryJoel Fernandes1-0/+69
2017-10-10tracing: Add support for preempt and irq enable/disable eventsJoel Fernandes3-1/+46
2017-10-10sched/debug: Rename task-state printing helpersPeter Zijlstra2-10/+10
2017-10-07bpf: add helper bpf_perf_prog_read_valueYonghong Song1-0/+28
2017-10-07bpf: add helper bpf_perf_event_read_value for perf event array mapYonghong Song1-4/+41
2017-10-07bpf: perf event change needed for subsequent bpf helpersYonghong Song1-1/+1
2017-10-06tracing: Prepare to add preempt and irq trace eventsJoel Fernandes1-26/+74
2017-10-05ftrace/kallsyms: Have /proc/kallsyms show saved mod init functionsSteven Rostedt (VMware)1-0/+40
2017-10-05ftrace: Add freeing algorithm to free ftrace_mod_mapsSteven Rostedt (VMware)1-2/+30
2017-10-05ftrace: Save module init functions kallsyms symbols for tracingSteven Rostedt (VMware)1-2/+144
2017-10-05ftrace: Allow module init functions to be tracedSteven Rostedt (VMware)1-2/+4
2017-10-04ftrace: Add a ftrace_free_mem() function for modules to useSteven Rostedt (VMware)1-3/+11
2017-10-04tracing: Reimplement log2Tom Zanussi1-4/+27
2017-10-04tracing: Add hist_field_name() accessorTom Zanussi1-22/+45
2017-10-04tracing: Clean up hist_field_flags enumTom Zanussi1-10/+10
2017-10-04tracing: Make traceprobe parsing code reusableTom Zanussi6-103/+103
2017-10-04tracing: Increase tracing map KEYS_MAX sizeTom Zanussi1-1/+1
2017-10-04tracing: Remove lookups from tracing_map hitcountTom Zanussi1-1/+2
2017-10-04tracing: Exclude 'generic fields' from histogramsTom Zanussi1-2/+2
2017-10-04ring-buffer: Rewrite trace_recursive_(un)lock() to be simplerSteven Rostedt (VMware)1-47/+17