File tree Expand file tree Collapse file tree 4 files changed +1354
-0
lines changed Expand file tree Collapse file tree 4 files changed +1354
-0
lines changed Original file line number Diff line number Diff line change @@ -528,6 +528,19 @@ config MMIOTRACE
528
528
See Documentation/trace/mmiotrace.txt.
529
529
If you are not helping to develop drivers, say N.
530
530
531
+ config TRACING_MAP
532
+ bool
533
+ depends on ARCH_HAVE_NMI_SAFE_CMPXCHG
534
+ default n
535
+ help
536
+ tracing_map is a special-purpose lock-free map for tracing,
537
+ separated out as a stand-alone facility in order to allow it
538
+ to be shared between multiple tracers. It isn't meant to be
539
+ generally used outside of that context, and is normally
540
+ selected by tracers that use it.
541
+
542
+ If in doubt, say N.
543
+
531
544
config MMIOTRACE_TEST
532
545
tristate "Test module for mmiotrace"
533
546
depends on MMIOTRACE && m
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ obj-$(CONFIG_TRACING) += trace_output.o
31
31
obj-$(CONFIG_TRACING) += trace_seq.o
32
32
obj-$(CONFIG_TRACING) += trace_stat.o
33
33
obj-$(CONFIG_TRACING) += trace_printk.o
34
+ obj-$(CONFIG_TRACING_MAP) += tracing_map.o
34
35
obj-$(CONFIG_CONTEXT_SWITCH_TRACER) += trace_sched_switch.o
35
36
obj-$(CONFIG_FUNCTION_TRACER) += trace_functions.o
36
37
obj-$(CONFIG_IRQSOFF_TRACER) += trace_irqsoff.o
You can’t perform that action at this time.
0 commit comments