Commit Graph

7 Commits

Author SHA1 Message Date
a95287b2d2 libsysprof: show a combined cpu counter by default
We need a way to show the individual counters, but this is a good first
start. To do the combined counters, we need to come up with something that
allows expanding of rows and what not.
2019-06-13 10:53:59 -07:00
d55e36219c libsysprof: fix various seek usage 2019-05-29 15:13:01 -07:00
4da55f4267 libsysprof: add cpuinfo to capture file when possible 2019-05-29 15:13:01 -07:00
7bba7a4dff hostinfo: get proc fd from daemon
Current CPU speed is censored in various containers, so we need access to
it from the daemon.
2019-05-29 15:13:01 -07:00
5331e8bd7f hostinfo: actually parse cpu freq details 2019-05-29 15:13:01 -07:00
1bd0107c54 build: fix various includes for older GCC 2019-05-29 15:13:00 -07:00
53c718b708 build: rename all symbols to use sysprof_ as prefix
As we gain in usage, we need to be more careful about using a prefix
that will not collide with other symbols. So version 3 of our ABI will
change to using Sysprof/SYSPROF/sysprof as the various prefixes.

The soname/api version bump will happen later on this branch so that
things are easier to test up until then.
2019-05-29 15:12:59 -07:00