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
F97474368: D29529.id86669.diff
Sun, Sep 29, 2:10 PM
F97474365: D29529.id86743.diff
Sun, Sep 29, 2:10 PM
F97474364: D29529.id.diff
Sun, Sep 29, 2:10 PM
Unknown Object (File)
Fri, Sep 27, 1:00 PM
Unknown Object (File)
Tue, Sep 24, 4:17 AM
Unknown Object (File)
Mon, Sep 16, 4:00 PM
Unknown Object (File)
Wed, Sep 11, 7:48 PM
Unknown Object (File)
Sat, Aug 31, 12:14 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

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.