libosmocore 1.14.0
Osmocom core library
Loading...
Searching...
No Matches
backtrace.c File Reference

Routines related to generating call back traces. More...

#include <stdio.h>
#include <stdlib.h>
#include "config.h"
#include <osmocom/core/utils.h>
#include <osmocom/core/logging.h>

Functions

void osmo_generate_backtrace (void)
void osmo_log_backtrace (int subsys, int level)

Detailed Description

Routines related to generating call back traces.

Function Documentation

◆ osmo_generate_backtrace()

void osmo_generate_backtrace ( void )

Referenced by osmo_panic_default().

◆ osmo_log_backtrace()

void osmo_log_backtrace ( int subsys,
int level )

References level, LOGP, and subsys.

Referenced by _osmo_fsm_inst_dispatch().