summaryrefslogtreecommitdiffstats
path: root/kernel/trace/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
|/
* 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/+0
* 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-101-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-201-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
* | tracing: Add enum_map file to show enums that have been mappedSteven Rostedt (Red Hat)2015-04-081-0/+28
|/
* tracing: Remove function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TESTSteven Rostedt (Red Hat)2014-07-181-5/+0
* tracing: Add tracepoint benchmark tracepointSteven Rostedt (Red Hat)2014-05-291-0/+30
* uprobes: Kconfig dependency fixDavid A. Long2014-03-181-0/+1
* ring-buffer: Select IRQ_WORKSteven Rostedt (Red Hat)2013-05-031-1/+1
* Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-04-291-0/+49
|\
| * ring-buffer: Add ring buffer startup selftestSteven Rostedt (Red Hat)2013-03-151-0/+23
| * tracing: Add config option to allow snapshot to swap per cpuSteven Rostedt (Red Hat)2013-03-151-0/+23
| * tracing: Enable snapshot when any latency tracer is enabledSteven Rostedt (Red Hat)2013-03-151-0/+3
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-03-111-10/+14
|\ \ | |/
| * ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt2013-02-271-10/+14
* | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-201-15/+0
|\ \ | |/ |/|
| * PM / tracing: remove deprecated power trace APIPaul Gortmaker2013-01-261-15/+0
* | tracing: Make a snapshot feature available from userspaceHiraku Toyooka2013-01-301-0/+10
* | ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in KconfigMasami Hiramatsu2013-01-211-0/+8
|/
* tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt2012-11-021-0/+1
* trace: Stop compiling in trace_clock unconditionallyJosh Triplett2012-09-131-0/+5
* ftrace: Add -mfentry to Makefile on function tracerSteven Rostedt2012-08-231-0/+5
* Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-241-0/+20
|\
| * tracing: Provide trace events interface for uprobesSrikar Dronamraju2012-05-071-0/+16
| * tracing: Extract out common code for kprobes/uprobes trace eventsSrikar Dronamraju2012-05-071-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-1/+1
|\ \
| * | Fix "the the" in various KconfigMasanari Iida2012-04-181-1/+1
| |/
* | ftrace: Remove selecting FRAME_POINTER with FUNCTION_TRACERSteven Rostedt2012-05-161-1/+0
|/
* tracing: Do not select FRAME_POINTER on PPCGerlando Falauto2012-02-271-1/+1
* trace events: Update version number reference to new 3.x scheme for EVENT_POW...Jesper Juhl2011-07-251-1/+1
* ftrace: Build without frame pointers on MicroblazeMichal Simek2011-04-211-1/+1
* trace, documentation: Fix branch profiling location in debugfsDavid Rientjes2011-03-171-2/+2
* perf: Clean up power events by introducing new, more generic onesThomas Renninger2011-01-041-0/+15
* [S390] ftrace: build without frame pointers on s390Heiko Carstens2010-11-101-1/+1
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-10-211-1/+1
|\
| * ARM: 6314/1: ftrace: allow build without frame pointers on ARMRabin Vincent2010-09-021-1/+1
* | ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNTSteven Rostedt2010-10-141-1/+1
* | ftrace/x86: Add support for C version of recordmcountSteven Rostedt2010-10-141-0/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-071-11/+0
|\
| * workqueue: temporarily remove workqueue tracingTejun Heo2010-06-291-11/+0
* | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-061-2/+2
|\ \
OpenPOWER on IntegriCloud