|
@@ -323,5 +323,8 @@ int filename__read_int(const char *filename, int *value);
|
|
int filename__read_str(const char *filename, char **buf, size_t *sizep);
|
|
int filename__read_str(const char *filename, char **buf, size_t *sizep);
|
|
int perf_event_paranoid(void);
|
|
int perf_event_paranoid(void);
|
|
|
|
|
|
|
|
+void mem_bswap_64(void *src, int byte_size);
|
|
|
|
+void mem_bswap_32(void *src, int byte_size);
|
|
|
|
+
|
|
const char *get_filename_for_perf_kvm(void);
|
|
const char *get_filename_for_perf_kvm(void);
|
|
#endif /* GIT_COMPAT_UTIL_H */
|
|
#endif /* GIT_COMPAT_UTIL_H */
|