Lines Matching refs:str
84 enum perf_tool_event perf_tool_event__from_str(const char *str)
89 if (!strcmp(str, perf_tool_event__tool_names[i]))
333 tmp->val.str = strdup(pos->val.str);
334 if (tmp->val.str == NULL) {
965 callgraph_buf = term->val.str;
968 if (term->val.str && strcmp(term->val.str, "no")) {
970 parse_branch_str(term->val.str,
1453 zfree(&term->val.str);