Searched refs:tmp_id (Results 1 – 2 of 2) sorted by relevance
435 char *tmp_id, *p; in expr__has_event() local437 tmp_id = strdup(id); in expr__has_event()438 if (!tmp_id) { in expr__has_event()442 p = strchr(tmp_id, '@'); in expr__has_event()444 p = strrchr(tmp_id, '@'); in expr__has_event()446 ret = parse_event(tmp, tmp_id) ? 0 : 1; in expr__has_event()447 free(tmp_id); in expr__has_event()
579 unsigned int tmp_id; in _set_uncore_min_max() local595 ret = fscanf(filep, "%u", &tmp_id); in _set_uncore_min_max()600 if (tmp_id != id->punit) in _set_uncore_min_max()611 ret = fscanf(filep, "%u", &tmp_id); in _set_uncore_min_max()617 if (tmp_id != id->pkg) in _set_uncore_min_max()