Lines Matching refs:strdup
212 term->config = strdup("config");
265 evsel->pmu_name = pmu ? strdup(pmu->name) : NULL;
268 evsel->name = strdup(name);
271 evsel->metric_id = strdup(metric_id);
320 evsel->unit = strdup("ns");
517 parse_events_error__handle(e, column, strdup(str), strdup(help));
733 ? strdup("expected numeric value")
734 : strdup("expected string value"),
788 strdup("Invalid term_type"), NULL);
878 strdup("invalid branch sample type"),
887 strdup("expected 0 or 1"),
929 strdup("expected 0 or 1"),
941 strdup("too big"),
952 strdup(config_term_name(term->type_term)),
1058 strdup(config_term_name(term->type_term)),
1059 strdup("valid terms: call-graph,stack-size\n"));
1106 __t->val.str = strdup(__val); \
1278 parse_events_error__handle(err, loc->first_column, strdup("unsupported tracepoint"),
1279 strdup("libtraceevent is necessary for tracepoint support"));
1479 evsel->unit = strdup(info.unit);
1507 config = strdup(str);
1792 evsel->name = strdup(name);
1918 evsel->group_pmu_name = strdup(group_pmu_name ?: "fake");
2479 .config = config ? : strdup(config_term_name(type_term)),
2513 strdup(config_term_name(term_rhs)),
2525 temp.config = strdup(term->config);
2532 str = strdup(term->val.str);
2639 parse_events_error__handle(parse_state->error, idx, strdup(str), NULL);