Home
last modified time | relevance | path

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

/tools/perf/util/
A Dexpr.c437 char *tmp_id, *p; in expr__has_event() local
439 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()
/tools/power/x86/intel-speed-select/
A Disst-core-tpmi.c551 unsigned int tmp_id; in _set_uncore_min_max() local
567 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