Searched refs:strbuf_addf (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/tools/perf/ |
H A D | builtin-help.c | 114 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 D | perf.c | 439 strbuf_addf(&cmd, "perf-%s", argv[0]); execv_dashed_external()
|
/linux-4.1.27/tools/perf/util/ |
H A D | exec_cmd.c | 20 strbuf_addf(&d, "%s/%s", prefix, path); system_path()
|
H A D | strbuf.c | 85 void strbuf_addf(struct strbuf *sb, const char *fmt, ...) strbuf_addf() function
|
H A D | strbuf.h | 87 extern void strbuf_addf(struct strbuf *sb, const char *fmt, ...);
|
H A D | help.c | 133 strbuf_addf(&buf, "%s/", path); list_commands_in_dir()
|
H A D | parse-options.c | 505 strbuf_addf(&buf, "perf %s [<options>] {", argv[0]); parse_options_subcommand()
|
H A D | header.c | 1661 strbuf_addf(&sb, "%u:%"PRIu64":%"PRIu64":", process_numa_topology() 1715 strbuf_addf(&sb, "%u:%s", type, name); process_pmu_mappings()
|
Completed in 167 milliseconds