summaryrefslogtreecommitdiffstats
path: root/kernel/trace/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-07-181-1/+11
|\
| * tracing: Make a separate config for trace event self testsSteven Rostedt (VMware)2019-05-261-1/+11
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* tracing: stop making gpio tracing configurableUwe Kleine-König2019-04-081-7/+0Star
* kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada2019-02-271-0/+1
* tracing: Use dyn_event framework for synthetic eventsMasami Hiramatsu2018-12-091-0/+1
* tracing/uprobes: Use dyn_event framework for uprobe eventsMasami Hiramatsu2018-12-091-0/+1
* tracing/kprobes: Use dyn_event framework for kprobe eventsMasami Hiramatsu2018-12-091-0/+1
* tracing: Add unified dynamic event frameworkMasami Hiramatsu2018-12-091-0/+3
* Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2018-08-231-0/+12
|\
| * tracing: Allow gcov profiling on only ftrace subsystemMasami Hiramatsu2018-08-211-0/+12
* | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-211-5/+57
|\|
| * tracing: Add -mcount-nop option supportVasily Gorbik2018-08-161-0/+5
| * tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)2018-07-311-5/+17
| * tracing: kprobes: Prohibit probing on notrace functionMasami Hiramatsu2018-07-311-0/+20
| * lib: Add module for testing preemptoff/irqsoff latency tracersJoel Fernandes (Google)2018-07-261-0/+15
* | doc: tracing: Fix a typo of trace_statMasami Hiramatsu2018-07-261-1/+1
* | docs: histogram.txt: convert it to ReST file formatMauro Carvalho Chehab2018-07-021-1/+1
|/
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-8/+8
* tracing: Remove PPC32 wart from config TRACING_SUPPORTMichael Ellerman2018-05-031-5/+1Star
* tracing: Add inter-event blurb to HIST_TRIGGERS config optionTom Zanussi2018-03-101-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-1/+1
|\
| * tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=yRandy Dunlap2018-01-151-1/+1
* | error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-131-1/+1
* | tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu2018-01-131-2/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-181-0/+11
|\ \ | |/ |/|
| * bpf: add a bpf_override_function helperJosef Bacik2017-12-121-0/+11
* | tracing: make PREEMPTIRQ_EVENTS depend on TRACINGArnd Bergmann2017-12-041-0/+1
|/
* Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-11-171-0/+11
|\
| * tracing: Add support for preempt and irq enable/disable eventsJoel Fernandes2017-10-111-0/+11
* | tracing: Kconfig text fixes for CONFIG_HWLAT_TRACERJesper Dangaard Brouer2017-10-121-2/+2
|/
* tracing: Rename update the enum_map fileJeremy Linton2017-06-131-11/+11
* Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-05-041-1/+2
|\
| * ftrace: Add use of synchronize_rcu_tasks() with dynamic trampolinesSteven Rostedt (VMware)2017-04-071-1/+2
* | uprobes: Default UPROBES_EVENTS to YArnaldo Carvalho de Melo2017-03-161-1/+1
|/
* perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTSAnton Blanchard2017-03-011-3/+3
* ftrace: Support full glob matchingMasami Hiramatsu2016-11-141-0/+2
* Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-10-061-0/+35
|\
| * tracing: Added hardware latency tracerSteven Rostedt (Red Hat)2016-09-021-0/+35
* | ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf2016-08-241-5/+0Star
|/
* tracing: Have HIST_TRIGGERS select TRACINGTom Zanussi2016-07-051-0/+1
* tracing: Add 'hist' event trigger commandTom Zanussi2016-04-191-0/+16
* tracing: Fix TRACING_MAP KconfigSteven Rostedt (Red Hat)2016-04-191-3/+0Star
* tracing: Add lock-free tracing_mapTom Zanussi2016-04-191-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-111-1/+1
|\
| * bpf_trace: Make dependent on PERF_EVENTSSteven Rostedt2015-11-101-1/+1
* | tracing: gpio: Add Kconfig option for enabling/disabling trace eventsTal Shorer2015-10-211-0/+7
|/
* tracing, perf: Implement BPF programs attached to uprobesWang Nan2015-08-061-1/+1
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-141-0/+8
|\
| * bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more ...Ingo Molnar2015-04-021-0/+8