[PATCH 06/18] perf hists: Link hist entry pairs to leader

2012-11-28 Thread Namhyung Kim
From: Namhyung Kim Current hists__match/link() link a leader to its pair, so if multiple pairs were linked, the leader will lose pointer to previous pairs since it was overwritten. Fix it by making leader the list head. Cc: Jiri Olsa Cc: Stephane Eranian Signed-off-by: Namhyung Kim ---

[PATCH 06/18] perf hists: Link hist entry pairs to leader

2012-11-28 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Current hists__match/link() link a leader to its pair, so if multiple pairs were linked, the leader will lose pointer to previous pairs since it was overwritten. Fix it by making leader the list head. Cc: Jiri Olsa jo...@redhat.com Cc: Stephane Eranian