Searched refs:type_end (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/proc-info/ |
| H A D | main.c | 387 char *type_end = strrchr(cnt_name, '_'); in collectd_resolve_cnt_type() local 389 if ((type_end != NULL) && in collectd_resolve_cnt_type() 391 if (strncmp(type_end, "_errors", strlen("_errors")) == 0) in collectd_resolve_cnt_type() 399 else if (strncmp(type_end, "_placement", in collectd_resolve_cnt_type() 402 else if (strncmp(type_end, "_buff", strlen("_buff")) == 0) in collectd_resolve_cnt_type() 407 } else if ((type_end != NULL) && in collectd_resolve_cnt_type() 409 if (strncmp(type_end, "_errors", strlen("_errors")) == 0) in collectd_resolve_cnt_type() 420 } else if ((type_end != NULL) && in collectd_resolve_cnt_type() 422 if (strncmp(type_end, "_filters", strlen("_filters")) == 0) in collectd_resolve_cnt_type() 428 } else if ((type_end != NULL) && in collectd_resolve_cnt_type() [all …]
|