mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: rename follow_fork() to follow_process()
This is more of what we want to be doing anyway, we don't care about all the forks in existence. Additionally, include the comm[] with the pid so that instruments can take action based on it.
This commit is contained in:
@ -95,8 +95,9 @@ void _sysprof_recording_add_file_data (SysprofRecording *s
|
||||
const char *contents,
|
||||
gssize length,
|
||||
gboolean compress);
|
||||
void _sysprof_recording_follow_fork (SysprofRecording *self,
|
||||
int pid);
|
||||
void _sysprof_recording_follow_process(SysprofRecording *self,
|
||||
int pid,
|
||||
const char *comm);
|
||||
void _sysprof_recording_diagnostic (SysprofRecording *self,
|
||||
const char *domain,
|
||||
const char *format,
|
||||
|
||||
Reference in New Issue
Block a user