========== source_inline - FAILED grep: warning: stray \ before + grep: warning: stray \ before + grep: warning: stray \ before - Detected inline keyword in C files +static inline void bt_init(struct backtrack_state *bt, u32 frame) +static inline void bt_reset(struct backtrack_state *bt) +static inline u32 bt_empty(struct backtrack_state *bt) +static inline int bt_subprog_enter(struct backtrack_state *bt) +static inline int bt_subprog_exit(struct backtrack_state *bt) +static inline void bt_clear_frame_reg(struct backtrack_state *bt, u32 frame, u32 reg) +static inline void bt_set_reg(struct backtrack_state *bt, u32 reg) +static inline void bt_clear_reg(struct backtrack_state *bt, u32 reg) +static inline void bt_clear_frame_slot(struct backtrack_state *bt, u32 frame, u32 slot) +static inline u32 bt_frame_reg_mask(struct backtrack_state *bt, u32 frame) +static inline u32 bt_reg_mask(struct backtrack_state *bt) +static inline u64 bt_frame_stack_mask(struct backtrack_state *bt, u32 frame) +static inline u64 bt_stack_mask(struct backtrack_state *bt) +static inline bool bt_is_reg_set(struct backtrack_state *bt, u32 reg)