Symbol: do_write_string
tools/perf/util/header.c
1083
ret = do_write_string(ff, n->pmu_name);
tools/perf/util/header.c
1087
ret = do_write_string(ff, n->cpus);
tools/perf/util/header.c
1384
ret = do_write_string(ff, (const char *) c->v); \
tools/perf/util/header.c
1658
ret = do_write_string(ff, caps->name);
tools/perf/util/header.c
1662
ret = do_write_string(ff, caps->value);
tools/perf/util/header.c
1668
ret = do_write_string(ff, pmu->name);
tools/perf/util/header.c
1874
ret = do_write_string(ff, cd_map[i]->domains[j]->dname);
tools/perf/util/header.c
1879
ret = do_write_string(ff, cd_map[i]->domains[j]->cpumask);
tools/perf/util/header.c
1883
ret = do_write_string(ff, cd_map[i]->domains[j]->cpulist);
tools/perf/util/header.c
428
return do_write_string(ff, uts.nodename);
tools/perf/util/header.c
447
return do_write_string(ff, release);
tools/perf/util/header.c
465
return do_write_string(ff, arch);
tools/perf/util/header.c
485
return do_write_string(ff, perf_version_string);
tools/perf/util/header.c
536
ret = do_write_string(ff, s);
tools/perf/util/header.c
644
ret = do_write_string(ff, evsel__name(evsel));
tools/perf/util/header.c
674
ret = do_write_string(ff, buf);
tools/perf/util/header.c
679
ret = do_write_string(ff, env->cmdline_argv[i]);
tools/perf/util/header.c
704
ret = do_write_string(ff, tp->package_cpus_list[i]);
tools/perf/util/header.c
713
ret = do_write_string(ff, tp->core_cpus_list[i]);
tools/perf/util/header.c
741
ret = do_write_string(ff, tp->die_cpus_list[i]);
tools/perf/util/header.c
819
ret = do_write_string(ff, n->cpus);
tools/perf/util/header.c
866
ret = do_write_string(ff, pmu->name);
tools/perf/util/header.c
903
ret = do_write_string(ff, name);
tools/perf/util/header.c
998
return do_write_string(ff, buffer);