mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: add scaffolding for ELF loading
This commit is contained in:
@ -145,10 +145,10 @@ sysprof_elf_init (SysprofElf *self)
|
||||
}
|
||||
|
||||
SysprofElf *
|
||||
sysprof_elf_new (const char *filename,
|
||||
GError **error)
|
||||
sysprof_elf_new (GMappedFile *mapped_file,
|
||||
GError **error)
|
||||
{
|
||||
g_return_val_if_fail (filename != NULL, NULL);
|
||||
g_return_val_if_fail (mapped_file != NULL, NULL);
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user