From: Nick Alcock Date: Wed, 25 Jul 2012 20:07:21 +0000 (+0100) Subject: ctf: set the name of the parent of child modules to "dtrace_ctf" X-Git-Tag: v4.1.12-92~313^2~141 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=aab001d9f6e04805a93831a081b552d744652ee9;p=users%2Fjedix%2Flinux-maple.git ctf: set the name of the parent of child modules to "dtrace_ctf" This is possible now that libdtrace-ctf has grown the ctf_parent_name_set() function. Signed-off-by: Nick Alcock --- diff --git a/scripts/dwarf2ctf/dwarf2ctf.c b/scripts/dwarf2ctf/dwarf2ctf.c index 8153c38d33517..d34e7b10bab4f 100644 --- a/scripts/dwarf2ctf/dwarf2ctf.c +++ b/scripts/dwarf2ctf/dwarf2ctf.c @@ -871,6 +871,7 @@ static ctf_file_t *init_ctf_table(const char *module_name) ctf_errmsg(ctf_errno(ctf_file))); exit(1); } + ctf_parent_name_set(ctf_file, "dtrace_ctf"); } dw_ctf_trace("Created CTF file for module %s: %p\n",