RE: [PATCH v3] gcov: add support for GCC 4.9

2014-05-13 Thread Yuan Pengfei
> > > > +void __gcov_merge_time_profile(gcov_type *counters, unsigned int > > n_counters) > > But can you repost please without word wrapping? > > Except for that the patch looks good to me. Sorry. I will configure my email client and send again. -- Yuan, Pengfei Peking University, China -- To

Re: [PATCH v3] gcov: add support for GCC 4.9

2014-05-13 Thread Andi Kleen
"Yuan Pengfei" writes: > This patch handles the gcov-related changes in GCC 4.9: > A new counter (time profile) is added. The total number is 9 now. > A new profile merge function __gcov_merge_time_profile is added. > See gcc/gcov-io.h and libgcc/libgcov-merge.c > For the first change, the la

[PATCH v3] gcov: add support for GCC 4.9

2014-05-13 Thread Yuan Pengfei
From: Yuan Pengfei This patch handles the gcov-related changes in GCC 4.9: A new counter (time profile) is added. The total number is 9 now. A new profile merge function __gcov_merge_time_profile is added. See gcc/gcov-io.h and libgcc/libgcov-merge.c For the first change, the layout of struct