Lines Matching defs:perf
22 * /home/username/libexec/perf-core/scripts/python/xxx.py
23 * /home/username/libexec/perf-core/scripts/perl/xxx.pl
32 const char *perf;
57 c->perf, opt, symbol_conf.inline_name ? " --inline" : "",
84 * this function will check if the events in perf.data match those
156 * show the output in a perf browser.
266 const char *perf = perf_exe(pbuf, sizeof pbuf);
270 .perf = perf
289 add_script_option("Show samples with custom perf script arguments", "", &scriptc);
309 int key = ui_browser__input_window("perf script command",
310 "Enter perf script command line (without perf script prefix)",
316 sprintf(script_name, "%s script %s", perf, script_args);
356 custom ? "perf script -s " : "",