Lines Matching defs:path
1226 zfree_srcline(&al->path);
1539 if (al->path) {
1540 if (!prev_line || strcmp(prev_line, al->path)) {
1541 color_fprintf(stdout, color, " // %s", al->path);
1542 prev_line = al->path;
1703 "No vmlinux file%s\nwas found in the path.\n\n"
2072 NULL, /* Will be the symfs path. */
2357 ret = strcmp(iter->path, al->path);
2449 char *path;
2462 path = al->path;
2464 color_fprintf(stdout, color, " %s\n", path);
2910 al->path = get_srcline(map__dso(map), notes->start + al->offset, NULL,