Lines Matching defs:perf
3 #include "../../perf.h"
20 * /home/username/libexec/perf-core/scripts/python/xxx.py
21 * /home/username/libexec/perf-core/scripts/perl/xxx.pl
30 const char *perf;
55 c->perf, opt, symbol_conf.inline_name ? " --inline" : "",
93 const char *perf = perf_exe(pbuf, sizeof pbuf);
97 .perf = perf
116 add_script_option("Show samples with custom perf script arguments", "", &scriptc);
136 int key = ui_browser__input_window("perf script command",
137 "Enter perf script command line (without perf script prefix)",
143 sprintf(script_name, "%s script %s", perf, script_args);
182 custom ? "perf script -s " : "",