aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-08-23tracing/probes: Move finding func-proto API and getting func-param API to tra...Gravatar Masami Hiramatsu (Google) 1-0/+1
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Gravatar Masami Hiramatsu (Google) 1-0/+1
2022-07-30rv: Add Runtime Verification (RV) interfaceGravatar Daniel Bristot de Oliveira 1-0/+1
2022-05-26tracing: Disable kcov on trace_preemptirq.cGravatar Congyu Liu 1-0/+4
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-0/+2
2022-03-17rethook: Add a generic return hookGravatar Masami Hiramatsu 1-0/+1
2022-03-17fprobe: Add ftrace based probe APIsGravatar Masami Hiramatsu 1-0/+1
2022-02-10user_events: Add minimal support for trace_event into ftraceGravatar Beau Belgrave 1-0/+1
2021-10-05tracing: Place trace_pid_list logic into abstract functionsGravatar Steven Rostedt (VMware) 1-0/+1
2021-08-20tracing: Add a probe that attaches to trace eventsGravatar Tzvetomir Stoyanov (VMware) 1-0/+1
2021-06-25trace: Add osnoise tracerGravatar Daniel Bristot de Oliveira 1-0/+1
2021-02-26tracing: add error_report_end trace pointGravatar Alexander Potapenko 1-0/+1
2020-11-06ftrace: Add recording of functions that caused recursionGravatar Steven Rostedt (VMware) 1-0/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+2
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yGravatar Masahiro Yamada 1-2/+2
2020-07-13bpf: Use dedicated bpf_trace_printk event instead of trace_printk()Gravatar Alan Maguire 1-0/+2
2020-06-11Rebase locking/kcsan to locking/urgentGravatar Thomas Gleixner 1-0/+3
2020-06-01tracing: Move synthetic events to a separate fileGravatar Tom Zanussi 1-0/+1
2020-03-21kcsan, trace: Make KCSAN compatible with tracingGravatar Marco Elver 1-0/+3
2020-01-30tracing: Add kprobe event command generation test moduleGravatar Tom Zanussi 1-0/+1
2020-01-30tracing: Add synth event generation test moduleGravatar Tom Zanussi 1-0/+1
2020-01-13tracing/boot: Add boot-time tracingGravatar Masami Hiramatsu 1-0/+1
2019-12-02tracing: Introduce trace event injectionGravatar Cong Wang 1-0/+1
2018-12-08tracing: Add unified dynamic event frameworkGravatar Masami Hiramatsu 1-0/+1
2018-11-29fgraph: Create a fgraph.c file to store function graph infrastructureGravatar Steven Rostedt (VMware) 1-0/+1
2018-08-21tracing: Allow gcov profiling on only ftrace subsystemGravatar Masami Hiramatsu 1-0/+5
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageGravatar Joel Fernandes (Google) 1-1/+1
2018-07-30selftest/ftrace: Move kprobe selftest function to separate compile unitGravatar Francis Deslauriers 1-0/+5
2018-07-26lib: Add module for testing preemptoff/irqsoff latency tracersGravatar Joel Fernandes (Google) 1-0/+1
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-10tracing: Add support for preempt and irq enable/disable eventsGravatar Joel Fernandes 1-0/+1
2017-03-01perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTSGravatar Anton Blanchard 1-2/+2
2016-10-12Disable the __builtin_return_address() warning globally after allGravatar Linus Torvalds 1-4/+0
2016-09-02tracing: Added hardware latency tracerGravatar Steven Rostedt (Red Hat) 1-0/+1
2016-08-02Makefile: Mute warning for __builtin_return_address(>0) for tracing onlyGravatar Steven Rostedt 1-0/+4
2016-04-19tracing: Add 'hist' event trigger commandGravatar Tom Zanussi 1-0/+1
2016-04-19tracing: Add lock-free tracing_mapGravatar Tom Zanussi 1-0/+1
2015-04-02bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more ...Gravatar Ingo Molnar 1-1/+1
2015-04-02tracing, perf: Implement BPF programs attached to kprobesGravatar Alexei Starovoitov 1-0/+1
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-2/+2
2015-01-29ftrace: allow architectures to specify ftrace compile optionsGravatar Heiko Carstens 1-2/+2
2014-12-13tracing / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMGravatar Rafael J. Wysocki 1-1/+1
2014-07-01tracing: Move the trace_seq_* functions into its own trace_seq.c fileGravatar Steven Rostedt (Red Hat) 1-0/+1
2014-05-29tracing: Add tracepoint benchmark tracepointGravatar Steven Rostedt (Red Hat) 1-0/+3
2013-12-20tracing: Add basic event trigger frameworkGravatar Tom Zanussi 1-0/+1
2012-09-13trace: Stop compiling in trace_clock unconditionallyGravatar Josh Triplett 1-5/+1
2012-07-31ftrace: Only compile ftrace selftest if selftests are enabledGravatar Steven Rostedt 1-0/+2
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+2
2012-05-07tracing: Provide trace events interface for uprobesGravatar Srikar Dronamraju 1-0/+1