Searched refs:strdup (Results 101 - 125 of 179) sorted by relevance

12345678

/linux-master/tools/perf/util/
H A Dnamespaces.c202 RC_CHK_ACCESS(nnsi)->mntns_path = strdup(nsinfo__mntns_path(nsi));
H A Dbpf_off_cpu.c47 char *evname = strdup(OFFCPU_EVENT);
H A Ds390-sample-raw.c154 data->result = strdup(info->name);
H A Dunwind-libdw.c33 *debuginfo_file_name = strdup(dso->symsrc_filename);
H A Dsymbol-minimal.c265 ss->name = strdup(name);
H A Dcputopo.c444 node->pmu_name = strdup(pmu->name);
H A Dthread_map.c349 map->map[i].comm = strdup("dummy");
/linux-master/tools/lib/subcmd/
H A Dhelp.c232 path = paths = strdup(env_path);
/linux-master/tools/testing/selftests/bpf/
H A Dtrace_helpers.c37 tmp = strdup(name);
H A Dtest_sockmap.c1883 ptr = strdup(opt->whitelist);
1906 ptr = strdup(opt->blacklist);
2060 options.whitelist = strdup(optarg);
2065 options.blacklist = strdup(optarg);
H A Dtesting_helpers.c225 input = strdup(s);
/linux-master/tools/perf/
H A Dbuiltin-report.c147 default_sort_order = strdup(value);
661 help = strdup("Cannot load tips.txt file, please install perf!");
1513 annotate_opts.disassembler_style = strdup(disassembler_style);
1518 annotate_opts.objdump_path = strdup(objdump_path);
1523 symbol_conf.addr2line_path = strdup(addr2line_path);
H A Dbuiltin-lock.c383 orig = tmp = strdup(str);
507 new->name = strdup(name);
2360 s = strdup(str);
2401 char *sym = strdup(name);
2427 s = strdup(str);
2463 s = strdup(str);
2538 s = strdup(str);
H A Dbuiltin-buildid-cache.c359 di->urls = strdup(value);
H A Dbuiltin-script.c3008 return strdup(script);
3054 script_name = strdup(script);
3066 char *str = strdup(arg);
3260 s->name = strdup(name);
3343 desc->half_liner = strdup(skip_spaces(p));
3349 desc->args = strdup(skip_spaces(p));
3363 script_root = strdup(script_dirent->d_name);
3443 char *arg = strdup(s);
3636 return strdup(script_path);
/linux-master/tools/bpf/
H A Dbpf_dbg.c1066 char *subcmd, *cont = NULL, *tmp = strdup(arg);
1258 char *cmd, *cont, *tmp = strdup(arg);
1292 return strdup(name);
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y282 prefix = strdup($3);
294 patch_arg_list = strdup($3);
1615 cur_symbol->info.macroinfo->body = strdup(bodytext);
/linux-master/tools/thermal/thermometer/
H A Dthermometer.c279 thermometer->tz[thermometer->nr_tz].name = strdup(name);
/linux-master/tools/accounting/
H A Dgetdelays.c328 logfile = strdup(optarg);
/linux-master/tools/perf/bench/
H A Dnuma.c529 p0.cpu_list_str = strdup(arg);
547 str0 = str = strdup(g->p.cpu_list_str);
677 p0.node_list_str = strdup(arg);
695 str0 = str = strdup(g->p.node_list_str);
/linux-master/tools/perf/arch/x86/util/
H A Diostat.c261 filter_copy = strdup(filter);
/linux-master/tools/bpf/bpftool/
H A Dcgroup.c437 return strdup(mnt->mnt_dir);
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrlfs.c704 return strdup(line);
/linux-master/tools/testing/selftests/net/
H A Dso_txtime.c396 arg = strdup(optarg);
398 error(1, errno, "strdup");
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c435 os_build = strdup(uts_buf.release);
487 p = strdup(value);
492 p = strdup(value);
522 p = strdup(buf);
533 p = strdup(buf);
544 p = strdup(buf);
602 if_name = strdup(entry->d_name);
641 mac_addr = strdup(p);

Completed in 605 milliseconds

12345678