Searched refs:strdup (Results 151 - 175 of 179) sorted by relevance

12345678

/linux-master/tools/lib/bpf/
H A Dbtf_dump.c1639 new_name = strdup(orig_name);
1681 *cached_name = strdup(new_name);
H A Dlinker.c264 sec->sec_name = strdup(sec_name);
301 linker->filename = strdup(file);
/linux-master/tools/perf/util/
H A Devlist.c292 evsel->name = strdup("dummy:u");
1874 s = strdup(str);
H A Dannotate-data.c283 member->var_name = strdup(dwarf_diename(die));
563 gvar->name = name ? strdup(name) : NULL;
H A Ds390-cpumsf.c1103 sf->logdir = strdup(value);
H A Darm-spe.c1114 evsel->name = strdup(name);
H A Dsort.c3203 str = strdup(tok);
3635 str = strdup(sort_keys);
3857 strp = str = strdup(field_order);
H A Dhist.c489 he->srcline = strdup(he->srcline);
H A Dauxtrace.c2264 filt->str = fstr = strdup(*filter_inp);
/linux-master/tools/testing/selftests/mm/
H A Dkhugepaged.c1130 buf = strdup(argv[0]);
/linux-master/tools/perf/
H A Dbuiltin-ftrace.c93 val_copy = strdup(val);
H A Dbuiltin-c2c.c2043 char *output = output_ ? strdup(output_) : NULL;
2044 char *sort = sort_ ? strdup(sort_) : NULL;
2197 c2c_he->nodestr = strdup(buf);
2906 char *tok, *tmp, *buf = strdup(cl_sort);
H A Dbuiltin-stat.c1045 metrics = strdup(str);
2705 stat_config.user_requested_cpu_list = strdup(target.cpu_list);
H A Dbuiltin-trace.c1415 file->pathname = strdup(pathname);
4161 symbol_conf.pid_list_str = strdup(trace->opts.target.pid);
4164 symbol_conf.tid_list_str = strdup(trace->opts.target.tid);
4627 trace->perfconfig_events = strdup(value);
/linux-master/tools/bpf/bpftool/
H A Dfeature.c481 values[i] = strdup(value);
H A Dprog.c2247 name = strdup(btf__name_by_offset(btf, t->name_off));
/linux-master/tools/lib/subcmd/
H A Dparse-options.c564 ctx->argv[0] = strdup(ctx->opt - 1);
/linux-master/fs/unicode/
H A Dmkutf8data.c1572 data->utf8nfdi = strdup(utf);
1581 data->utf8nfdicf = strdup(utf);
/linux-master/tools/perf/tests/
H A Dparse-events.c2785 *event = strdup(dent->d_name);
2786 *alias = strdup(buf);
/linux-master/scripts/
H A Dasn1_compiler.c627 grammar_name = strdup(p);
/linux-master/tools/objtool/
H A Delf.c1110 sec->name = strdup(name);
1112 perror("strdup");
/linux-master/tools/perf/ui/browsers/
H A Dhists.c2370 options[nr_options] = strdup(name);
2374 abs_path[nr_options] = strdup(path);
2398 tmp = strdup(abs_path[choice]);
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c184 walker = strdup(path);
229 walker = strdup(path);
5201 dup = strdup(path);
/linux-master/tools/testing/selftests/net/
H A Dnettest.c773 str = strdup(_str);
/linux-master/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c589 cpu_list = strdup(pcpus_string);
590 TEST_ASSERT(cpu_list, "strdup() allocation failed.");

Completed in 650 milliseconds

12345678