1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
| [root@ubuntu-22 geektime] In file included from <built-in>:2: In file included from /virtual/include/bcc/bpf.h:12: In file included from include/linux/types.h:6: In file included from include/uapi/linux/types.h:14: In file included from include/uapi/linux/posix_types.h:5: In file included from include/linux/stddef.h:5: In file included from include/uapi/linux/stddef.h:5: In file included from include/linux/compiler_types.h:80: include/linux/compiler-clang.h:41:9: warning: '__HAVE_BUILTIN_BSWAP32__' macro redefined [-Wmacro-redefined]
^ <command line>:4:9: note: previous definition is here
^ In file included from <built-in>:2: In file included from /virtual/include/bcc/bpf.h:12: In file included from include/linux/types.h:6: In file included from include/uapi/linux/types.h:14: In file included from include/uapi/linux/posix_types.h:5: In file included from include/linux/stddef.h:5: In file included from include/uapi/linux/stddef.h:5: In file included from include/linux/compiler_types.h:80: include/linux/compiler-clang.h:42:9: warning: '__HAVE_BUILTIN_BSWAP64__' macro redefined [-Wmacro-redefined]
^ <command line>:5:9: note: previous definition is here
^ In file included from <built-in>:2: In file included from /virtual/include/bcc/bpf.h:12: In file included from include/linux/types.h:6: In file included from include/uapi/linux/types.h:14: In file included from include/uapi/linux/posix_types.h:5: In file included from include/linux/stddef.h:5: In file included from include/uapi/linux/stddef.h:5: In file included from include/linux/compiler_types.h:80: include/linux/compiler-clang.h:43:9: warning: '__HAVE_BUILTIN_BSWAP16__' macro redefined [-Wmacro-redefined]
^ <command line>:3:9: note: previous definition is here
^ 3 warnings generated. b' systemd-oomd-636 [001] d...1 7270.693212: bpf_trace_printk: Hello, World!' b' systemd-oomd-636 [001] d...1 7270.693407: bpf_trace_printk: Hello, World!' b' head-43243 [000] d...1 7271.246610: bpf_trace_printk: Hello, World!' b' head-43243 [000] d...1 7271.246653: bpf_trace_printk: Hello, World!' b' head-43243 [000] d...1 7271.246911: bpf_trace_printk: Hello, World!' b' head-43243 [000] d...1 7271.247487: bpf_trace_printk: Hello, World!' b' head-43243 [000] d...1 7271.247529: bpf_trace_printk: Hello, World!' b' <...>-43244 [000] d...1 7271.248757: bpf_trace_printk: Hello, World!' b' <...>-43244 [000] d...1 7271.248848: bpf_trace_printk: Hello, World!' b' <...>-43245 [000] d...1 7271.249767: bpf_trace_printk: Hello, World!' b' <...>-43245 [000] d...1 7271.249825: bpf_trace_printk: Hello, World!' b' who-43246 [000] d...1 7271.251964: bpf_trace_printk: Hello, World!' b' who-43246 [000] d...1 7271.252028: bpf_trace_printk: Hello, World!' b' <...>-43247 [000] d...1 7271.253499: bpf_trace_printk: Hello, World!' b' <...>-43247 [000] d...1 7271.253554: bpf_trace_printk: Hello, World!' b' systemd-oomd-636 [001] d...1 7271.943581: bpf_trace_printk: Hello, World!' b' systemd-oomd-636 [001] d...1 7272.943654: bpf_trace_printk: Hello, World!' b' head-43255 [000] d...1 7273.267842: bpf_trace_printk: Hello, World!' b' head-43255 [000] d...1 7273.268730: bpf_trace_printk: Hello, World!' b' tail-43256 [000] d...1 7273.272320: bpf_trace_printk: Hello, World!' b' tail-43256 [000] d...1 7273.272921: bpf_trace_printk: Hello, World!' b' tail-43256 [000] d...1 7273.273573: bpf_trace_printk: Hello, World!' b' tail-43256 [000] d...1 7273.274131: bpf_trace_printk: Hello, World!'
|