Page MenuHomeFreeBSD

x86: remove gcov kernel support//config(8): remove support for -p
ClosedPublic

Authored by kib on Apr 1 2021, 9:11 AM.
Tags
None
Referenced Files
F117051794: D29529.id86743.diff
Tue, May 13, 3:27 PM
Unknown Object (File)
Mon, May 12, 12:55 PM
Unknown Object (File)
Sun, May 11, 2:03 PM
Unknown Object (File)
Sun, May 11, 12:52 PM
Unknown Object (File)
Fri, May 9, 1:22 AM
Unknown Object (File)
Thu, May 8, 4:41 AM
Unknown Object (File)
Tue, May 6, 6:39 PM
Unknown Object (File)
Wed, Apr 30, 9:54 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib requested review of this revision.Apr 1 2021, 9:11 AM

Is there some more glue in sys/conf we can axe as well? Specifically, all the places that check PROFLEVEL?

Remove PROF/PROVLEVEL etc from sys/conf Makefile's pieces.

This revision is now accepted and ready to land.Apr 1 2021, 9:23 PM
This revision was automatically updated to reflect the committed changes.

FWIW ....
I read gcov, but sys/gnu/gcov survived. Perhaps it was meant to be gprof?

In D29529#662844, @pfg wrote:

FWIW ....
I read gcov, but sys/gnu/gcov survived. Perhaps it was meant to be gprof?

gnu/gcov is for line coverage not for sampled profiling. I have no idea about its state, and does it work with any modern gcc.