Searched refs:tmp_id (Results 1 – 2 of 2) sorted by relevance
437 char *tmp_id, *p; in expr__has_event() local439 tmp_id = strdup(id); in expr__has_event()440 if (!tmp_id) { in expr__has_event()444 p = strchr(tmp_id, '@'); in expr__has_event()446 p = strrchr(tmp_id, '@'); in expr__has_event()448 ret = parse_event(tmp, tmp_id) ? 0 : 1; in expr__has_event()449 free(tmp_id); in expr__has_event()
551 unsigned int tmp_id; in _set_uncore_min_max() local567 ret = fscanf(filep, "%u", &tmp_id); in _set_uncore_min_max()572 if (tmp_id != id->punit) in _set_uncore_min_max()583 ret = fscanf(filep, "%u", &tmp_id); in _set_uncore_min_max()589 if (tmp_id != id->pkg) in _set_uncore_min_max()
Completed in 5 milliseconds