Namespace kernel version macros
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 9 Feb 2021 19:25:32 +0000 (14:25 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Feb 2021 15:11:42 +0000 (10:11 -0500)
commitb78104db53f97c10add30016e365855a26f6e01e
treef9147b8a901118cdaf4f5200bac2ec408a79750b
parent7381483908683d2077de407a3a052716afebda67
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: I541ffe0c013094016ad3156665ea615b3a0489d4
96 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/irq.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/lock.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/bug.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-perf-counters.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/kstrtox.h
wrapper/mm.h
wrapper/objtool.h
wrapper/page_alloc.c
wrapper/page_alloc.h
wrapper/percpu-defs.h
wrapper/perf.h
wrapper/rcu.h
wrapper/spinlock.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/uuid.h
wrapper/vmalloc.h
wrapper/vzalloc.h
wrapper/writeback.h
This page took 0.033962 seconds and 4 git commands to generate.