| 142 | } |
| 143 | |
| 144 | static void profile_buffer_discard(profile_buffer_t *buffer) { |
| 145 | free(buffer->data); |
| 146 | profile_buffer_init(buffer); |
| 147 | } |
| 148 | |
| 149 | const char *cbm_graph_tier_slug(cbm_graph_tier_t tier) { |
| 150 | static const char *const slugs[CBM_GRAPH_TIER_COUNT] = { |
no test coverage detected