Skip to content
Snippets Groups Projects
Select Git revision
  • a992bf836f9c3039a16f4bd068d161c86c6c3e2c
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

kernel

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Yuan Pengfei authored and Linus Torvalds committed
    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 gcov_info is affected.
    
    For the second one, a dummy function is added to kernel/gcov/base.c
    similarly.
    
    Signed-off-by: default avatarYuan Pengfei <coolypf@qq.com>
    Acked-by: default avatarPeter Oberparleiter <oberpar@linux.vnet.ibm.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    a992bf83
    History
    Name Last commit Last update
    ..