Home
last modified time | relevance | path

Searched refs:strdup (Results 276 - 300 of 330) sorted by relevance

1...<<11121314

/kernel/linux/linux-5.10/tools/testing/selftests/kvm/aarch64/
H A Dget-reg-list.c75 str = strdup(template); in str_with_index()
/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dparse-options.c564 ctx->argv[0] = strdup(ctx->opt - 1); in parse_options_step()
/kernel/linux/linux-5.10/tools/perf/util/
H A Darm-spe.c786 evsel->name = strdup(name); in arm_spe_set_event_name()
H A Ds390-cpumsf.c1102 sf->logdir = strdup(value); in s390_cpumsf__config()
H A Dsort.c2469 str = strdup(tok); in add_dynamic_entry()
2861 str = strdup(sort_keys); in __setup_sorting()
3076 strp = str = strdup(field_order); in __setup_output_field()
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dparse-options.c564 ctx->argv[0] = strdup(ctx->opt - 1); in parse_options_step()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-ftrace.c93 val_copy = strdup(val); in __write_tracing_file()
H A Dbuiltin-diff.c1082 str = strdup(pdiff.time_str); in abstime_str_dup()
1734 dfmt->header = strdup(buf_indent); in init_header()
H A Dbuiltin-stat.c1065 metrics = strdup(str); in append_metric_groups()
2685 stat_config.user_requested_cpu_list = strdup(target.cpu_list); in cmd_stat()
H A Dbuiltin-trace.c1400 file->pathname = strdup(pathname); in trace__set_fd_pathname()
4147 symbol_conf.pid_list_str = strdup(trace->opts.target.pid);
4150 symbol_conf.tid_list_str = strdup(trace->opts.target.tid);
4610 trace->perfconfig_events = strdup(value);
/kernel/linux/linux-6.6/tools/perf/util/
H A Ds390-cpumsf.c1103 sf->logdir = strdup(value); in s390_cpumsf__config()
H A Devlist.c292 evsel->name = strdup("dummy:u"); in evlist__add_aux_dummy()
1855 s = strdup(str); in evlist__parse_control_fifo()
H A Dsort.c2998 str = strdup(tok); in add_dynamic_entry()
3428 str = strdup(sort_keys); in __setup_sorting()
3647 strp = str = strdup(field_order); in __setup_output_field()
/kernel/uniproton/src/fs/vfs/
H A Dvfs_fs.c99 file->fullPath = strdup(path); in OsVfsOpen()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dfeature.c485 values[i] = strdup(value); in probe_kernel_image_config()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-diff.c1080 str = strdup(pdiff.time_str); in abstime_str_dup()
1731 dfmt->header = strdup(buf_indent); in init_header()
H A Dbuiltin-trace.c1365 file->pathname = strdup(pathname); in trace__set_fd_pathname()
4224 symbol_conf.pid_list_str = strdup(trace->opts.target.pid);
4227 symbol_conf.tid_list_str = strdup(trace->opts.target.tid);
4681 trace->perfconfig_events = strdup(value);
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf_dump.c1639 new_name = strdup(orig_name); in btf_dump_name_dups()
1681 *cached_name = strdup(new_name); in btf_dump_resolve_name()
/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.c384 s->namespace = NOFAIL(strdup(namespace)); in sym_add_exported()
645 char *munged = NOFAIL(strdup(symname)); in handle_symbol()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_progs.c460 subtest_state->name = strdup(subtest_name); in test__start_subtest()
1168 subtest_state->name = strdup(msg.subtest_done.name); in dispatch_thread_send_subtests()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c2370 options[nr_options] = strdup(name); in switch_data_file()
2374 abs_path[nr_options] = strdup(path); in switch_data_file()
2398 tmp = strdup(abs_path[choice]); in switch_data_file()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c2371 options[nr_options] = strdup(name); in switch_data_file()
2375 abs_path[nr_options] = strdup(path); in switch_data_file()
2399 tmp = strdup(abs_path[choice]); in switch_data_file()
/kernel/linux/linux-5.10/fs/unicode/
H A Dmkutf8data.c1572 data->utf8nfdi = strdup(utf); in utf8_create()
1581 data->utf8nfdicf = strdup(utf); in utf8_create()
/kernel/linux/linux-6.6/fs/unicode/
H A Dmkutf8data.c1572 data->utf8nfdi = strdup(utf); in utf8_create()
1581 data->utf8nfdicf = strdup(utf); in utf8_create()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dparse-events.c2635 *event = strdup(dent->d_name); in test_alias()
2636 *alias = strdup(buf); in test_alias()

Completed in 74 milliseconds

1...<<11121314