From 9d0c671751748ddafca1994e643bb1944c69f863 Mon Sep 17 00:00:00 2001 From: Emmanuel Mogenet Date: Wed, 3 May 2017 21:33:56 +0200 Subject: Add support for signals in generate sections --- src/grt/ghwlib.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/grt') diff --git a/src/grt/ghwlib.c b/src/grt/ghwlib.c index 0f7e50224..7c5b80bd0 100644 --- a/src/grt/ghwlib.c +++ b/src/grt/ghwlib.c @@ -1042,6 +1042,12 @@ print_name (struct ghw_hie *hie, int full_names) for (i = 0; i < depth; ++i) { printf ("%s%s", i ? "/" : "", buf[i]->name); + if (ghw_hie_generate_for == buf[i]->kind) + { + putchar ('('); + ghw_disp_value (buf[i]->u.blk.iter_value, buf[i]->u.blk.iter_type); + putchar (')'); + } } putchar (':'); putchar (' '); -- cgit v1.2.3