Symbol: do_write_string
tools/perf/util/header.c
1002
ret = do_write_string(ff, n->cpus);
tools/perf/util/header.c
1291
ret = do_write_string(ff, (const char *) c->v); \
tools/perf/util/header.c
1552
ret = do_write_string(ff, caps->name);
tools/perf/util/header.c
1556
ret = do_write_string(ff, caps->value);
tools/perf/util/header.c
1562
ret = do_write_string(ff, pmu->name);
tools/perf/util/header.c
1768
ret = do_write_string(ff, cd_map[i]->domains[j]->dname);
tools/perf/util/header.c
1773
ret = do_write_string(ff, cd_map[i]->domains[j]->cpumask);
tools/perf/util/header.c
1777
ret = do_write_string(ff, cd_map[i]->domains[j]->cpulist);
tools/perf/util/header.c
353
return do_write_string(ff, uts.nodename);
tools/perf/util/header.c
366
return do_write_string(ff, uts.release);
tools/perf/util/header.c
379
return do_write_string(ff, uts.machine);
tools/perf/util/header.c
400
return do_write_string(ff, perf_version_string);
tools/perf/util/header.c
451
ret = do_write_string(ff, s);
tools/perf/util/header.c
559
ret = do_write_string(ff, evsel__name(evsel));
tools/perf/util/header.c
589
ret = do_write_string(ff, buf);
tools/perf/util/header.c
594
ret = do_write_string(ff, env->cmdline_argv[i]);
tools/perf/util/header.c
619
ret = do_write_string(ff, tp->package_cpus_list[i]);
tools/perf/util/header.c
628
ret = do_write_string(ff, tp->core_cpus_list[i]);
tools/perf/util/header.c
656
ret = do_write_string(ff, tp->die_cpus_list[i]);
tools/perf/util/header.c
734
ret = do_write_string(ff, n->cpus);
tools/perf/util/header.c
781
ret = do_write_string(ff, pmu->name);
tools/perf/util/header.c
818
ret = do_write_string(ff, name);
tools/perf/util/header.c
913
return do_write_string(ff, buffer);
tools/perf/util/header.c
998
ret = do_write_string(ff, n->pmu_name);