Cleanup: debug-info: remove include indirection
[babeltrace.git] / src / plugins / lttng-utils / debug-info / utils.h
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
5 *
6 * Babeltrace - Debug Info Utilities
7 */
8
9 #ifndef BABELTRACE_PLUGIN_DEBUG_INFO_UTILS_H
10 #define BABELTRACE_PLUGIN_DEBUG_INFO_UTILS_H
11
12 #include <babeltrace2/babeltrace.h>
13
14 #include "common/macros.h"
15
16 /*
17 * Return the location of a path's file (the last element of the path).
18 * Returns the original path on error.
19 */
20 BT_HIDDEN
21 const char *get_filename_from_path(const char *path);
22
23 BT_HIDDEN
24 bt_bool is_event_common_ctx_dbg_info_compatible(
25 const bt_field_class *in_field_class,
26 const char *debug_info_field_class_name);
27
28 #endif /* BABELTRACE_PLUGIN_DEBUG_INFO_UTILS_H */
This page took 0.02912 seconds and 4 git commands to generate.