Home
last modified time | relevance | path

Searched refs:tmp_id (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dexpr.c436 char *tmp_id, *p; in expr__has_event()
438 tmp_id = strdup(id); in expr__has_event()
439 if (!tmp_id) { in expr__has_event()
443 p = strchr(tmp_id, '@'); in expr__has_event()
445 p = strrchr(tmp_id, '@'); in expr__has_event()
447 ret = parse_event(tmp, tmp_id) ? 0 : 1; in expr__has_event()
448 free(tmp_id); in expr__has_event()
435 char *tmp_id, *p; expr__has_event() local
/linux/tools/power/x86/intel-speed-select/
H A Disst-core-tpmi.c579 unsigned int tmp_id; in _set_uncore_min_max() local
595 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()