Displaying 3 results from an estimated 3 matches for "print_binary".
2012 Oct 12
9
[PATCH] Fits: tool to parse stream
...program; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 021110-1307, USA.
+ */
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <stdint.h>
+#include <string.h>
+#include <errno.h>
+#include <time.h>
+
+int print_binary = 0;
+
+/*
+ * stream definitions taken from send.h, (C) Alexander Block
+ */
+#define BTRFS_SEND_STREAM_MAGIC "btrfs-stream"
+#define BTRFS_SEND_STREAM_VERSION 1
+#define BTRFS_SEND_BUF_SIZE (1024 * 64)
+
+struct btrfs_stream_header {
+ char magic[sizeof(BTRFS_SEND_STREAM_MAGIC)];
+ uint...
2017 Oct 30
3
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...util/path.o
[ 75.192632]
[ 75.193221] CC builtin-ftrace.o
[ 75.193222]
[ 75.193763] CC builtin-help.o
[ 75.193764]
[ 75.194401] LINK plugin_cfg80211.so
[ 75.194402]
[ 75.195088] LD plugin_mac80211-in.o
[ 75.195089]
[ 75.195746] CC util/print_binary.o
[ 75.195747]
[ 75.196279] CC util/rbtree.o
[ 75.196280]
[ 75.196949] LD plugin_function-in.o
[ 75.196950]
[ 75.197541] CC util/libstring.o
[ 75.197543]
[ 75.198327] LD plugin_sched_switch-in.o
[ 75.198329]
[ 75.198856] CC util/bitma...
2017 Oct 30
3
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...util/path.o
[ 75.192632]
[ 75.193221] CC builtin-ftrace.o
[ 75.193222]
[ 75.193763] CC builtin-help.o
[ 75.193764]
[ 75.194401] LINK plugin_cfg80211.so
[ 75.194402]
[ 75.195088] LD plugin_mac80211-in.o
[ 75.195089]
[ 75.195746] CC util/print_binary.o
[ 75.195747]
[ 75.196279] CC util/rbtree.o
[ 75.196280]
[ 75.196949] LD plugin_function-in.o
[ 75.196950]
[ 75.197541] CC util/libstring.o
[ 75.197543]
[ 75.198327] LD plugin_sched_switch-in.o
[ 75.198329]
[ 75.198856] CC util/bitma...