srsLTE/lib/include/srsran/srslog
faluco a474a0f293 SRSLOG: Avoid calling unordered_map::emplace if element already exists since it will allocate even if the insertion is not going to take place. 2021-04-14 12:41:35 +02:00
..
bundled/fmt Add a tag to the string memory pool in fmt to discriminate between pool vs heap allocated buffers. Heap allocated buffers are used as a fallback mechanism when the buffer runs out of space. 2021-04-13 17:36:39 +02:00
detail - Use fprintf in the srsran_assert context incase the assert is being triggered by srslog producing a circular loop. 2021-03-25 19:00:06 +01:00
context.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
event_trace.h - Introduce a new tracer scoped object that only records if the event duration exceeds the programmed threshold. 2021-03-26 10:31:26 +01:00
formatter.h - Implement a pool to store dyn arg store objects in srslog to avoid allocations when passing arguments to the backend. 2021-03-23 14:55:34 +01:00
log_channel.h - Implement a pool to store dyn arg store objects in srslog to avoid allocations when passing arguments to the backend. 2021-03-23 14:55:34 +01:00
logger.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
shared_types.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
sink.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
srslog.h SRSLOG: Avoid calling unordered_map::emplace if element already exists since it will allocate even if the insertion is not going to take place. 2021-04-14 12:41:35 +02:00
srslog_c.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00