summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-11-1718-363/+703
|\
| * ftrace: Kill FTRACE_OPS_FL_PER_CPUPeter Zijlstra2017-10-161-49/+6
| * perf/ftrace: Small cleanupPeter Zijlstra2017-10-161-1/+1
| * perf/ftrace: Fix function trace eventsPeter Zijlstra2017-10-161-31/+49
| * perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Peter Zijlstra2017-10-164-8/+6
| * tracing: mark trace_test_buffer as __maybe_unusedArnd Bergmann2017-10-131-1/+1
| * ftrace: Clear hashes of stale ips of init memoryJoel Fernandes2017-10-101-0/+69
| * tracing: Add support for preempt and irq enable/disable eventsJoel Fernandes2017-10-103-1/+46
| * tracing: Prepare to add preempt and irq trace eventsJoel Fernandes2017-10-061-26/+74
| * ftrace/kallsyms: Have /proc/kallsyms show saved mod init functionsSteven Rostedt (VMware)2017-10-051-0/+40
| * ftrace: Add freeing algorithm to free ftrace_mod_mapsSteven Rostedt (VMware)2017-10-051-2/+30
| * ftrace: Save module init functions kallsyms symbols for tracingSteven Rostedt (VMware)2017-10-051-2/+144
| * ftrace: Allow module init functions to be tracedSteven Rostedt (VMware)2017-10-051-2/+4
| * ftrace: Add a ftrace_free_mem() function for modules to useSteven Rostedt (VMware)2017-10-041-3/+11
| * tracing: Reimplement log2Tom Zanussi2017-10-041-4/+27
| * tracing: Add hist_field_name() accessorTom Zanussi2017-10-041-22/+45
| * tracing: Clean up hist_field_flags enumTom Zanussi2017-10-041-10/+10
| * tracing: Make traceprobe parsing code reusableTom Zanussi2017-10-046-103/+103
| * tracing: Increase tracing map KEYS_MAX sizeTom Zanussi2017-10-041-1/+1
| * tracing: Remove lookups from tracing_map hitcountTom Zanussi2017-10-041-1/+2
| * tracing: Exclude 'generic fields' from histogramsTom Zanussi2017-10-041-2/+2
| * ring-buffer: Rewrite trace_recursive_(un)lock() to be simplerSteven Rostedt (VMware)2017-10-041-47/+17
| * tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)2017-10-042-16/+20
| * tracing: Remove redundant unread variable retColin Ian King2017-10-041-4/+2
| * tracing: Remove obsolete sched_switch tracer selftestJoel Fernandes2017-10-042-34/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-3/+0
|\ \
| * | kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-3/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-154-35/+185
|\ \ \ | |/ / |/| |
| * | bpf: change helper bpf_probe_read arg2 type to ARG_CONST_SIZE_OR_ZEROYonghong Song2017-11-141-2/+6
| * | bpf: Revert bpf_overrid_function() helper changes.David S. Miller2017-11-114-85/+7
| * | bpf: add a bpf_override_function helperJosef Bacik2017-11-114-7/+85
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0425-0/+25
| |\ \
| * | | bpf: avoid rcu_dereference inside bpf_event_mutex lock regionYonghong Song2017-11-011-10/+7
| * | | bpf: remove tail_call and get_stackid helper declarations from bpf.hGianluca Borello2017-10-271-0/+2
| * | | bpf: permit multiple bpf attachments for a single perf eventYonghong Song2017-10-254-26/+99
| * | | bpf: split verifier and program opsJakub Kicinski2017-10-181-3/+12
| * | | bpf: add helper bpf_perf_prog_read_valueYonghong Song2017-10-071-0/+28
| * | | bpf: add helper bpf_perf_event_read_value for perf event array mapYonghong Song2017-10-071-4/+41
| * | | bpf: perf event change needed for subsequent bpf helpersYonghong Song2017-10-071-1/+1
* | | | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+2
|\ \ \ \
| * | | | tracing: Kconfig text fixes for CONFIG_HWLAT_TRACERJesper Dangaard Brouer2017-10-121-2/+2
| |/ / /
* | | | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-20/+70
|\ \ \ \
| * | | | blktrace: fix unlocked registration of tracepointsJens Axboe2017-11-101-10/+22
| * | | | blktrace: fix unlocked access to init/start-stop/teardownJens Axboe2017-11-101-10/+48
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-132-10/+10
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-0825-0/+25
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | sched/debug: Rename task-state printing helpersPeter Zijlstra2017-10-102-10/+10
| | |_|/ / | |/| | |
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-131-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-0725-0/+25
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...Yonghong Song2017-10-271-1/+1
| | |/ / / | |/| | |
OpenPOWER on IntegriCloud