Searched refs:type_end (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/proc-info/ |
| H A D | main.c | 405 char *type_end = strrchr(cnt_name, '_'); in collectd_resolve_cnt_type() local 407 if ((type_end != NULL) && in collectd_resolve_cnt_type() 409 if (strncmp(type_end, "_errors", strlen("_errors")) == 0) in collectd_resolve_cnt_type() 417 else if (strncmp(type_end, "_placement", in collectd_resolve_cnt_type() 420 else if (strncmp(type_end, "_buff", strlen("_buff")) == 0) in collectd_resolve_cnt_type() 425 } else if ((type_end != NULL) && in collectd_resolve_cnt_type() 427 if (strncmp(type_end, "_errors", strlen("_errors")) == 0) in collectd_resolve_cnt_type() 438 } else if ((type_end != NULL) && in collectd_resolve_cnt_type() 440 if (strncmp(type_end, "_filters", strlen("_filters")) == 0) in collectd_resolve_cnt_type() 444 } else if ((type_end != NULL) && in collectd_resolve_cnt_type() [all …]
|