0abba0949d
libsysprof: add client access to paranoid API
2021-02-24 11:54:19 -08:00
fc745767d4
governor: add daemon API and helpers to set CPU governor
2019-06-14 08:03:37 -07:00
c368da09de
libsysprof-ui: allow restricting remote proxy
2019-05-29 15:13:00 -07:00
9d72203687
sysprofd: add API to get a FD for a file in proc
...
This is useful for optimized parsing of proc files such as necessary by
the memory source to seek() back to the start (instead of re-opening a
new file).
2019-05-29 15:13:00 -07:00
36ecfd3dd1
libsysprof: add async variant for proc source
2019-05-29 15:13:00 -07:00
b4fa5ed04f
libsysprof: add helper to get process info array
2019-05-29 15:13:00 -07:00
05bfc21fce
libsysprof: only use sync form for perf counter
...
We already have async auth workflow, so we only need the synchronous
form here, which makes things a bit less complicated.
2019-05-29 15:13:00 -07:00
0e20e98801
libsysprof: add authorize_async() to authorize bus
...
We want a single authorization request from the user when
starting a profile, and to do it as early as possible. This
will allow for the local profiler to set this up before
starting things.
2019-05-29 15:13:00 -07:00
ad4ca5faef
helpers: add sync helper
2019-05-29 15:13:00 -07:00
fb9e356dbb
libsysprof: add sync get_proc variant and fallbacks
2019-05-29 15:13:00 -07:00
1a576aa779
helpers: add fallbacks for perf_event_open
...
First try the proxy to the service, then fallback to trying in-process.
2019-05-29 15:13:00 -07:00
cd3b4d6538
src: use helpers and add group_fd to remote API
2019-05-29 15:13:00 -07:00