Namespace kernel version macros
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 9 Feb 2021 18:36:29 +0000 (13:36 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Feb 2021 15:10:35 +0000 (10:10 -0500)
commit2d0428212cbfa3f8428feee160b095f48c2ac974
treec0d0d2a5ce9514d18f7df1ee9eb8a96034634b5d
parente0f2366419fc59700e575bab82a41255c51de2dc
Namespace kernel version macros

This patch replaces all uses of the LINUX_VERSION_CODE and
KERNEL_VERSION macros by an 'LTTNG_' prefixed version, this will allow
us to override them.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I2f6c13372e83564bd517c81ed7e2a696da8ee8ec
99 files changed:
instrumentation/events/lttng-module/9p.h
instrumentation/events/lttng-module/arch/x86/exceptions.h
instrumentation/events/lttng-module/arch/x86/irq_vectors.h
instrumentation/events/lttng-module/arch/x86/kvm/mmutrace.h
instrumentation/events/lttng-module/arch/x86/kvm/trace.h
instrumentation/events/lttng-module/asoc.h
instrumentation/events/lttng-module/block.h
instrumentation/events/lttng-module/btrfs.h
instrumentation/events/lttng-module/compaction.h
instrumentation/events/lttng-module/ext3.h
instrumentation/events/lttng-module/ext4.h
instrumentation/events/lttng-module/jbd.h
instrumentation/events/lttng-module/jbd2.h
instrumentation/events/lttng-module/kmem.h
instrumentation/events/lttng-module/kvm.h
instrumentation/events/lttng-module/lttng-statedump.h
instrumentation/events/lttng-module/lttng-test.h
instrumentation/events/lttng-module/mm_vmscan.h
instrumentation/events/lttng-module/module.h
instrumentation/events/lttng-module/napi.h
instrumentation/events/lttng-module/net.h
instrumentation/events/lttng-module/power.h
instrumentation/events/lttng-module/preemptirq.h
instrumentation/events/lttng-module/printk.h
instrumentation/events/lttng-module/random.h
instrumentation/events/lttng-module/rcu.h
instrumentation/events/lttng-module/regmap.h
instrumentation/events/lttng-module/rpc.h
instrumentation/events/lttng-module/sched.h
instrumentation/events/lttng-module/scsi.h
instrumentation/events/lttng-module/signal.h
instrumentation/events/lttng-module/skb.h
instrumentation/events/lttng-module/sock.h
instrumentation/events/lttng-module/timer.h
instrumentation/events/lttng-module/v4l2.h
instrumentation/events/lttng-module/workqueue.h
instrumentation/events/lttng-module/writeback.h
lib/ringbuffer/backend_types.h
lib/ringbuffer/frontend_types.h
lib/ringbuffer/ring_buffer_backend.c
lib/ringbuffer/ring_buffer_frontend.c
lib/ringbuffer/ring_buffer_iterator.c
lib/ringbuffer/ring_buffer_mmap.c
lib/ringbuffer/ring_buffer_splice.c
lttng-abi.c
lttng-context-cgroup-ns.c
lttng-context-ipc-ns.c
lttng-context-mnt-ns.c
lttng-context-net-ns.c
lttng-context-perf-counters.c
lttng-context-pid-ns.c
lttng-context-user-ns.c
lttng-context-uts-ns.c
lttng-cpuhotplug.h
lttng-events.c
lttng-events.h
lttng-kernel-version.h
lttng-statedump-impl.c
lttng-syscalls.c
probes/lttng-probe-btrfs.c
probes/lttng-probe-ext3.c
probes/lttng-probe-kvm-x86-mmu.c
probes/lttng-probe-kvm-x86.c
probes/lttng-probe-lock.c
probes/lttng.c
tests/probes/lttng-test.c
wrapper/atomic.h
wrapper/compiler.h
wrapper/fdtable.c
wrapper/fdtable.h
wrapper/file.h
wrapper/fs.h
wrapper/irq.h
wrapper/irqdesc.c
wrapper/irqflags.h
wrapper/kallsyms.c
wrapper/kallsyms.h
wrapper/kprobes.h
wrapper/kref.h
wrapper/mm.h
wrapper/namespace.h
wrapper/objtool.h
wrapper/page_alloc.c
wrapper/page_alloc.h
wrapper/percpu-defs.h
wrapper/perf.h
wrapper/rcu.h
wrapper/splice.c
wrapper/syscall.h
wrapper/time.h
wrapper/timer.h
wrapper/trace-clock.h
wrapper/tracepoint.h
wrapper/uaccess.h
wrapper/uprobes.h
wrapper/user_namespace.h
wrapper/uuid.h
wrapper/vmalloc.h
wrapper/writeback.h
This page took 0.034382 seconds and 4 git commands to generate.