Home
last modified time | relevance | path

Searched refs:fileloc (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/tools/perf/util/
Dannotate.c1170 char *fileloc; member
1180 al->fileloc = args->fileloc; in annotation_line__init()
1502 char *parsed_line, int *line_nr, char **fileloc) in symbol__parse_objdump_line() argument
1514 *fileloc = strdup(parsed_line); in symbol__parse_objdump_line()
1534 args->fileloc = *fileloc; in symbol__parse_objdump_line()
1838 args->fileloc = NULL; in symbol__disassemble_bpf()
1850 args->fileloc = NULL; in symbol__disassemble_bpf()
1885 args->fileloc = NULL; in symbol__disassemble_bpf_image()
1967 char *fileloc = NULL; in symbol__disassemble() local
2097 &lineno, &fileloc) < 0) in symbol__disassemble()
Dannotate.h140 char *fileloc; member
/linux-5.19.10/tools/perf/ui/browsers/
Dannotate.c430 else if (al->fileloc == NULL) in annotate_browser__show_full_location()
434 sprintf (help_line, "Source file location: %s", al->fileloc); in annotate_browser__show_full_location()