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

12345678

/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.c460 subtest_state->name = strdup(subtest_name);
1209 subtest_state->name = strdup(msg.subtest_done.name);
/linux-master/scripts/mod/
H A Dmodpost.c375 s->namespace = NOFAIL(strdup(namespace));
631 char *munged = NOFAIL(strdup(symname));
/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/lib/subcmd/
H A Dparse-options.c564 ctx->argv[0] = strdup(ctx->opt - 1);
/linux-master/tools/perf/util/
H A Ds390-cpumsf.c1103 sf->logdir = strdup(value);
H A Darm-spe.c1114 evsel->name = strdup(name);
H A Dsort.c3194 str = strdup(tok);
3626 str = strdup(sort_keys);
3845 strp = str = strdup(field_order);
H A Dauxtrace.c2257 filt->str = fstr = strdup(*filter_inp);
/linux-master/tools/perf/ui/
H A Dbrowser.c589 fg = strdup(value);
/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.c2042 char *output = output_ ? strdup(output_) : NULL;
2043 char *sort = sort_ ? strdup(sort_) : NULL;
2196 c2c_he->nodestr = strdup(buf);
2909 char *tok, *tmp, *buf = strdup(cl_sort);
H A Dbuiltin-stat.c1065 metrics = strdup(str);
2732 stat_config.user_requested_cpu_list = strdup(target.cpu_list);
H A Dbuiltin-trace.c1401 file->pathname = strdup(pathname);
4147 symbol_conf.pid_list_str = strdup(trace->opts.target.pid);
4150 symbol_conf.tid_list_str = strdup(trace->opts.target.tid);
4613 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/fs/unicode/
H A Dmkutf8data.c1572 data->utf8nfdi = strdup(utf);
1581 data->utf8nfdicf = strdup(utf);
/linux-master/tools/perf/tests/
H A Dparse-events.c2787 *event = strdup(dent->d_name);
2788 *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.c2369 options[nr_options] = strdup(name);
2373 abs_path[nr_options] = strdup(path);
2397 tmp = strdup(abs_path[choice]);
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c176 walker = strdup(path);
221 walker = strdup(path);
5156 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 484 milliseconds

12345678