]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ctf: move the module->ctf_file info into a structure.
authorNick Alcock <nick.alcock@oracle.com>
Fri, 9 Jan 2015 19:16:43 +0000 (19:16 +0000)
committerNick Alcock <nick.alcock@oracle.com>
Tue, 21 Jul 2015 14:29:56 +0000 (15:29 +0100)
commit9d6d2d5b169d519bd1f23c091a011951e421c4b5
tree33353b48c58c6eff4989f09bef1e09db99b95405
parent943c00a49fc900ed8f145f8402936cdbac97a4be
ctf: move the module->ctf_file info into a structure.

Rather than tracking the underlying ctf_file info in a module_to_ctf_file hash
mapping module name to the CTF file directly, introduce a structure to hold the
CTF file info in.

This has absolutely no effect on the output (nor even on the in-memory data
structures, since a structure with one member looks identical to the member on
its own) but is necessary for later commits that add further per-module state.

Orabug: 20229506

Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
Acked-by: Kris Van Hees <kris.van.hees@oracle.com>
scripts/dwarf2ctf/dwarf2ctf.c