Searched refs:strbuf_addf (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/tools/perf/
H A Dbuiltin-help.c114 strbuf_addf(&man_page, "(woman \"%s\")", page); exec_woman_emacs()
145 strbuf_addf(&man_page, "man:%s(1)", page); exec_man_konqueror()
168 strbuf_addf(&shell_cmd, "%s %s", cmd, page); exec_man_cmd()
397 strbuf_addf(page_path, "%s/%s.html", html_path, page); get_html_page_path()
H A Dperf.c439 strbuf_addf(&cmd, "perf-%s", argv[0]); execv_dashed_external()
/linux-4.1.27/tools/perf/util/
H A Dexec_cmd.c20 strbuf_addf(&d, "%s/%s", prefix, path); system_path()
H A Dstrbuf.c85 void strbuf_addf(struct strbuf *sb, const char *fmt, ...) strbuf_addf() function
H A Dstrbuf.h87 extern void strbuf_addf(struct strbuf *sb, const char *fmt, ...);
H A Dhelp.c133 strbuf_addf(&buf, "%s/", path); list_commands_in_dir()
H A Dparse-options.c505 strbuf_addf(&buf, "perf %s [<options>] {", argv[0]); parse_options_subcommand()
H A Dheader.c1661 strbuf_addf(&sb, "%u:%"PRIu64":%"PRIu64":", process_numa_topology()
1715 strbuf_addf(&sb, "%u:%s", type, name); process_pmu_mappings()

Completed in 64 milliseconds