Lines Matching refs:int_name
2578 is_same (const char * regname, const char * int_name, char termchar) in is_same() argument
2583 char b = *int_name; in is_same()
2594 int_name++; in is_same()
2617 if (pctr->name && pctr->int_name && pctr->metric) in is_visible_alias()
2627 if (pctr->name && pctr->int_name && pctr->metric == NULL) in is_hidden_alias()
2638 hwcfuncs_parse_ctr (pctr->int_name, NULL, &nameOnly, NULL, NULL, ®no); in is_numeric_alias()
2783 pentry->int_name ? pentry->int_name : "NULL", in hwcentry_print()
2946 ptrarray_find (const Hwcentry **array, const char *name, const char *int_name, in ptrarray_find() argument
2957 if (int_name && int_name[0] != 0 && pctr->int_name) in ptrarray_find()
2959 if (NULL == strstr (int_name, pctr->int_name)) in ptrarray_find()
2992 static_table_find (const Hwcentry *table, const char *name, const char *int_name, in static_table_find() argument
3006 const Hwcentry *pctr = ptrarray_find (list, name, int_name, check_regno, regno); in static_table_find()
3032 if (pctr->int_name || !pctr->metric) in stdlist_print()
3053 if (pctr->metric || !pctr->int_name) in stdlist_print()
3141 if (!pentry->int_name) in check_tables()
3164 if (!pentry->int_name) in check_tables()
3168 else if (!strcmp (pentry->name, pentry->int_name)) in check_tables()
3182 if (pentry->int_name && !pentry->metric) in check_tables()
3184 if (!strcmp (pentry->name, pentry->int_name)) in check_tables()
3403 if (tmp_testevent.int_name == NULL) in try_a_counter()
3406 tmp_testevent.int_name = strdup (tmp_testevent.name); in try_a_counter()
3669 pret_ctr->int_name = NULL; /* so free doesn't try to free these pfound's ptrs */ in process_ctr_def()
3825 if (pfound->int_name) in process_ctr_def()
3831 pret_ctr->int_name = strdup (pfound->int_name); in process_ctr_def()
3836 size_t sz = strlen (pfound->int_name) + strlen (attrs) + 1; in process_ctr_def()
3839 snprintf (tbuf, sz, "%s%s", pfound->int_name, attrs); in process_ctr_def()
3840 pret_ctr->int_name = tbuf; in process_ctr_def()
3844 pret_ctr->int_name = strdup (uname); // user-supplied name in process_ctr_def()
4110 hwc_post_lookup (Hwcentry * pret_ctr, char *counter, char * int_name, int cpuver) in hwc_post_lookup() argument
4122 nameOnly, int_name, 0, REGNO_ANY); in hwc_post_lookup()
4125 nameOnly, int_name, 0, REGNO_ANY); in hwc_post_lookup()
4130 if (pret_ctr->int_name) in hwc_post_lookup()
4133 pret_ctr->int_name = strdup (pret_ctr->int_name); in hwc_post_lookup()
4138 pret_ctr->int_name, NULL, 0, REGNO_ANY); in hwc_post_lookup()
4144 pret_ctr->int_name = strdup (counter); in hwc_post_lookup()
4152 pret_ctr->int_name = strdup (counter); in hwc_post_lookup()
4233 else if (pctr->int_name != NULL) in hwc_i18n_metric()
4234 snprintf (metricbuf, sizeof (metricbuf), GTXT ("%s Events"), pctr->int_name); in hwc_i18n_metric()
4536 format_columns (buf, buflen, ctr->name, ctr->int_name, in hwc_hwcentry_string_internal()
5281 if (pctr->int_name) in hwc_process_raw_ctrs()
5282 pname = pctr->int_name; in hwc_process_raw_ctrs()
5357 isInList = ptrarray_find_by_name ((Hwcentry**) raw_out->array, pctr->int_name); in hwc_process_raw_ctrs()