Lines Matching defs:path
627 char *help = NULL, *path = NULL;
629 path = system_path(TIPDIR);
630 if (perf_tip(&help, path) || help == NULL) {
632 free(path);
633 path = system_path(DOCDIR);
634 if (perf_tip(&help, path) || help == NULL)
637 free(path);
976 ui__error("The %s data has no samples!\n", data->path);
1260 "Add prefix to source file path names in programs (with --prefix-strip)"),
1262 "Strip first N entries of source file path name in programs (with --prefix)"),
1276 OPT_STRING(0, "objdump", &report.annotation_opts.objdump_path, "path",
1292 OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename,
1293 "Show full source file name path for source lines"),
1391 data.path = input_name;