- Global map_root::create
- Needs to be per-cpu data for SMP support
- Group alloc
- Need error handling for memory allocations
- Group alloc
- Some of these currently use kmalloc (GFP_ATOMIC) for small allocations. This should be evaluated for performance and stability.
- Global _stp_print (const char *fmt,...)
- Needs replaced with something much faster that does not use the system log.
- Global _stp_print_str (char *str)
- Needs replaced with something much faster that does not use the system log.
- Global dlog (const char *fmt,...)
- Either deprecate or redefine this as a way to log debug or status messages, separate from the normal program output.
- Global _stp_map_set_stat (MAP map, stat *stats)
- Histograms don't work yet.
- Global _stp_map_stat_add (MAP map, int64_t val)
- Histograms don't work yet.
- Group scbuf
- Need careful review of these to insure safety.