osmo-bts/src/osmo-bts-trx
Harald Welte 430954630b initial support for static userspace probes via systemtap
This adds a --enable-systemtap configure option, which will then
add static tracepoints to the generated osmo-bts-* binary.

At this point, only two sets of tracepoints are supported, and
only in osmo-bts-trx: ul_data_{start,done} and dl_rts_{start,done}.

The probes are intended to be used for analyzing the amount of time
needed for processing of uplink bursts / generation of downlink bursts.

Change-Id: Ibb4962253f1a195dc1a54405bac058ccb2545799
2021-10-25 10:06:09 +00:00
..
Makefile.am initial support for static userspace probes via systemtap 2021-10-25 10:06:09 +00:00
l1_if.c Move lchan_init_lapdm inside lchan_set_state(LCHAN_S_ACTIVE) 2021-10-14 17:48:31 +02:00
l1_if.h [VAMOS] osmo-bts-trx: properly handle per-timeslot TSC values 2021-06-04 20:04:13 +00:00
loops.c [VAMOS] Re-organize osmo-bts-trx specific structures 2021-05-18 19:11:06 +00:00
loops.h [VAMOS] Re-organize osmo-bts-trx specific structures 2021-05-18 19:11:06 +00:00
main.c l1sap: check if BTS model supports interference reporting 2021-10-08 16:54:20 +06:00
probes.d initial support for static userspace probes via systemtap 2021-10-25 10:06:09 +00:00
sched_lchan_fcch_sch.c [VAMOS] common/scheduler: unify symbol names for training sequences 2021-06-01 02:46:43 +00:00
sched_lchan_pdtch.c osmo-bts-trx: return -ENODEV if 'bursts_p' is NULL 2021-09-24 23:41:44 +06:00
sched_lchan_rach.c [VAMOS] Re-organize osmo-bts-trx specific structures 2021-05-18 19:11:06 +00:00
sched_lchan_tchf.c scheduler: Fix lqual_cb not populated for TCH.ind 2021-09-28 12:02:15 +02:00
sched_lchan_tchh.c scheduler: Fix lqual_cb not populated for TCH.ind 2021-09-28 12:02:15 +02:00
sched_lchan_xcch.c struct gsm_lchan: group ACCH repetition state fields 2021-10-22 02:53:00 +03:00
sched_utils.h sched_lchan_tch_x: use functions to determine AMR tranmssion phase 2021-09-02 17:43:15 +00:00
scheduler_trx.c initial support for static userspace probes via systemtap 2021-10-25 10:06:09 +00:00
trx_if.c initial support for static userspace probes via systemtap 2021-10-25 10:06:09 +00:00
trx_if.h [VAMOS] osmo-bts-trx: properly handle per-timeslot TSC values 2021-06-04 20:04:13 +00:00
trx_provision_fsm.c osmo-bts-trx: fix potential NULL pointer dereference 2021-10-23 01:18:27 +03:00
trx_provision_fsm.h [VAMOS] osmo-bts-trx: properly handle per-timeslot TSC values 2021-06-04 20:04:13 +00:00
trx_vty.c osmo-bts-trx: refactor 'maxdly' / 'maxdlynb' commands 2021-10-13 20:01:08 +00:00