Re: [PATCH perf/core v2] perf-probe: Fix to track down unnamed union/structure members

2015-04-02 Thread Arnaldo Carvalho de Melo
Em Thu, Apr 02, 2015 at 04:33:12PM +0900, Masami Hiramatsu escreveu: > Fix perf probe to track down unnamed union/structure members. > perf probe did not track down the tree of unnamed union/structure > members, since it just failed to find given "name" in a parent > structure/union. To solve this

[PATCH perf/core v2] perf-probe: Fix to track down unnamed union/structure members

2015-04-02 Thread Masami Hiramatsu
Fix perf probe to track down unnamed union/structure members. perf probe did not track down the tree of unnamed union/structure members, since it just failed to find given "name" in a parent structure/union. To solve this issue, I've introduced 2 changes. - Fix die_find_member() to track down the

[PATCH perf/core v2] perf-probe: Fix to track down unnamed union/structure members

2015-04-02 Thread Masami Hiramatsu
Fix perf probe to track down unnamed union/structure members. perf probe did not track down the tree of unnamed union/structure members, since it just failed to find given name in a parent structure/union. To solve this issue, I've introduced 2 changes. - Fix die_find_member() to track down the

Re: [PATCH perf/core v2] perf-probe: Fix to track down unnamed union/structure members

2015-04-02 Thread Arnaldo Carvalho de Melo
Em Thu, Apr 02, 2015 at 04:33:12PM +0900, Masami Hiramatsu escreveu: Fix perf probe to track down unnamed union/structure members. perf probe did not track down the tree of unnamed union/structure members, since it just failed to find given name in a parent structure/union. To solve this