Searched refs:fileloc (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | annotate.c | 1242 char *fileloc; member 1252 al->fileloc = args->fileloc; in annotation_line__init() 1623 char *parsed_line, int *line_nr, char **fileloc) in symbol__parse_objdump_line() argument 1635 free(*fileloc); in symbol__parse_objdump_line() 1636 *fileloc = strdup(parsed_line); in symbol__parse_objdump_line() 1656 args->fileloc = *fileloc; in symbol__parse_objdump_line() 1967 args->fileloc = NULL; in symbol__disassemble_bpf() 1979 args->fileloc = NULL; in symbol__disassemble_bpf() 2014 args->fileloc = NULL; in symbol__disassemble_bpf_image() 2096 char *fileloc = NULL; in symbol__disassemble() local [all …]
|
H A D | annotate.h | 148 char *fileloc; member
|
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | annotate.c | 423 else if (al->fileloc == NULL) in annotate_browser__show_full_location() 427 sprintf (help_line, "Source file location: %s", al->fileloc); in annotate_browser__show_full_location()
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | openbmctool.py | 1192 if(hasattr(args, 'fileloc') and args.fileloc is not None): 1193 if os.path.exists(args.fileloc): 1194 with open(args.fileloc, 'r') as selFile: 2766 newversionID = extractFWimage(args.fileloc, purp) 2778 data=open(args.fileloc,'rb').read() 3101 data = open(args.fileloc, 'r').read() 3180 cert = open(args.fileloc, 'r').read() 5345 if (hasattr(args, 'fileloc') and args.fileloc is not None and 'print' in args.command):
|