From aab001d9f6e04805a93831a081b552d744652ee9 Mon Sep 17 00:00:00 2001 From: Nick Alcock Date: Wed, 25 Jul 2012 21:07:21 +0100 Subject: [PATCH] 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 --- scripts/dwarf2ctf/dwarf2ctf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dwarf2ctf/dwarf2ctf.c b/scripts/dwarf2ctf/dwarf2ctf.c index 8153c38d3351..d34e7b10bab4 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", -- 2.50.1