Searched refs:pconfig_str (Results 1 – 1 of 1) sorted by relevance
4757 for (char *pconfig_str = &config_str[0]; pconfig_str;) { in read_perf_config() local4758 if (sscanf(pconfig_str, "event=%x", &config) == 1) { in read_perf_config()4763 if (sscanf(pconfig_str, "umask=%x", &umask) == 1) { in read_perf_config()4769 pconfig_str = strchr(pconfig_str, ','); in read_perf_config()4770 if (pconfig_str) { in read_perf_config()4771 *pconfig_str = '\0'; in read_perf_config()4772 ++pconfig_str; in read_perf_config()